Skip to content

Commit

Permalink
Improved deployment to maven central and downgraded to current releas…
Browse files Browse the repository at this point in the history
…e version
  • Loading branch information
funfried committed Sep 24, 2024
1 parent c181c69 commit 1077214
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>de.funfried.maven.plugins</groupId>
<artifactId>zonky-maven-plugin</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2</version>
<packaging>maven-plugin</packaging>

<developers>
Expand Down Expand Up @@ -210,9 +210,11 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<version>0.6.0</version>
<configuration>
<publishingServerId>central</publishingServerId>
<waitUntil>published</waitUntil>
<autoPublish>true</autoPublish>
<tokenAuth>true</tokenAuth>
</configuration>
Expand Down Expand Up @@ -307,7 +309,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0</version>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1077214

Please sign in to comment.