Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Nov 6, 2022
1 parent bfcf471 commit 52562d9
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions wicket-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,33 +192,7 @@
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down

0 comments on commit 52562d9

Please sign in to comment.