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 f3c7482a3f build: Final updates needed to get the script-release 
working.
f3c7482a3f is described below

commit f3c7482a3f68ef556b39d14cb902b9b49e73cee7
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Fri Feb 16 13:55:30 2024 +0100

    build: Final updates needed to get the script-release working.
---
 RELEASE_NOTES |  1 +
 jenkins.pom   | 20 +++++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 9a5f6dcd00..0965925b75 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -11,6 +11,7 @@ Incompatible changes
 Bug Fixes
 ---------
 
+==============================================================
 Apache PLC4X 0.12.0
 ==============================================================
 
diff --git a/jenkins.pom b/jenkins.pom
index ad2a598735..c9413fdb2f 100644
--- a/jenkins.pom
+++ b/jenkins.pom
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>22</version>
+        <version>31</version>
     </parent>
 
     <groupId>org.apache.plc4x</groupId>
@@ -67,6 +67,24 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>deploy-releases</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>wagon-maven-plugin</artifactId>
+                        <version>2.0.0</version>
+                        <configuration>
+                            
<fromDir>${project.basedir}/out/.local-artifacts-dir</fromDir>
+                            <includes>**</includes>
+                            <serverId>apache.releases.https</serverId>
+                            <url>${distMgmtReleasesUrl}</url>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
         <profile>
             <id>deploy-site</id>
             <build>

Reply via email to