Skip to content

Commit

Permalink
Upgrade to Apache POM 30
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Nov 7, 2023
1 parent 9151105 commit 8863898
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>20</version>
<version>30</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions proxy/proxy-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -150,15 +150,15 @@
<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" />
</java>

<delete dir="${project.build.outputDirectory}/org/apache/aries/proxy/synthesizer" />

</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
2 changes: 1 addition & 1 deletion spi-fly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>29</version>
<version>30</version>
<relativePath />
</parent>

Expand Down
9 changes: 5 additions & 4 deletions spi-fly/spi-fly-itests/test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -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)',\
Expand Down

0 comments on commit 8863898

Please sign in to comment.