You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/12 09:33:56 UTC

[plc4x-build-tools] branch develop updated: fix(site): partially update versions

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-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 73102c6  fix(site): partially update versions
73102c6 is described below

commit 73102c6e0ddbf7cef48b3405ad46b8759f458eef
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Sep 12 11:33:48 2022 +0200

    fix(site): partially update versions
---
 plc4x-site-skin/src/it/plc4x-website/pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/plc4x-site-skin/src/it/plc4x-website/pom.xml b/plc4x-site-skin/src/it/plc4x-website/pom.xml
index 0531ee0..c0a56f8 100644
--- a/plc4x-site-skin/src/it/plc4x-website/pom.xml
+++ b/plc4x-site-skin/src/it/plc4x-website/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>25</version>
+    <version>27</version>
   </parent>
 
   <groupId>org.apache.maven.skins.its</groupId>
@@ -85,15 +85,12 @@
   </mailingLists>
 
   <properties>
+    <java.version>11</java.version>
+
     <skinName>@project.name@</skinName>
     <skinGroupId>@project.groupId@</skinGroupId>
     <skinArtifactId>@project.artifactId@</skinArtifactId>
     <skinVersion>@project.version@</skinVersion>
-    <!--
-      At least 3.3.3 required for camel-package-maven-plugin
-    -->
-    <maven.version>3.3.3</maven.version>
-    <java.version>1.8</java.version>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
@@ -240,7 +237,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>properties-maven-plugin</artifactId>
-          <version>1.0.0</version>
+          <version>1.1.0</version>
         </plugin>
 
         <plugin>