Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-milo-bot committed May 2, 2019
1 parent 9656eda commit a429bd6
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.eclipse.milo</groupId>
<artifactId>build-tools</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>

<name>Eclipse Milo Build Tools</name>
<description>Build tools for the Eclipse Milo project.</description>
Expand All @@ -14,7 +14,7 @@
<url>https://github.com/eclipse/milo</url>
<connection>scm:git:git://github.com/eclipse/milo.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/milo.git</developerConnection>
<tag>v0.3.0-M1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
6 changes: 3 additions & 3 deletions milo-examples/client-examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo-examples</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>client-examples</artifactId>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>server-examples</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion milo-examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>milo-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions milo-examples/server-examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo-examples</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>server-examples</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-server</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>opc-ua-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/sdk-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>sdk-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/sdk-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>sdk-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/sdk-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>sdk-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/sdk-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>sdk-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions opc-ua-stack/bsd-parser/bsd-parser-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-parser</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>bsd-parser-core</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-core</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions opc-ua-stack/bsd-parser/bsd-parser-gson/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-parser</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>bsd-parser-gson</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-parser-core</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-parser-core</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/bsd-parser/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>bsd-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>opc-ua-stack</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/stack-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>stack-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/stack-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>stack-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/stack-server/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>stack-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/stack-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>stack-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.3.0-M1</version>
<version>0.3.0-M2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Eclipse Milo - OPC UA (IEC 62541)</name>
Expand All @@ -15,7 +15,7 @@
<url>https://github.com/eclipse/milo</url>
<connection>scm:git:git://github.com/eclipse/milo.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/milo.git</developerConnection>
<tag>v0.3.0-M1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit a429bd6

Please sign in to comment.