You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:32:49 UTC

[commons-vfs] 09/09: [maven-release-plugin] prepare release japicmp-base-0.0.2

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

ggregory pushed a commit to annotated tag japicmp-base-0.0.2
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit f21e23893e90e0735c24425341995f3153a37297
Author: siom79 <ma...@googlemail.com>
AuthorDate: Sun Oct 6 11:42:46 2013 +0200

    [maven-release-plugin] prepare release japicmp-base-0.0.2
---
 japicmp-testbase/japicmp-test-v1/pom.xml | 2 +-
 japicmp-testbase/japicmp-test-v2/pom.xml | 2 +-
 japicmp-testbase/japicmp-test/pom.xml    | 2 +-
 japicmp-testbase/pom.xml                 | 2 +-
 japicmp/pom.xml                          | 2 +-
 pom.xml                                  | 7 +++----
 6 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/japicmp-testbase/japicmp-test-v1/pom.xml b/japicmp-testbase/japicmp-test-v1/pom.xml
index 3762fa5..c1c4437 100644
--- a/japicmp-testbase/japicmp-test-v1/pom.xml
+++ b/japicmp-testbase/japicmp-test-v1/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-testbase</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
     </parent>
 
     <artifactId>japicmp-test-v1</artifactId>
diff --git a/japicmp-testbase/japicmp-test-v2/pom.xml b/japicmp-testbase/japicmp-test-v2/pom.xml
index 98878c6..d28f988 100644
--- a/japicmp-testbase/japicmp-test-v2/pom.xml
+++ b/japicmp-testbase/japicmp-test-v2/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-testbase</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
     </parent>
 
     <artifactId>japicmp-test-v2</artifactId>
diff --git a/japicmp-testbase/japicmp-test/pom.xml b/japicmp-testbase/japicmp-test/pom.xml
index 309a32f..e144e25 100644
--- a/japicmp-testbase/japicmp-test/pom.xml
+++ b/japicmp-testbase/japicmp-test/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-testbase</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
     </parent>
 
     <artifactId>japicmp-test</artifactId>
diff --git a/japicmp-testbase/pom.xml b/japicmp-testbase/pom.xml
index a5a62e7..d96866b 100644
--- a/japicmp-testbase/pom.xml
+++ b/japicmp-testbase/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-base</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
     </parent>
 
     <artifactId>japicmp-testbase</artifactId>
diff --git a/japicmp/pom.xml b/japicmp/pom.xml
index 76844b6..13143ae 100644
--- a/japicmp/pom.xml
+++ b/japicmp/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-base</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
     </parent>
 
     <artifactId>japicmp</artifactId>
diff --git a/pom.xml b/pom.xml
index 38aa448..96d3cd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>japicmp</groupId>
     <artifactId>japicmp-base</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.0.2</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -123,7 +122,7 @@
         <connection>scm:git:git://github.com/${github.account}/${project.groupId}.git</connection>
         <developerConnection>scm:git:git@github.com:${github.account}/${project.groupId}.git</developerConnection>
         <url>http://github.com/${github.account}/${project.groupId}/tree/master/</url>
-        <tag>HEAD</tag>
+        <tag>japicmp-base-0.0.2</tag>
     </scm>
 
     <distributionManagement>