Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jellydoc-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 3, 2023
1 parent 3ef2a6f commit 0e3bc04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>${revision}${changelist}</version>
<version>1.10</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>${revision}${changelist}</version>
<version>1.10</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>${scmTag}</tag>
<tag>jellydoc-1.10</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion taglib-xml-writer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
<artifactId>jellydoc</artifactId>
<version>${revision}${changelist}</version>
<version>1.10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>taglib-xml-writer</artifactId>
Expand Down

0 comments on commit 0e3bc04

Please sign in to comment.