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
basil committed Jan 30, 2022
1 parent ce5de9d commit 9a0a37e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions jenkins-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Unusually, we fix this version to be 1.4-SNAPSHOT, so that
Builds can use newer versions of the plugin without having to
update their versions all the tiem -->
<version>1.10</version>
<version>1.11-SNAPSHOT</version>

<properties>
<java.level>8</java.level>
Expand Down Expand Up @@ -122,8 +122,4 @@
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<scm>
<tag>pom-1.10</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Repository Project POM</description>
<url>https://github.com/jenkinsci/maven-repository-plugin</url>

<version>1.10</version>
<version>1.11-SNAPSHOT</version>
<packaging>pom</packaging>

<ciManagement>
Expand Down Expand Up @@ -71,7 +71,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>pom-1.10</tag>
<tag>HEAD</tag>
</scm>
<modules>
<module>jenkins-maven-plugin</module>
Expand Down
4 changes: 2 additions & 2 deletions repository-hpi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.nirima.jenkins.repository</groupId>
<artifactId>pom</artifactId>
<version>1.10</version>
<version>1.11-SNAPSHOT</version>
</parent>

<groupId>jenkins</groupId>
Expand All @@ -13,7 +13,7 @@
<description>This plug-in exposes project builds as a maven repository so the artifacts can be picked up by
downstream builds or other systems.
</description>
<version>1.10</version>
<version>1.11-SNAPSHOT</version>
<packaging>hpi</packaging>

<url>https://github.com/jenkinsci/maven-repository-plugin</url>
Expand Down

0 comments on commit 9a0a37e

Please sign in to comment.