This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 886389807 Upgrade to Apache POM 30
886389807 is described below
commit 88638980766ea7d95be27847a95a02ffabf380cf
Author: JB Onofré <[email protected]>
AuthorDate: Tue Nov 7 18:19:42 2023 +0100
Upgrade to Apache POM 30
---
parent/pom.xml | 2 +-
pom.xml | 2 +-
proxy/proxy-impl/pom.xml | 6 +++---
spi-fly/pom.xml | 2 +-
spi-fly/spi-fly-itests/test.bndrun | 9 +++++----
5 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ae7b535c9..ac7d58306 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>20</version>
+ <version>30</version>
<relativePath />
</parent>
diff --git a/pom.xml b/pom.xml
index e2b472892..14fe42378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>14</version>
+ <version>30</version>
</parent>
<!-- This pom is for convenience in building several aries subprojects at
once.
diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index 1a19492d5..3061b1b5d 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -150,7 +150,7 @@
<execution>
<phase>process-classes</phase>
<configuration>
- <tasks>
+ <target>
<!-- run the Synthesizer on the WovenProxy
class -->
<java
classname="org.apache.aries.proxy.synthesizer.Synthesizer"
classpathref="maven.runtime.classpath" fork="false">
<arg
value="${project.build.outputDirectory}/org/apache/aries/proxy/weaving/WovenProxy.class"
/>
@@ -158,7 +158,7 @@
<delete
dir="${project.build.outputDirectory}/org/apache/aries/proxy/synthesizer" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index c072c23e5..2463c8708 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>29</version>
+ <version>30</version>
<relativePath />
</parent>
diff --git a/spi-fly/spi-fly-itests/test.bndrun
b/spi-fly/spi-fly-itests/test.bndrun
index c02f5d271..852120763 100644
--- a/spi-fly/spi-fly-itests/test.bndrun
+++ b/spi-fly/spi-fly-itests/test.bndrun
@@ -51,16 +51,17 @@
bnd.identity;id='junit-platform-launcher'
-runbundles: \
- assertj-core;version='[3.22.0,3.22.1)',\
+ assertj-core;version='[3.23.1,3.23.2)',\
junit-jupiter-api;version='[5.8.2,5.8.3)',\
junit-jupiter-engine;version='[5.8.2,5.8.3)',\
junit-jupiter-params;version='[5.8.2,5.8.3)',\
junit-platform-commons;version='[1.8.2,1.8.3)',\
junit-platform-engine;version='[1.8.2,1.8.3)',\
junit-platform-launcher;version='[1.8.2,1.8.3)',\
-
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.5,1.3.6)',\
- org.apache.aries.spifly.examples.spi.bundle;version='[1.0.3,1.0.4)',\
- org.apache.aries.spifly.itests;version='[1.3.5,1.3.6)',\
+ net.bytebuddy.byte-buddy;version='[1.12.10,1.12.11)',\
+
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',\
+ org.apache.aries.spifly.examples.spi.bundle;version='[1.0.5,1.0.6)',\
+ org.apache.aries.spifly.itests;version='[1.3.7,1.3.8)',\
org.apache.felix.log.extension;version='[1.0.0,1.0.1)',\
org.opentest4j;version='[1.2.0,1.2.1)',\
org.osgi.test.assertj.framework;version='[1.1.0,1.1.1)',\