Skip to content

Commit 6880e1c

Browse files
committed
[maven-release-plugin] prepare release jxr-3.3.1
1 parent ba3c307 commit 6880e1c

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
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.jxr</groupId>
2525
<artifactId>jxr</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
</parent>
2828

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

maven-jxr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.jxr</groupId>
2525
<artifactId>jxr</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
</parent>
2828

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

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.maven.jxr</groupId>
3131
<artifactId>jxr</artifactId>
32-
<version>3.3.1-SNAPSHOT</version>
32+
<version>3.3.1</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Maven JXR Parent</name>
@@ -55,7 +55,7 @@ under the License.
5555
<scm>
5656
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</connection>
5757
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</developerConnection>
58-
<tag>HEAD</tag>
58+
<tag>jxr-3.3.1</tag>
5959
<url>https://github.com/apache/maven-jxr/tree/${project.scm.tag}</url>
6060
</scm>
6161

@@ -81,7 +81,7 @@ under the License.
8181
<javadocPluginVersion>3.5.0</javadocPluginVersion>
8282
<maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
8383
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
84-
<project.build.outputTimestamp>2022-08-16T10:28:45Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2023-10-20T19:41:54Z</project.build.outputTimestamp>
8585
</properties>
8686

8787
<dependencyManagement>

0 commit comments

Comments
 (0)