Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Nov 11, 2018
1 parent 4a38498 commit 4604a0d
Show file tree
Hide file tree
Showing 29 changed files with 57 additions and 57 deletions.
4 changes: 2 additions & 2 deletions clientlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>clientlib</artifactId>
Expand All @@ -40,7 +40,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>code-coverage</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions connector-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>connector-tests</artifactId>
Expand All @@ -37,7 +37,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>connector</artifactId>
Expand All @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dummy-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>dummy-transport</artifactId>
Expand All @@ -37,7 +37,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>loader</artifactId>
Expand All @@ -40,7 +40,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

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

<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>

<name>VisualWAS</name>
Expand Down Expand Up @@ -65,7 +65,7 @@
<url>https://github.com/veithen/visualwas/tree/master</url>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions samples/earscan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>samples</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>earscan</artifactId>
Expand All @@ -37,7 +37,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>samples</artifactId>
Expand All @@ -43,6 +43,6 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions systests/pmi-disabled-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>systests</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pmi-disabled-tests</artifactId>
Expand All @@ -36,7 +36,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions systests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>systests</artifactId>
Expand All @@ -41,7 +41,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>com.sun.tools.visualvm.application</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>com.sun.tools.visualvm.core</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>com.sun.tools.visualvm.host</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>com.sun.tools.visualvm.jmx</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>com.sun.tools.visualvm.jvm</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>com.sun.tools.visualvm.tools</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.netbeans.modules.options.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>org.netbeans.modules.options.api</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>org.openide.awt</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.dialogs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>org.openide.dialogs</artifactId>
Expand All @@ -37,7 +37,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>org.openide.modules</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.util.lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>org.openide.util.lookup</artifactId>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<dependencies>
Expand Down
Loading

0 comments on commit 4604a0d

Please sign in to comment.