Skip to content

Commit

Permalink
[maven-release-plugin] prepare release replication-0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 2, 2020
1 parent d67c129 commit 76dcfe4
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>replication</artifactId>
<groupId>replication</groupId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion admin/query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>replication-admin</artifactId>
<groupId>replication</groupId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distributions/osgi/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>osgi</artifactId>
<groupId>replication.distributions</groupId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>
<name>Replication :: Features</name>
<groupId>replication.distributions.features</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/osgi/features/replication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>replication.distributions.features</groupId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Replication :: Features :: Replication</name>
Expand Down
2 changes: 1 addition & 1 deletion distributions/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication.distributions</groupId>
<artifactId>distributions</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>
<artifactId>osgi</artifactId>
<name>Replication :: OSGI</name>
Expand Down
2 changes: 1 addition & 1 deletion distributions/osgi/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication.distributions</groupId>
<artifactId>osgi</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<groupId>replication.distributions.security</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/osgi/security/replication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>replication.distributions.security</groupId>
<artifactId>security</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distributions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<groupId>replication.distributions</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>replication</artifactId>
<groupId>replication</groupId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>docs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
<packaging>pom</packaging>
<name>Replication</name>
<organization>
Expand Down Expand Up @@ -88,7 +88,7 @@
<connection>scm:git:http://github.com/connexta/replication.git</connection>
<developerConnection>scm:git:http://github.com/connexta/replication.git
</developerConnection>
<tag>HEAD</tag>
<tag>replication-0.2.5</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion replication-api-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<artifactId>replication-api-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion replication-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<artifactId>replication-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion replication-commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<artifactId>replication-commands</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>
</parent>

<artifactId>replication-ui</artifactId>
Expand Down

0 comments on commit 76dcfe4

Please sign in to comment.