This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit dce5680d7122bab290e5328c4be73c8c056ff580 Author: Sebastian Rühl <[email protected]> AuthorDate: Tue Oct 4 11:31:51 2022 +0200 chore(build): Cleanup Snapshot references to old pom --- plc4j/examples/hello-integration-iotdb/pom.xml | 2 +- plc4j/examples/hello-nats/pom.xml | 6 +++--- plc4j/integrations/apache-kafka/pom.xml | 30 +++++++++++++------------- plc4net/api/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/plc4j/examples/hello-integration-iotdb/pom.xml b/plc4j/examples/hello-integration-iotdb/pom.xml index a98d26f7d..584a0b7eb 100644 --- a/plc4j/examples/hello-integration-iotdb/pom.xml +++ b/plc4j/examples/hello-integration-iotdb/pom.xml @@ -55,7 +55,7 @@ <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-apache-edgent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/plc4j/examples/hello-nats/pom.xml b/plc4j/examples/hello-nats/pom.xml index fba043b2d..4e4152202 100644 --- a/plc4j/examples/hello-nats/pom.xml +++ b/plc4j/examples/hello-nats/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.plc4x.examples</groupId> <artifactId>plc4j-examples</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </parent> <artifactId>plc4j-examples-hello-nats</artifactId> @@ -39,12 +39,12 @@ <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-api</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-connection-cache</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/plc4j/integrations/apache-kafka/pom.xml b/plc4j/integrations/apache-kafka/pom.xml index b5ce13341..6f6fcebc1 100644 --- a/plc4j/integrations/apache-kafka/pom.xml +++ b/plc4j/integrations/apache-kafka/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-integrations</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </parent> <artifactId>plc4j-apache-kafka</artifactId> @@ -180,17 +180,17 @@ <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-api</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-scraper</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-connection-cache</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> @@ -210,67 +210,67 @@ <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-ab-eth</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-ads</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-canopen</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-eip</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-firmata</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-knxnetip</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-modbus</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-opcua</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-s7</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-simulated</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-transport-tcp</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> diff --git a/plc4net/api/pom.xml b/plc4net/api/pom.xml index 3bd937e74..1eb368144 100644 --- a/plc4net/api/pom.xml +++ b/plc4net/api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.plc4x.sandbox</groupId> <artifactId>plc4net</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </parent> <artifactId>plc4net-api</artifactId> diff --git a/pom.xml b/pom.xml index 46af8ba8b..cd8357caa 100644 --- a/pom.xml +++ b/pom.xml @@ -1374,7 +1374,7 @@ [INFO] - maven-dependency-plugin:3.2.0:analyze-only (check-dependencies) @ plc4j-connection-pool - [WARNING] Non-test scoped test only dependencies found: [WARNING] org.apache.commons:commons-pool2:jar:2.11.1:compile - [WARNING] org.apache.plc4x:plc4j-api:jar:0.10.0-SNAPSHOT:compile + [WARNING] org.apache.plc4x:plc4j-api:jar:0.11.0-SNAPSHOT:compile --> <version>3.1.2</version> </plugin>
