Skip to content

Commit

Permalink
chore: Reset everything for a new release attempt using the scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 16, 2024
1 parent d6730c6 commit cd79e06
Show file tree
Hide file tree
Showing 124 changed files with 535 additions and 535 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ In order to be able to build the Python module, you currently need to activate t
In order to build everything the following command should work:

```
./mvnw -P with-c,with-dotnet,with-go,with-java,with-python,with-sandbox,enable-all-checks install
./mvnw -P with-c,with-dotnet,with-go,with-java,with-python,with-sandbox,enable-all-checks,update-generated-code install
```

## Community
Expand Down
2 changes: 1 addition & 1 deletion code-generation/language-base-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Base code for building language outputs based on Freemarker</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/language-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Code generation template for generating C code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/language-cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Code generation template for generating C# code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/language-go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Code generation template for generating Go(lang) code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/language-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Code generation template for generating Java code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/language-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Code generation template for generating Python code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>Home of the PLC4X code-generation framework.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:12Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/protocol-base-mspec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Base stuff for building protocols using our custom MSpec format.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/protocol-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Fake protocol intended for demonstrating the different features and aspects of MSpec.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>Tests for the various code-generation modules</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion code-generation/tests/protocol-test-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<name>Code-Generation: Protocol Test: Test Java</name>

<properties>
<project.build.outputTimestamp>2024-02-16T11:24:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:15Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
10 changes: 5 additions & 5 deletions plc4c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</parent>

<artifactId>plc4c</artifactId>
Expand All @@ -34,7 +34,7 @@
<description>Implementation of the protocol adapters for usage as C library.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:48:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:12Z</project.build.outputTimestamp>
<unity.version>2.5.2</unity.version>
<!-- Tell Sonar where to find the sources -->
<!--sonar.sources></sonar.sources-->
Expand Down Expand Up @@ -341,21 +341,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-protocols-modbus</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
</dependency>
Expand Down
52 changes: 26 additions & 26 deletions plc4go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</parent>

<artifactId>plc4go</artifactId>
Expand All @@ -34,7 +34,7 @@
<description>Implementation of the protocol adapters for usage as Go(lang) library.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:48:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:12Z</project.build.outputTimestamp>
<!-- Tell Sonar where to find the sources -->
<sonar.sources>.</sonar.sources>
<sonar.inclusions>**</sonar.inclusions>
Expand Down Expand Up @@ -414,95 +414,95 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-protocols-ab-eth</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-ads</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-bacnetip</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-c-bus</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-df1</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-eip</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-firmata</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-knxnetip</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-opcua</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- 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-simulated</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<type>test-jar</type>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
Expand Down Expand Up @@ -723,84 +723,84 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-protocols-ab-eth</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-ads</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-bacnetip</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-c-bus</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-df1</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-eip</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-firmata</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-knxnetip</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-opcua</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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-simulated</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions plc4j/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</parent>

<artifactId>plc4j-api</artifactId>
<name>PLC4J: API</name>
<description>Central API Module.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T11:48:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T13:55:13Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
Loading

0 comments on commit cd79e06

Please sign in to comment.