You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/03/23 14:20:14 UTC

[servicemix-specs] branch master updated: Fix version definition

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-specs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fac6cf  Fix version definition
0fac6cf is described below

commit 0fac6cf9fd9d9952f46ef8a50b61fb361e39803d
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 23 15:20:14 2020 +0100

    Fix version definition
---
 activation-api-1.2.1/pom.xml | 1 -
 annotation-api-1.2/pom.xml   | 3 +--
 annotation-api-1.3/pom.xml   | 3 +--
 javax-el-api-3.0.2/pom.xml   | 1 -
 jaxb-api-2.3/pom.xml         | 3 +--
 jaxrs-api-2.1/pom.xml        | 5 ++---
 jaxws-api-2.3/pom.xml        | 3 +--
 locator/pom.xml              | 3 +--
 saaj-api-1.4/pom.xml         | 3 +--
 9 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/activation-api-1.2.1/pom.xml b/activation-api-1.2.1/pom.xml
index 9e87561..80d95f3 100644
--- a/activation-api-1.2.1/pom.xml
+++ b/activation-api-1.2.1/pom.xml
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/annotation-api-1.2/pom.xml b/annotation-api-1.2/pom.xml
index 43e2a37..15b997b 100644
--- a/annotation-api-1.2/pom.xml
+++ b/annotation-api-1.2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs-pom</artifactId>
-        <version>1</version>
+        <version>2</version>
         <relativePath>../specs-pom/pom.xml</relativePath>
     </parent>
 
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-      <tag>HEAD</tag>
   </scm>
 
     <dependencies>
diff --git a/annotation-api-1.3/pom.xml b/annotation-api-1.3/pom.xml
index d3cd646..de439ce 100644
--- a/annotation-api-1.3/pom.xml
+++ b/annotation-api-1.3/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs-pom</artifactId>
-        <version>1</version>
+        <version>2</version>
         <relativePath>../specs-pom/pom.xml</relativePath>
     </parent>
 
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-      <tag>HEAD</tag>
   </scm>
 
     <dependencies>
diff --git a/javax-el-api-3.0.2/pom.xml b/javax-el-api-3.0.2/pom.xml
index d25cc77..0686c76 100644
--- a/javax-el-api-3.0.2/pom.xml
+++ b/javax-el-api-3.0.2/pom.xml
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/jaxb-api-2.3/pom.xml b/jaxb-api-2.3/pom.xml
index 322ad5c..ed612e6 100644
--- a/jaxb-api-2.3/pom.xml
+++ b/jaxb-api-2.3/pom.xml
@@ -38,14 +38,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>2.9.0</version>
+            <version>2.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
diff --git a/jaxrs-api-2.1/pom.xml b/jaxrs-api-2.1/pom.xml
index 30ce468..6953ae5 100644
--- a/jaxrs-api-2.1/pom.xml
+++ b/jaxrs-api-2.1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs-pom</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>2</version>
         <relativePath>../specs-pom/pom.xml</relativePath>
     </parent>
 
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
@@ -50,7 +49,7 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>2.10-SNAPSHOT</version>
+            <version>2.10</version>
         </dependency>
     </dependencies>
 
diff --git a/jaxws-api-2.3/pom.xml b/jaxws-api-2.3/pom.xml
index 2d0919a..6457f8d 100644
--- a/jaxws-api-2.3/pom.xml
+++ b/jaxws-api-2.3/pom.xml
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
@@ -65,7 +64,7 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>2.9.0</version>
+            <version>2.10</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/locator/pom.xml b/locator/pom.xml
index 870d7db..47fb8a3 100644
--- a/locator/pom.xml
+++ b/locator/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs-pom</artifactId>
-        <version>1</version>
+        <version>2</version>
         <relativePath>../specs-pom/pom.xml</relativePath>
     </parent>
 
@@ -38,7 +38,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/saaj-api-1.4/pom.xml b/saaj-api-1.4/pom.xml
index 5d7c54d..b6896c3 100644
--- a/saaj-api-1.4/pom.xml
+++ b/saaj-api-1.4/pom.xml
@@ -38,7 +38,6 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-specs.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-specs.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-specs.git</url>
-        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
@@ -50,7 +49,7 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>2.9.0</version>
+            <version>2.10</version>
         </dependency>
     </dependencies>