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
slawekjaranowski committed Mar 4, 2024
1 parent aca9702 commit c6a6def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.

<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>17</version>
<version>18-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Plexus</name>
Expand Down Expand Up @@ -302,7 +302,7 @@ limitations under the License.
<scm>
<connection>scm:git:https://github.com/codehaus-plexus/plexus-pom.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<tag>plexus-17</tag>
<tag>master</tag>
<url>https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/</url>
</scm>

Expand Down Expand Up @@ -336,7 +336,7 @@ limitations under the License.
<maven.compiler.target>${javaVersion}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
<project.build.outputTimestamp>2024-03-04T19:09:56Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-04T19:10:03Z</project.build.outputTimestamp>
<gpg.useagent>true</gpg.useagent>
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
<mavenPluginToolsVersion>3.11.0</mavenPluginToolsVersion>
Expand Down

0 comments on commit c6a6def

Please sign in to comment.