Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbi committed Jan 27, 2016
1 parent 74b07e9 commit a13829d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion demos/pinboarddemo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/pinboarddemo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions demos/sliderdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>synchronizefx</groupId>
<artifactId>sliderdemo</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>synchronizefx</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
<!-- Getting rid of the SLF4J error messages at start and silently discarding all logging messages from synchronizefx. -->
Expand Down
2 changes: 1 addition & 1 deletion kryo-serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>

<name>SynchronizeFX</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<url>https://github.com/saxsys/SynchronizeFX</url>
<developerConnection>scm:git:git@github.com:saxsys/SynchronizeFX.git</developerConnection>
<connection>scm:git:https://github.com/saxsys/SynchronizeFX.git</connection>
<tag>HEAD</tag>
<tag>v0.7.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
2 changes: 1 addition & 1 deletion synchronizefx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>synchronizefx-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion synchronizefx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion transmitter/netty-transmitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>netty-transmitter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transmitter/tomcat-transmitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>tomcat-transmitter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transmitter/websocket-transmitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>websocket-transmitter</artifactId>
Expand Down

0 comments on commit a13829d

Please sign in to comment.