Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Jul 29, 2016
1 parent 06e7765 commit 75f152f
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<packaging>pom</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Brutusin-RPC parent module</description>
<url>https://github.com/brutusin/Brutusin-RPC</url>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/brutusin/Brutusin-RPC</url>
<connection>scm:git:https://github.com/brutusin/Brutusin-RPC.git</connection>
<developerConnection>scm:git:https://github.com/brutusin/Brutusin-RPC.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions rpc-api/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>

<description>Brutusin-RPC developer API</description>
Expand Down
4 changes: 2 additions & 2 deletions rpc-archetypes/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-archetypes</artifactId>
<packaging>pom</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Brutusin-RPC maven archetypes</description>

Expand Down
4 changes: 2 additions & 2 deletions rpc-archetypes/rpc-tomcat-jar/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-archetypes</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat-jar</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Maven archetype for creation of Brutusin-RPC jar (standalone) projects, with a Tomcat runtime embedded</description>

Expand Down
4 changes: 2 additions & 2 deletions rpc-archetypes/rpc-tomcat-war/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-archetypes</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat-war</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Maven archetype for creation of Brutusin-RPC (standalone and deployable) war projects with a Tomcat runtime available for standalone scenarios</description>

Expand Down
6 changes: 3 additions & 3 deletions rpc-client/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-client</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<properties>
<http-client-version>4.5.2</http-client-version>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rpc-demos/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demos</artifactId>
<packaging>pom</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Brutusin-RPC demos</description>

Expand Down
10 changes: 5 additions & 5 deletions rpc-demos/rpc-chat/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demos</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-chat</artifactId>
Expand All @@ -17,24 +17,24 @@
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-impl</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-repo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions rpc-demos/rpc-demo-jar/pom.xml
Expand Up @@ -4,37 +4,37 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demos</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demo-jar</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Demo app for Brutusin-RPC</description>

<dependencies>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-examples</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-impl</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-repo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions rpc-demos/rpc-demo-security-jar/pom.xml
Expand Up @@ -4,37 +4,37 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demos</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demo-security-jar</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Demo app for Brutusin-RPC</description>

<dependencies>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-impl</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-repo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions rpc-demos/rpc-demo-war/pom.xml
Expand Up @@ -4,37 +4,37 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demos</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demo-war</artifactId>
<packaging>war</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Brutusin-RPC demo war</description>

<dependencies>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-examples</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-impl</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-repo</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions rpc-demos/rpc-examples/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-demos</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-examples</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Examples of Brutusin-RPC component implementations</description>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions rpc-impl/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-impl</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Brutusin-RPC implementation</description>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
6 changes: 3 additions & 3 deletions rpc-repo/pom.xml
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-repo</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Functional testing module for Brutusin-RPC</description>

<dependencies>
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-api</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rpc-tomcat/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-root</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>org.brutusin</groupId>
<artifactId>rpc-tomcat</artifactId>
<packaging>jar</packaging>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Apache Tomcat 8 embedded server provider for Brutusin-RPC</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-impl</artifactId>
<version>1.7.6-SNAPSHOT</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 75f152f

Please sign in to comment.