Skip to content

Commit

Permalink
Update libs and prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Dec 13, 2024
1 parent c9f56b6 commit f60706b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<revision>${weasis.core.version}</revision>
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->
<sha1/>

<weasis.opencv.version>4.9.0</weasis.opencv.version>
Expand Down Expand Up @@ -116,27 +116,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand All @@ -146,22 +146,22 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -171,17 +171,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M13</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand All @@ -191,7 +191,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
11 changes: 5 additions & 6 deletions weasis-core-img/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<bundle.symbolicName>${project.artifactId}</bundle.symbolicName>

<slf4j.version>2.0.12</slf4j.version>
<junit-bom.version>5.10.2</junit-bom.version>
<mockito.version>5.11.0</mockito.version>
<junit-bom.version>5.11.3</junit-bom.version>
<mockito.version>5.14.2</mockito.version>
<mockito-inline.version>5.2.0</mockito-inline.version>
<junit-pioneer.version>2.2.0</junit-pioneer.version>
<junit-pioneer.version>2.3.0</junit-pioneer.version>

<sonar.projectKey>weasis-core-img</sonar.projectKey>
<sonar.organization>nroduit-github</sonar.organization>
Expand All @@ -46,8 +46,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java-version}</source>
<target>${java-version}</target>
<release>${java-version}</release>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -128,7 +127,7 @@
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8
<Bundle-RequiredExecutionEnvironment>JavaSE-17
</Bundle-RequiredExecutionEnvironment>
<_removeheaders>
Bnd-LastModified,Include-Resource,Private-Package,Tool,Built-By,Created-By
Expand Down

0 comments on commit f60706b

Please sign in to comment.