Skip to content

Commit

Permalink
[maven-release-plugin] prepare release replication-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 28, 2019
1 parent b206155 commit d86a0d0
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 17 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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>osgi</artifactId>
<name>Replication :: OSGI</name>
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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<groupId>replication.distributions</groupId>
<artifactId>distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/test/itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>replication.distributions</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DITTO :: Admin Console :: Test :: ITests</name>
Expand Down
2 changes: 1 addition & 1 deletion distributions/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>distributions</artifactId>
<groupId>replication.distributions</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>DITTO :: Admin Console :: Test</name>
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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>docs</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
*
**/
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>replication</groupId>
<artifactId>replication</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<name>Replication</name>
<organization>
Expand Down Expand Up @@ -81,7 +80,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.1</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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>replication-api-impl</artifactId>
<name>Replication :: API Impl</name>
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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>replication-api</artifactId>
<name>Replication :: API</name>
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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>replication-commands</artifactId>
<name>Replication :: Commands</name>
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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

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

0 comments on commit d86a0d0

Please sign in to comment.