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 2016/09/05 08:55:19 UTC

git commit: [flex-falcon] [refs/heads/release0.7.0] - [maven-release-plugin] prepare for next development iteration

Repository: flex-falcon
Updated Branches:
  refs/heads/release0.7.0 ada2c4249 -> 6190f1594


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


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

Branch: refs/heads/release0.7.0
Commit: 6190f15942d6a3ecfb08ea1f1833c03fdcd5eecd
Parents: ada2c42
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 10:55:12 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Sep 5 10:55:12 2016 +0200

----------------------------------------------------------------------
 compiler-jx/pom.xml         | 8 ++++----
 compiler-test-utils/pom.xml | 4 ++--
 compiler/pom.xml            | 6 +++---
 debugger/pom.xml            | 6 +++---
 flex-compiler-oem/pom.xml   | 8 ++++----
 flexjs-ant-tasks/pom.xml    | 4 ++--
 flexjs-maven-plugin/pom.xml | 7 +------
 pom.xml                     | 4 ++--
 8 files changed, 21 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/compiler-jx/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 490fe29..02cc865 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.flexjs</groupId>
     <artifactId>flexjs-compiler-parent</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>compiler-jx</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>Apache Flex - FlexJS: Compiler: Compiler-JX</name>
 
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.apache.flex.flexjs.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.7.0</version>
+      <version>0.8.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -108,7 +108,7 @@
     <dependency>
       <groupId>org.apache.flex.flexjs.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.7.0</version>
+      <version>0.8.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/compiler-test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index ba0be8a..51bf944 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.flexjs</groupId>
     <artifactId>flexjs-compiler-parent</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>compiler-test-utils</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>Apache Flex - FlexJS: Compiler: Test Utils</name>
   <description>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/compiler/pom.xml
----------------------------------------------------------------------
diff --git a/compiler/pom.xml b/compiler/pom.xml
index ccd2d11..df712bf 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.flexjs</groupId>
     <artifactId>flexjs-compiler-parent</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>compiler</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>Apache Flex - FlexJS: Compiler: Compiler</name>
   <description>The Apache Flex Falcon Compiler</description>
@@ -415,7 +415,7 @@
     <dependency>
       <groupId>org.apache.flex.flexjs.compiler</groupId>
       <artifactId>compiler-test-utils</artifactId>
-      <version>0.7.0</version>
+      <version>0.8.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/debugger/pom.xml
----------------------------------------------------------------------
diff --git a/debugger/pom.xml b/debugger/pom.xml
index cf637cb..3bbba40 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.flexjs</groupId>
     <artifactId>flexjs-compiler-parent</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>debugger</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>Apache Flex - FlexJS: Compiler: Debugger</name>
 
@@ -83,7 +83,7 @@ Do all the JBurg code generation.
     <dependency>
       <groupId>org.apache.flex.flexjs.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.7.0</version>
+      <version>0.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.compiler</groupId>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/flex-compiler-oem/pom.xml
----------------------------------------------------------------------
diff --git a/flex-compiler-oem/pom.xml b/flex-compiler-oem/pom.xml
index 51a0bfb..8dbc1cd 100644
--- a/flex-compiler-oem/pom.xml
+++ b/flex-compiler-oem/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.flexjs</groupId>
     <artifactId>flexjs-compiler-parent</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>flex-compiler-oem</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>Apache Flex - FlexJS: Compiler: OEM Layer</name>
 
@@ -36,12 +36,12 @@
     <dependency>
       <groupId>org.apache.flex.flexjs.compiler</groupId>
       <artifactId>compiler</artifactId>
-      <version>0.7.0</version>
+      <version>0.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.compiler</groupId>
       <artifactId>compiler-jx</artifactId>
-      <version>0.7.0</version>
+      <version>0.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.compiler</groupId>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/flexjs-ant-tasks/pom.xml
----------------------------------------------------------------------
diff --git a/flexjs-ant-tasks/pom.xml b/flexjs-ant-tasks/pom.xml
index 664aa78..184c5ed 100644
--- a/flexjs-ant-tasks/pom.xml
+++ b/flexjs-ant-tasks/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.flexjs</groupId>
     <artifactId>flexjs-compiler-parent</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>flexjs-ant-tasks</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
 
   <name>Apache Flex - FlexJS: FlexJS Ant Tasks</name>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/flexjs-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/pom.xml b/flexjs-maven-plugin/pom.xml
index 91505aa..12e03ec 100644
--- a/flexjs-maven-plugin/pom.xml
+++ b/flexjs-maven-plugin/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>flexjs-maven-plugin</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Flex - FlexJS: FlexJS Maven Plugin</name>
@@ -134,9 +134,4 @@
       </plugin>
     </plugins>
   </build>
-
-
-  <scm>
-    <tag>flexjs-compiler-parent-0.7.0</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6190f159/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bdd3ce1..e49d721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.flex.flexjs</groupId>
   <artifactId>flexjs-compiler-parent</artifactId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex - FlexJS: Compiler: Parent</name>
@@ -38,7 +38,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</developerConnection>
     <url>https://github.com/apache/flex-falcon</url>
-    <tag>flexjs-compiler-parent-0.7.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>