Skip to content

Commit 18fc994

Browse files
[maven-release-plugin] prepare release jxr-3.2.0
1 parent 61a9539 commit 18fc994

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

maven-jxr-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.jxr</groupId>
2727
<artifactId>jxr</artifactId>
28-
<version>3.2.0-SNAPSHOT</version>
28+
<version>3.2.0</version>
2929
</parent>
3030

3131
<groupId>org.apache.maven.plugins</groupId>

maven-jxr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.jxr</groupId>
2727
<artifactId>jxr</artifactId>
28-
<version>3.2.0-SNAPSHOT</version>
28+
<version>3.2.0</version>
2929
</parent>
3030

3131
<groupId>org.apache.maven</groupId>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ under the License.
3131

3232
<groupId>org.apache.maven.jxr</groupId>
3333
<artifactId>jxr</artifactId>
34-
<version>3.2.0-SNAPSHOT</version>
34+
<version>3.2.0</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Maven JXR Parent</name>
@@ -44,7 +44,7 @@ under the License.
4444
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</connection>
4545
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</developerConnection>
4646
<url>https://github.com/apache/maven-jxr/tree/${project.scm.tag}</url>
47-
<tag>HEAD</tag>
47+
<tag>jxr-3.2.0</tag>
4848
</scm>
4949

5050
<issueManagement>
@@ -67,7 +67,7 @@ under the License.
6767
<sitePluginVersion>3.11.0</sitePluginVersion>
6868
<maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
6969
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
70-
<project.build.outputTimestamp>2021-04-18T19:03:41Z</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>2022-03-15T19:02:32Z</project.build.outputTimestamp>
7171
</properties>
7272

7373
<modules>

0 commit comments

Comments
 (0)