Skip to content

Commit

Permalink
[maven-release-plugin] prepare release unipop-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbarzilay committed Oct 9, 2017
1 parent 1eb9a79 commit 79a0c78
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.unipop-graph</groupId>
<artifactId>unipop</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<name>Unipop</name>
<description>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git://github.com/unipop-graph/unipop.git</connection>
<developerConnection>scm:git:https://github.com/unipop-graph/unipop.git</developerConnection>
<url>https://github.com/unipop-graph/unipop/tree/master</url>
<tag>HEAD</tag>
<tag>unipop-0.2.1</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion unipop-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>unipop</artifactId>
<groupId>com.github.unipop-graph</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>unipop-core</artifactId>
<name>Unipop :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion unipop-elastic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>unipop</artifactId>
<groupId>com.github.unipop-graph</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>unipop-elastic</artifactId>
<name>Unipop :: Elasticsearch Controllers</name>
Expand Down
2 changes: 1 addition & 1 deletion unipop-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>unipop</artifactId>
<groupId>com.github.unipop-graph</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>unipop-jdbc</artifactId>
<name>Unipop :: JDBC Controllers</name>
Expand Down
2 changes: 1 addition & 1 deletion unipop-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>unipop</artifactId>
<groupId>com.github.unipop-graph</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>unipop-rest</artifactId>
<name>Unipop :: Rest Controllers</name>
Expand Down
2 changes: 1 addition & 1 deletion unipop-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>unipop</artifactId>
<groupId>com.github.unipop-graph</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>unipop-test</artifactId>
<name>Unipop :: Integration tests</name>
Expand Down

0 comments on commit 79a0c78

Please sign in to comment.