Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
culmat committed Feb 9, 2024
1 parent 168c53d commit 9094a08
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.baloise.maven</groupId>
<artifactId>orchestra-maven-plugin</artifactId>
<version>0.7.6-SNAPSHOT</version>
<version>0.7.6</version>
<packaging>maven-plugin</packaging>

<name>orchestra-maven-plugin</name>
Expand Down Expand Up @@ -63,7 +63,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.version>3.6.0</maven.version>
<maven.version>3.9.6</maven.version>
<maven.version.high>3.11.0</maven.version.high>
<maven.site.plugin.version>3.9.1</maven.site.plugin.version>
<cxf.version>3.4.2</cxf.version>
</properties>
Expand All @@ -81,12 +82,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.7</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -140,13 +141,13 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${maven.version}</version>
<version>${maven.version.high}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -182,7 +183,7 @@
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven.version}</version>
<version>${maven.version.high}</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 9094a08

Please sign in to comment.