You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/04/04 18:18:28 UTC

git commit: [flex-utilities] [refs/heads/develop] - [maven-release-plugin] prepare for next development iteration

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 8e6f5096c -> dc960ac6f


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/develop
Commit: dc960ac6fd8b613e94701a34005a9b0bc1eb0642
Parents: 8e6f509
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Apr 4 18:18:24 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Apr 4 18:18:24 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/dc960ac6/mavenizer/converters/air/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/air/pom.xml b/mavenizer/converters/air/pom.xml
index 176a480..044bbc4 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>air-converter</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/converters/base/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/base/pom.xml b/mavenizer/converters/base/pom.xml
index dcfe496..2e3b95f 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>base-converter</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/converters/flash/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/flash/pom.xml b/mavenizer/converters/flash/pom.xml
index ac140ce..293377e 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>flash-converter</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/converters/flex/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/flex/pom.xml b/mavenizer/converters/flex/pom.xml
index e51d422..e0a4d1c 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>flex-converter</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</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</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flash-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/converters/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/converters/pom.xml b/mavenizer/converters/pom.xml
index 7dbcd2f..aae0080 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>converters</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/core/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/core/pom.xml b/mavenizer/core/pom.xml
index 1bd7658..3a3f4c8 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>core</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</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</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>download-retriever</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/deployers/aether/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/aether/pom.xml b/mavenizer/deployers/aether/pom.xml
index 881173d..e067c1a 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>aether-deployer</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/deployers/maven/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/maven/pom.xml b/mavenizer/deployers/maven/pom.xml
index e7c11ad..e92ab23 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>maven-deployer</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/deployers/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/deployers/pom.xml b/mavenizer/deployers/pom.xml
index 5104b10..7bad324 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deployers</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/mavenizer/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/mavenizer/pom.xml b/mavenizer/mavenizer/pom.xml
index a203185..e875807 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mavenizer</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</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</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>air-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flash-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>flex-converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>aether-deployer</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>maven-deployer</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-retriever</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>download-retriever</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/pom.xml b/mavenizer/pom.xml
index 57a8ea3..010ccde 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</version>
+    <version>1.1.0-SNAPSHOT</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>flex-sdk-converter-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/retrievers/base/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/base/pom.xml b/mavenizer/retrievers/base/pom.xml
index 4717bb9..09b6655 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>base-retriever</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/retrievers/download/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/download/pom.xml b/mavenizer/retrievers/download/pom.xml
index 20eef85..219cbfd 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>download-retriever</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.flex.utilities.converter</groupId>
             <artifactId>base-retriever</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dc960ac6/mavenizer/retrievers/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/pom.xml b/mavenizer/retrievers/pom.xml
index 8fabcad..93792da 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>retrievers</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>