Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Oct 2, 2023
1 parent 5d819ac commit d22042e
Show file tree
Hide file tree
Showing 112 changed files with 498 additions and 498 deletions.
4 changes: 2 additions & 2 deletions code-generation/language-base-freemarker/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions code-generation/language-c/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-language-c</artifactId>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand All @@ -101,21 +101,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>compile</scope>
</dependency>

<!-- Make sure the dependencies of the module are built first -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions code-generation/language-cs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-language-cs</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions code-generation/language-go/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-language-go</artifactId>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand All @@ -101,21 +101,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>compile</scope>
</dependency>

<!-- Make sure the dependencies of the module are built first -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
18 changes: 9 additions & 9 deletions code-generation/language-java/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-language-java</artifactId>
Expand Down Expand Up @@ -81,12 +81,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand All @@ -111,37 +111,37 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-spi</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-transport-tcp</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-utils-test-utils</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 5 additions & 5 deletions code-generation/language-python/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-language-python</artifactId>
Expand Down Expand Up @@ -81,12 +81,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand All @@ -106,13 +106,13 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/protocol-base-mspec/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions code-generation/protocol-test/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4x-code-generation-protocol-test</artifactId>
Expand Down Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions plc4c/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>plc4c</artifactId>
Expand Down Expand Up @@ -384,29 +384,29 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-c</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-protocols-modbus</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-protocols-plc4x</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-protocols-s7</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit d22042e

Please sign in to comment.