Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Dec 18, 2021
1 parent 1d7e97f commit 111e85e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.1.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Wicket Spring Boot Starter Parent</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<scm>
<url>https://github.com/MarcGiffing/wicket-spring-boot/</url>
<connection>scm:git:https://github.com/MarcGiffing/wicket-spring-boot.git</connection>
<tag>wicket-spring-boot-starter-parent-3.1.4</tag>
<tag>wicket-spring-boot-starter-parent-3.1.2</tag>
</scm>

<developers>
Expand Down Expand Up @@ -310,7 +310,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion wicket-spring-boot-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.1.5-SNAPSHOT</version>
</parent>

<artifactId>wicket-spring-boot-context</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions wicket-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.1.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -195,7 +195,7 @@
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

Expand All @@ -208,7 +208,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 111e85e

Please sign in to comment.