Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbi committed Nov 11, 2014
1 parent 0c0a5bd commit 8fc76be
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 17 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.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions demos/sliderdemo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<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>synchronizefx</groupId>
<artifactId>sliderdemo</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -36,7 +35,7 @@
<dependency>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>synchronizefx</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>SynchronizeFX</name>
Expand Down Expand Up @@ -57,7 +56,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.5.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
5 changes: 2 additions & 3 deletions synchronizefx-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>

<parent>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>tomcat-transmitter</artifactId>
Expand Down

0 comments on commit 8fc76be

Please sign in to comment.