Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.2-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-milo-bot committed Jul 18, 2020
1 parent a28e474 commit 1aa520f
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.eclipse.milo</groupId>
<artifactId>build-tools</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</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>HEAD</tag>
<tag>v0.4.2-M1</tag>
</scm>

<developers>
Expand Down
8 changes: 4 additions & 4 deletions milo-examples/client-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo-examples</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>client-examples</artifactId>
Expand Down Expand Up @@ -53,17 +53,17 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>dictionary-reader</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>server-examples</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion milo-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>milo-examples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions milo-examples/server-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo-examples</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

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

<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>dictionary-manager</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/dictionary-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>dictionary-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/dictionary-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>dictionary-reader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>opc-ua-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-sdk/sdk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-sdk</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

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

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

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

<artifactId>sdk-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions opc-ua-stack/bsd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>bsd-core</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-core</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions opc-ua-stack/bsd-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>bsd-generator</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-core</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions opc-ua-stack/bsd-parser-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>bsd-parser-gson</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-parser</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>

<dependency>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-parser</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions opc-ua-stack/bsd-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>bsd-parser</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>bsd-core</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

<artifactId>opc-ua-stack</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/stack-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.milo</groupId>
<artifactId>opc-ua-stack</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</version>
</parent>

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

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

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

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

<groupId>org.eclipse.milo</groupId>
<artifactId>milo</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2-M1</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>HEAD</tag>
<tag>v0.4.2-M1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 1aa520f

Please sign in to comment.