Skip to content

Commit

Permalink
Added bump to next snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmckeown committed Nov 17, 2024
1 parent 7274294 commit a410301
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.pmckeown</groupId>
<artifactId>dependency-track-maven-plugin</artifactId>
<version>1.8.0</version>
<version>1.8.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Dependency Track Maven Plugin</name>
Expand Down Expand Up @@ -383,15 +383,14 @@
</execution>
</executions>
</plugin>
<!-- https://central.sonatype.org/publish/publish-portal-maven/ -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a410301

Please sign in to comment.