You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/08/16 10:28:51 UTC

[maven-jxr] branch master updated: [maven-release-plugin] prepare for next development iteration

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 6f7d872  [maven-release-plugin] prepare for next development iteration
6f7d872 is described below

commit 6f7d872b9268a19d38e7f9dcecdc63f34a8e2e1f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Aug 16 12:28:46 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 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 6b3a94d..226b9ed 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.3.0</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-jxr/pom.xml b/maven-jxr/pom.xml
index 00fb848..9f183fc 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.3.0</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index 895891d..dfdac2a 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.3.0</version>
+  <version>3.3.1-SNAPSHOT</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>jxr-3.3.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>
@@ -68,7 +68,7 @@ under the License.
     <javadocPluginVersion>3.4.1</javadocPluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2022-08-16T10:28:16Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-16T10:28:45Z</project.build.outputTimestamp>
   </properties>
 
   <modules>