Skip to content

Commit 776baf9

Browse files
committed
[maven-release-plugin] prepare branch @{releaseLabel}
1 parent 533d893 commit 776baf9

File tree

6 files changed

+10
-15
lines changed

6 files changed

+10
-15
lines changed

plc4go/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

@@ -601,7 +600,7 @@
601600
</goals>
602601
<configuration>
603602
<target>
604-
<mkdir dir="target${file.separator}surefire-reports"/>
603+
<mkdir dir="target${file.separator}surefire-reports" />
605604
</target>
606605
</configuration>
607606
</execution>

plc4j/utils/plc-simulator/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</connection>
4545
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</developerConnection>
4646
<url>https://github.com/apache/plc4x</url>
47-
<tag>HEAD</tag>
47+
<tag>rel/0.11</tag>
4848
</scm>
4949

5050
<!-- Only configure the site distribution as the rest is handled by the apache parent -->
@@ -91,7 +91,7 @@
9191
<project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
9292

9393
<!-- Timestamp for the reproducible builds -->
94-
<project.build.outputTimestamp>1664467011</project.build.outputTimestamp>
94+
<project.build.outputTimestamp>1696231381</project.build.outputTimestamp>
9595

9696
<!-- Exclude all generated code -->
9797
<sonar.exclusions>**/generated-sources</sonar.exclusions>
@@ -1731,7 +1731,7 @@
17311731
<properties>
17321732
<skip-code-generation-tests>false</skip-code-generation-tests>
17331733
<enable-all-tests>true</enable-all-tests>
1734-
<excluded-test-groups/>
1734+
<excluded-test-groups />
17351735
</properties>
17361736
</profile>
17371737

@@ -1740,7 +1740,7 @@
17401740
<properties>
17411741
<skip-code-generation-tests>false</skip-code-generation-tests>
17421742
<enable-all-tests>true</enable-all-tests>
1743-
<excluded-test-groups/>
1743+
<excluded-test-groups />
17441744
</properties>
17451745
</profile>
17461746

protocols/opcua/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

protocols/open-protocol/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

sandbox/plc4py/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

0 commit comments

Comments
 (0)