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

michaelo 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 9e1d08a  [maven-release-plugin] prepare release jxr-3.6.0
9e1d08a is described below

commit 9e1d08ad2f33bffc23c6836683e4d8b7679b11f6
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Tue Oct 22 16:57:40 2024 +0200

    [maven-release-plugin] prepare release jxr-3.6.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 ac26080..5f36345 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.jxr</groupId>
     <artifactId>jxr</artifactId>
-    <version>3.5.1-SNAPSHOT</version>
+    <version>3.6.0</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-jxr/pom.xml b/maven-jxr/pom.xml
index 2495cc4..783eaf5 100644
--- a/maven-jxr/pom.xml
+++ b/maven-jxr/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.jxr</groupId>
     <artifactId>jxr</artifactId>
-    <version>3.5.1-SNAPSHOT</version>
+    <version>3.6.0</version>
   </parent>
 
   <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index 37041a9..1d3981d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.jxr</groupId>
   <artifactId>jxr</artifactId>
-  <version>3.5.1-SNAPSHOT</version>
+  <version>3.6.0</version>
   <packaging>pom</packaging>
 
   <name>Maven JXR Parent</name>
@@ -55,7 +55,7 @@ under the License.
   <scm>
     
<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>
-    <tag>HEAD</tag>
+    <tag>jxr-3.6.0</tag>
     <url>https://github.com/apache/maven-jxr/tree/${project.scm.tag}</url>
   </scm>
 
@@ -81,7 +81,7 @@ under the License.
     <javadocPluginVersion>3.10.1</javadocPluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2024-08-19T15:30:38Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-10-22T14:57:17Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to