You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/09/22 10:32:53 UTC

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

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

rfscholte 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 5661707  [maven-release-plugin] prepare release jxr-3.0.0
5661707 is described below

commit 5661707f12afd0308c2ae7789705d4cec357b130
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Sep 22 12:32:52 2018 +0200

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

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 6ee4292..3aa50a8 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.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-jxr/pom.xml b/maven-jxr/pom.xml
index 9254c81..98477c4 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.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <groupId>org.apache.maven</groupId>
diff --git a/pom.xml b/pom.xml
index 5f6f41f..dce31c8 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.0.0-SNAPSHOT</version>
+  <version>3.0.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.0.0</tag>
   </scm>
 
   <issueManagement>