Skip to content

Commit 79a0c78

Browse files
author
seanbarzilay
committed
[maven-release-plugin] prepare release unipop-0.2.1
1 parent 1eb9a79 commit 79a0c78

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.unipop-graph</groupId>
55
<artifactId>unipop</artifactId>
6-
<version>0.2.1-SNAPSHOT</version>
6+
<version>0.2.1</version>
77
<packaging>pom</packaging>
88
<name>Unipop</name>
99
<description>
@@ -26,7 +26,7 @@
2626
<connection>scm:git://github.com/unipop-graph/unipop.git</connection>
2727
<developerConnection>scm:git:https://github.com/unipop-graph/unipop.git</developerConnection>
2828
<url>https://github.com/unipop-graph/unipop/tree/master</url>
29-
<tag>HEAD</tag>
29+
<tag>unipop-0.2.1</tag>
3030
</scm>
3131
<distributionManagement>
3232
<snapshotRepository>

unipop-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>unipop</artifactId>
66
<groupId>com.github.unipop-graph</groupId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99
<artifactId>unipop-core</artifactId>
1010
<name>Unipop :: Core</name>

unipop-elastic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>unipop</artifactId>
66
<groupId>com.github.unipop-graph</groupId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99
<artifactId>unipop-elastic</artifactId>
1010
<name>Unipop :: Elasticsearch Controllers</name>

unipop-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>unipop</artifactId>
66
<groupId>com.github.unipop-graph</groupId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99
<artifactId>unipop-jdbc</artifactId>
1010
<name>Unipop :: JDBC Controllers</name>

unipop-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>unipop</artifactId>
66
<groupId>com.github.unipop-graph</groupId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99
<artifactId>unipop-rest</artifactId>
1010
<name>Unipop :: Rest Controllers</name>

unipop-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>unipop</artifactId>
66
<groupId>com.github.unipop-graph</groupId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99
<artifactId>unipop-test</artifactId>
1010
<name>Unipop :: Integration tests</name>

0 commit comments

Comments
 (0)