You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/15 19:02:47 UTC

[maven-jxr] branch master updated: [maven-release-plugin] prepare release jxr-3.2.0

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git


The following commit(s) were added to refs/heads/master by this push:
     new 18fc994  [maven-release-plugin] prepare release jxr-3.2.0
18fc994 is described below

commit 18fc9949eb030ef174dee47ee1cc11bc23a906d5
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Mar 15 20:02:44 2022 +0100

    [maven-release-plugin] prepare release jxr-3.2.0
---
 maven-jxr-plugin/pom.xml | 2 +-
 maven-jxr/pom.xml        | 2 +-
 pom.xml                  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 3dfe257..5f1fe0a 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.jxr</groupId>
     <artifactId>jxr</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-jxr/pom.xml b/maven-jxr/pom.xml
index f7119ff..45bc3ea 100644
--- a/maven-jxr/pom.xml
+++ b/maven-jxr/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.jxr</groupId>
     <artifactId>jxr</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
   </parent>
 
   <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index 0244ac5..8991c6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.jxr</groupId>
   <artifactId>jxr</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.2.0</version>
   <packaging>pom</packaging>
 
   <name>Maven JXR Parent</name>
@@ -44,7 +44,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jxr.git</developerConnection>
     <url>https://github.com/apache/maven-jxr/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>jxr-3.2.0</tag>
   </scm>
 
   <issueManagement>
@@ -67,7 +67,7 @@ under the License.
     <sitePluginVersion>3.11.0</sitePluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2021-04-18T19:03:41Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-03-15T19:02:32Z</project.build.outputTimestamp>
   </properties>
 
   <modules>