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 Aug 16, 2022
1 parent ecab802 commit bd6f314
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>1.7</version>
<version>${revision}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-jellydoc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>1.7</version>
<version>${revision}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>maven-jellydoc-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>1.7</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>

<name>Jellydoc</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>jellydoc-1.7</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand All @@ -40,7 +40,7 @@
</distributionManagement>

<properties>
<revision>1.7</revision>
<revision>1.8</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/maven-jellydoc-plugin</gitHubRepo>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion taglib-xml-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>1.7</version>
<version>${revision}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>taglib-xml-writer</artifactId>
Expand Down

0 comments on commit bd6f314

Please sign in to comment.