Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Bacchella committed Dec 26, 2021
1 parent b1b7851 commit 7274e74
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.plugin.surefire.version>3.0.0-M5</maven.plugin.surefire.version>
<junit.version>4.13.2</junit.version>
<log4j>2.17.0</log4j>
<pax-exam.version>4.13.4</pax-exam.version>
<pax-exam.version>4.13.5</pax-exam.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<!-- current year. -->
Expand All @@ -31,8 +31,6 @@
</license>
</licenses>
<scm>
<!-- See http://maven.apache.org/plugins/maven-release-plugin/examples/perform-release.html -->
<!-- for how to perform a release from the connection below. -->
<connection>scm:git:https://github.com/rrd4j/rrd4j.git</connection>
<developerConnection>scm:git:https://github.com/rrd4j/rrd4j.git</developerConnection>
<url>https://github.com/rrd4j/rrd4j/</url>
Expand Down Expand Up @@ -86,7 +84,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>7.0.1</version>
<version>7.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -200,6 +198,11 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 7274e74

Please sign in to comment.