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

[plc4x] branch develop updated: chore(build): Updated to the newly released build-tools 1.6.0

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5a33ccc9a chore(build): Updated to the newly released build-tools 1.6.0
5a33ccc9a is described below

commit 5a33ccc9a51b1e6f603a3a6a36fb0e01810d705f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Sep 26 11:02:15 2022 +0200

    chore(build): Updated to the newly released build-tools 1.6.0
---
 jenkins.pom |  2 +-
 pom.xml     | 24 +++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/jenkins.pom b/jenkins.pom
index e65846f23..ad2a59873 100644
--- a/jenkins.pom
+++ b/jenkins.pom
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-jenkins-tools</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>pom</packaging>
 
     <name>PLC4X: Jenkins Tools</name>
diff --git a/pom.xml b/pom.xml
index b4955a1fb..ebd2f4834 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <sonar.cfamily.threads>1</sonar.cfamily.threads>
     <sonar.cfamily.cache.enabled>false</sonar.cfamily.cache.enabled>
 
-    <plc4x-code-generation.version>1.6.0-SNAPSHOT</plc4x-code-generation.version>
+    <plc4x-code-generation.version>1.6.0</plc4x-code-generation.version>
 
     <antlr.version>4.11.1</antlr.version>
     <apiguardian.version>1.1.2</apiguardian.version>
@@ -1486,6 +1486,17 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <!-- When we release stuff like the site skin or the build tools, syncing to Maven Central usually takes some time -->
+    <repository>
+      <id>apache-releases</id>
+      <url>https://repository.apache.org/content/repositories/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <!-- Make Snapshots of Apache plugins available -->
@@ -1500,6 +1511,17 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <!-- When we release stuff like the site skin or the build tools, syncing to Maven Central usually takes some time -->
+    <pluginRepository>
+      <id>apache-releases</id>
+      <url>https://repository.apache.org/content/repositories/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
   </pluginRepositories>
 
   <profiles>