Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed May 6, 2020
1 parent 7182215 commit a2cb1af
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 58 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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0</tag>
</scm>

<dependencies>
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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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 @@ -31,7 +31,7 @@

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

<name>VisualWAS</name>
Expand Down Expand Up @@ -63,7 +63,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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.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>4.0.0-SNAPSHOT</version>
<version>4.0.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>4.0.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>4.0.0-SNAPSHOT</version>
<version>4.0.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>4.0.0</tag>
</scm>

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

<artifactId>org.graalvm.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>4.0.0</tag>
</scm>

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

<artifactId>org.graalvm.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>4.0.0</tag>
</scm>

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

<artifactId>org.graalvm.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>4.0.0</tag>
</scm>

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

<artifactId>org.graalvm.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>4.0.0</tag>
</scm>

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

<artifactId>org.graalvm.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>4.0.0</tag>
</scm>

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

<artifactId>org.graalvm.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.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>4.0.0-SNAPSHOT</version>
<version>4.0.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0</tag>
</scm>

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

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

<dependencies>
Expand Down
Loading

0 comments on commit a2cb1af

Please sign in to comment.