Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Apr 28, 2018
1 parent ad5ecca commit a1af620
Show file tree
Hide file tree
Showing 24 changed files with 47 additions and 47 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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>VisualWAS</name>
Expand Down Expand Up @@ -64,7 +64,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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.0</tag>
</scm>
</project>
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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.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.0.0-SNAPSHOT</version>
<version>2.0.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.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.util/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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>org.openide.util</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.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>com.github.veithen.visualwas.thirdparty</groupId>
Expand All @@ -53,7 +53,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.0.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/visualvm/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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>visualvm</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.0.0</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions visualvm-plugin/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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>visualvm-plugin</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.0.0</tag>
</scm>

<dependencies>
Expand Down
Loading

0 comments on commit a1af620

Please sign in to comment.