Skip to content

Commit

Permalink
Update some more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jan 30, 2024
1 parent 1cf8a29 commit f9b0152
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.6.1</version>
<executions>
<execution>
<id>properties</id>
Expand All @@ -214,7 +214,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.6.0</version>
<configuration>
<attach>false</attach>
<descriptors>
Expand All @@ -233,7 +233,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>default-jar</id>
Expand Down Expand Up @@ -268,7 +268,7 @@
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.1.0</version>
<configuration>
<jvmVersion>9</jvmVersion>
<overwriteExistingFiles>true</overwriteExistingFiles>
Expand Down Expand Up @@ -318,7 +318,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
Expand Down Expand Up @@ -375,7 +375,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<version>1.7.36</version>
<optional>true</optional>
</dependency>
<!--
Expand Down Expand Up @@ -154,7 +154,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<systemProperties>
<property>
Expand Down
6 changes: 3 additions & 3 deletions src/it/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Integration Tests for JavaCPP running in OSGi</description>

<properties>
<bnd.version>5.3.0</bnd.version>
<bnd.version>6.4.0</bnd.version>
<lib.path>${os.name}-${os.arch}/${lib.name}</lib.path>
</properties>

Expand Down Expand Up @@ -158,13 +158,13 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>6.0.5</version>
<version>7.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/it/osgi/test.bndrun
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-runrequires: bnd.identity;id='javacpp-tests-osgi'
-runfw: org.apache.felix.framework;version='[6.0.5,6.0.5]'
-runfw: org.apache.felix.framework;version='[7.0.5,7.0.5]'
-runee: JavaSE-1.8
-runbundles: \
org.bytedeco.javacpp;version='0.0.0',\
org.bytedeco.javacpp.${os.name}-${os.arch};version='0.0.0',\
javacpp-tests-osgi;version='0.0.0',\
org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',\
slf4j.api;version='[1.7.32,1.7.33)',\
slf4j.simple;version='[1.7.32,1.7.33)'
slf4j.api;version='[1.7.36,1.7.37)',\
slf4j.simple;version='[1.7.36,1.7.37)'

0 comments on commit f9b0152

Please sign in to comment.