Skip to content

Commit

Permalink
Updated version to 3.34.1 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
flopma committed Sep 27, 2021
1 parent 02e246d commit e197de5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-plugins</artifactId>
<version>3.31.0-01</version>
<version>3.34.1-01</version>
</parent>

<groupId>com.roumanoff.nexus</groupId>
<artifactId>nexus-crowd-plugin</artifactId>
<version>3.31.0</version>
<version>3.34.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down Expand Up @@ -69,14 +69,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>compile</scope>
<version>3.5</version>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>compile</scope>
<version>1.13</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit e197de5

Please sign in to comment.