Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Aug 27, 2018
1 parent d930245 commit f5b394b
Show file tree
Hide file tree
Showing 27 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions clientlib/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

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

<artifactId>code-coverage</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions connector-tests/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions connector/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dummy-transport/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions loader/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@

<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions samples/earscan/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>samples</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>visualwas</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.application/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.core/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.host/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.jmx/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.jvm/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/com.sun.tools.visualvm.tools/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.netbeans.modules.options.api/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.awt/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.dialogs/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.modules/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.util.lookup/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.util/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/org.openide.windows/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>org.openide.windows</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.1.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit f5b394b

Please sign in to comment.