Skip to content

Commit

Permalink
[maven-release-plugin] prepare branch @{releaseLabel}
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Oct 2, 2023
1 parent 533d893 commit 776baf9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions plc4go/pom.xml
Expand Up @@ -17,8 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -601,7 +600,7 @@
</goals>
<configuration>
<target>
<mkdir dir="target${file.separator}surefire-reports"/>
<mkdir dir="target${file.separator}surefire-reports" />
</target>
</configuration>
</execution>
Expand Down
3 changes: 1 addition & 2 deletions plc4j/utils/plc-simulator/pom.xml
Expand Up @@ -17,8 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</developerConnection>
<url>https://github.com/apache/plc4x</url>
<tag>HEAD</tag>
<tag>rel/0.11</tag>
</scm>

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

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

<!-- Exclude all generated code -->
<sonar.exclusions>**/generated-sources</sonar.exclusions>
Expand Down Expand Up @@ -1731,7 +1731,7 @@
<properties>
<skip-code-generation-tests>false</skip-code-generation-tests>
<enable-all-tests>true</enable-all-tests>
<excluded-test-groups/>
<excluded-test-groups />
</properties>
</profile>

Expand All @@ -1740,7 +1740,7 @@
<properties>
<skip-code-generation-tests>false</skip-code-generation-tests>
<enable-all-tests>true</enable-all-tests>
<excluded-test-groups/>
<excluded-test-groups />
</properties>
</profile>

Expand Down
3 changes: 1 addition & 2 deletions protocols/opcua/pom.xml
Expand Up @@ -17,8 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 1 addition & 2 deletions protocols/open-protocol/pom.xml
Expand Up @@ -17,8 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 1 addition & 2 deletions sandbox/plc4py/pom.xml
Expand Up @@ -17,8 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 776baf9

Please sign in to comment.