Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn committed Mar 12, 2016
1 parent 29c00be commit f3faf29
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dvalin-parent</artifactId>
<groupId>de.taimos</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-daemon</artifactId>
<name>Daemon support for dvalin</name>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-interconnect-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-interconnect-core</artifactId>
<name>Dvalin interconnect core library</name>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-interconnect-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-interconnect-demo</artifactId>
<name>Dvalin interconnect demo project</name>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/interconnect-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-interconnect-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>interconnect-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-interconnect-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-interconnect-metamodel</artifactId>
<name>Dvalin interconnect metamodel for transfer data model</name>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-interconnect-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-interconnect-model</artifactId>
<name>Dvalin interconnect transfer data model</name>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-interconnect-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion interconnect/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-interconnect-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-interconnect-test</artifactId>
<name>Dvalin interconnect test library</name>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-jaxrs</artifactId>
<name>JAX-RS support for dvalin using Apache CXF</name>
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-jpa</artifactId>
<name>JPA support for dvalin using Hibernate</name>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.taimos</groupId>
<artifactId>dvalin-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>dvalin-mongodb</artifactId>
<name>MongoDB support for dvalin</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>5</version>
</parent>
<artifactId>dvalin-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>
<name>Taimos Microservices Framework</name>
<inceptionYear>2015</inceptionYear>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:taimos/dvalin.git</connection>
<developerConnection>scm:git:[email protected]:taimos/dvalin.git</developerConnection>
<url>scm:git:[email protected]:taimos/dvalin.git</url>
<tag>HEAD</tag>
<tag>v1.3</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit f3faf29

Please sign in to comment.