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
Kevin-CB committed Apr 16, 2024
1 parent 388553a commit 8919027
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 @@ -11,14 +11,14 @@

<groupId>org.kohsuke</groupId>
<artifactId>groovy-sandbox</artifactId>
<version>1.34</version>
<version>${revision}${changelist}</version>
<url>https://github.com/jenkinsci/${project.artifactId}</url>

<name>Groovy Sandbox</name>
<description>Executes untrusted Groovy script safely</description>

<properties>
<revision>1.34</revision>
<revision>1.35</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<!-- ClassRecorder is used by groovy-cps -->
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>groovy-sandbox-1.34</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 8919027

Please sign in to comment.