Skip to content

Commit

Permalink
bumped to v 3.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flopma committed Apr 5, 2023
1 parent 9416822 commit 6572f0c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 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.34.1-01</version>
<version>3.38.1-01</version>
</parent>

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

Expand Down Expand Up @@ -68,13 +68,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

</dependencies>
Expand All @@ -84,20 +84,10 @@
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>!*</Export-Package>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Embed-Directory>dependencies</Embed-Directory>
<Embed-Transitive>true</Embed-Transitive>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6572f0c

Please sign in to comment.