Repository: flex-utilities
Updated Branches:
  refs/heads/develop 6f9fd613d -> 05705cb74


[maven-release-plugin] prepare release flex-sdk-converter-1.0.0


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/05705cb7
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/05705cb7
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/05705cb7

Branch: refs/heads/develop
Commit: 05705cb7416184bbfd49f1eed29ca1529090fb53
Parents: 6f9fd61
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Sat Apr 4 18:29:50 2015 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Sat Apr 4 18:29:50 2015 +0200

----------------------------------------------------------------------
 mavenizer/converters/air/pom.xml      |  6 +++---
 mavenizer/converters/base/pom.xml     |  4 ++--
 mavenizer/converters/flash/pom.xml    |  6 +++---
 mavenizer/converters/flex/pom.xml     | 10 +++++-----
 mavenizer/converters/pom.xml          |  4 ++--
 mavenizer/core/pom.xml                |  8 ++++----
 mavenizer/deployers/aether/pom.xml    |  4 ++--
 mavenizer/deployers/maven/pom.xml     |  4 ++--
 mavenizer/deployers/pom.xml           |  4 ++--
 mavenizer/mavenizer/pom.xml           | 22 +++++++++++-----------
 mavenizer/pom.xml                     |  4 ++--
 mavenizer/retrievers/base/pom.xml     |  4 ++--
 mavenizer/retrievers/download/pom.xml |  6 +++---
 mavenizer/retrievers/pom.xml          |  4 ++--
 14 files changed, 45 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/converters/air/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/air/pom.xml b/mavenizer/converters/air/pom.xml
index 88d61aa..176a480 100644
--- a/mavenizer/converters/air/pom.xml
+++ b/mavenizer/converters/air/pom.xml
@@ -23,18 +23,18 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>converters</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>air-converter</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/converters/base/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/base/pom.xml 
b/mavenizer/converters/base/pom.xml
index e43226e..dcfe496 100644
--- a/mavenizer/converters/base/pom.xml
+++ b/mavenizer/converters/base/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>converters</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>base-converter</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/converters/flash/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/flash/pom.xml 
b/mavenizer/converters/flash/pom.xml
index 6afc519..ac140ce 100644
--- a/mavenizer/converters/flash/pom.xml
+++ b/mavenizer/converters/flash/pom.xml
@@ -23,18 +23,18 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>converters</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>flash-converter</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/converters/flex/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/flex/pom.xml 
b/mavenizer/converters/flex/pom.xml
index d38a9c3..e51d422 100644
--- a/mavenizer/converters/flex/pom.xml
+++ b/mavenizer/converters/flex/pom.xml
@@ -23,18 +23,18 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>converters</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>flex-converter</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <!--
             Flex usually contains Air and Flash artifacts, so we need to 
reference them.
@@ -42,12 +42,12 @@
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>air-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flash-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/converters/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/pom.xml b/mavenizer/converters/pom.xml
index 289c060..7dbcd2f 100644
--- a/mavenizer/converters/pom.xml
+++ b/mavenizer/converters/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>flex-sdk-converter</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>converters</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/core/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/core/pom.xml b/mavenizer/core/pom.xml
index 35925e7..1bd7658 100644
--- a/mavenizer/core/pom.xml
+++ b/mavenizer/core/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>flex-sdk-converter</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>core</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <build>
@@ -68,12 +68,12 @@
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flex-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>download-retriever</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/deployers/aether/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/aether/pom.xml 
b/mavenizer/deployers/aether/pom.xml
index 692b99c..881173d 100644
--- a/mavenizer/deployers/aether/pom.xml
+++ b/mavenizer/deployers/aether/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>deployers</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>aether-deployer</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <build>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/deployers/maven/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/maven/pom.xml 
b/mavenizer/deployers/maven/pom.xml
index c1fc93c..e7c11ad 100644
--- a/mavenizer/deployers/maven/pom.xml
+++ b/mavenizer/deployers/maven/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>deployers</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>maven-deployer</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <build>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/deployers/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/pom.xml b/mavenizer/deployers/pom.xml
index 9557778..5104b10 100644
--- a/mavenizer/deployers/pom.xml
+++ b/mavenizer/deployers/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>flex-sdk-converter</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>deployers</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/mavenizer/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/mavenizer/pom.xml b/mavenizer/mavenizer/pom.xml
index 05c5d0a..a203185 100644
--- a/mavenizer/mavenizer/pom.xml
+++ b/mavenizer/mavenizer/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>flex-sdk-converter</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>mavenizer</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <name>Apache Flex Mavenizer</name>
@@ -68,50 +68,50 @@
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>core</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>air-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flash-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flex-converter</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>aether-deployer</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>maven-deployer</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-retriever</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>download-retriever</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/pom.xml b/mavenizer/pom.xml
index b305d6c..57a8ea3 100644
--- a/mavenizer/pom.xml
+++ b/mavenizer/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.flex.utilities.converter</groupId>
     <artifactId>flex-sdk-converter</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -53,7 +53,7 @@
         
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/flex-utilities.git</url>
-        <tag>HEAD</tag>
+        <tag>flex-sdk-converter-1.0.0</tag>
     </scm>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/retrievers/base/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/base/pom.xml 
b/mavenizer/retrievers/base/pom.xml
index f311a65..4717bb9 100644
--- a/mavenizer/retrievers/base/pom.xml
+++ b/mavenizer/retrievers/base/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>retrievers</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>base-retriever</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/retrievers/download/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/download/pom.xml 
b/mavenizer/retrievers/download/pom.xml
index a67e8d2..20eef85 100644
--- a/mavenizer/retrievers/download/pom.xml
+++ b/mavenizer/retrievers/download/pom.xml
@@ -23,18 +23,18 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>retrievers</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>download-retriever</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-retriever</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/05705cb7/mavenizer/retrievers/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/pom.xml b/mavenizer/retrievers/pom.xml
index 0ad50ae..8fabcad 100644
--- a/mavenizer/retrievers/pom.xml
+++ b/mavenizer/retrievers/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>flex-sdk-converter</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>retrievers</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <modules>

Reply via email to