[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a3eaa6e5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a3eaa6e5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a3eaa6e5 Branch: refs/heads/refactor-sprite Commit: a3eaa6e51bccaae9845f4e2156884a5e4d2a6a14 Parents: 6144d25 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 11:38:12 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 11:38:12 2016 +0200 ---------------------------------------------------------------------- frameworks/fontsrc/pom.xml | 4 ++-- frameworks/pom.xml | 4 ++-- frameworks/projects/Binding/pom.xml | 8 ++++---- frameworks/projects/Charts/pom.xml | 20 ++++++++++---------- frameworks/projects/Collections/pom.xml | 8 ++++---- frameworks/projects/Core/pom.xml | 4 ++-- frameworks/projects/CreateJS/pom.xml | 20 ++++++++++---------- frameworks/projects/DragDrop/pom.xml | 8 ++++---- frameworks/projects/Effects/pom.xml | 8 ++++---- frameworks/projects/Flat/pom.xml | 18 +++++++++--------- frameworks/projects/Formatters/pom.xml | 12 ++++++------ frameworks/projects/GoogleMaps/pom.xml | 8 ++++---- frameworks/projects/Graphics/pom.xml | 8 ++++---- frameworks/projects/HTML/pom.xml | 20 ++++++++++---------- frameworks/projects/HTML5/pom.xml | 12 ++++++------ frameworks/projects/JQuery/pom.xml | 12 ++++++------ frameworks/projects/Language/pom.xml | 4 ++-- frameworks/projects/Mobile/pom.xml | 16 ++++++++-------- frameworks/projects/Network/pom.xml | 8 ++++---- frameworks/projects/Reflection/pom.xml | 8 ++++---- frameworks/projects/Storage/pom.xml | 8 ++++---- frameworks/projects/XML/pom.xml | 12 ++++++------ frameworks/projects/pom.xml | 4 ++-- pom.xml | 4 ++-- 24 files changed, 119 insertions(+), 119 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/fontsrc/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/fontsrc/pom.xml b/frameworks/fontsrc/pom.xml index c0b6744..e9f1db1 100644 --- a/frameworks/fontsrc/pom.xml +++ b/frameworks/fontsrc/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>frameworks</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Fonts</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>war</packaging> <name>Apache Flex - FlexJS: Framework: Fonts</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/pom.xml b/frameworks/pom.xml index f4739f5..d02637a 100644 --- a/frameworks/pom.xml +++ b/frameworks/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.flex.flexjs</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>frameworks</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Framework</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Binding/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Binding/pom.xml b/frameworks/projects/Binding/pom.xml index 30429e2..dfcb04b 100644 --- a/frameworks/projects/Binding/pom.xml +++ b/frameworks/projects/Binding/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Binding</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Binding</name> @@ -63,13 +63,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Charts/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/pom.xml b/frameworks/projects/Charts/pom.xml index 7df105a..9eefdf8 100644 --- a/frameworks/projects/Charts/pom.xml +++ b/frameworks/projects/Charts/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Charts</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Charts</name> @@ -69,52 +69,52 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Collections/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Collections/pom.xml b/frameworks/projects/Collections/pom.xml index 92fb4a3..fd3b3ed 100644 --- a/frameworks/projects/Collections/pom.xml +++ b/frameworks/projects/Collections/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Collections</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Collections</name> @@ -65,13 +65,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Core/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml index d63fe3f..6ca9a6d 100644 --- a/frameworks/projects/Core/pom.xml +++ b/frameworks/projects/Core/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Core</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/CreateJS/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/pom.xml b/frameworks/projects/CreateJS/pom.xml index d1e6c49..a550a17 100644 --- a/frameworks/projects/CreateJS/pom.xml +++ b/frameworks/projects/CreateJS/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>CreateJS</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: CreateJS</name> @@ -69,52 +69,52 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/DragDrop/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/DragDrop/pom.xml b/frameworks/projects/DragDrop/pom.xml index 9cc8c9d..7470cab 100644 --- a/frameworks/projects/DragDrop/pom.xml +++ b/frameworks/projects/DragDrop/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>DragDrop</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: DragDrop</name> @@ -65,13 +65,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Effects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/pom.xml b/frameworks/projects/Effects/pom.xml index bfac7a6..f993c99 100644 --- a/frameworks/projects/Effects/pom.xml +++ b/frameworks/projects/Effects/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Effects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Effects</name> @@ -65,13 +65,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Flat/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml index a78c531..511cc2f 100644 --- a/frameworks/projects/Flat/pom.xml +++ b/frameworks/projects/Flat/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Flat</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Flat</name> @@ -75,44 +75,44 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Formatters/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Formatters/pom.xml b/frameworks/projects/Formatters/pom.xml index d92bc7e..417c4db 100644 --- a/frameworks/projects/Formatters/pom.xml +++ b/frameworks/projects/Formatters/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Formatters</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Formatters</name> @@ -65,26 +65,26 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml index 2a5505d..f4bce2a 100644 --- a/frameworks/projects/GoogleMaps/pom.xml +++ b/frameworks/projects/GoogleMaps/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>GoogleMaps</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: GoogleMaps</name> @@ -70,13 +70,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Graphics/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/pom.xml b/frameworks/projects/Graphics/pom.xml index 43ae1d8..52caac8 100644 --- a/frameworks/projects/Graphics/pom.xml +++ b/frameworks/projects/Graphics/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Graphics</name> @@ -69,13 +69,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/HTML/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml index 56f762c..613755a 100644 --- a/frameworks/projects/HTML/pom.xml +++ b/frameworks/projects/HTML/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: HTML</name> @@ -78,52 +78,52 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/HTML5/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML5/pom.xml b/frameworks/projects/HTML5/pom.xml index 515daa3..a0aaeec 100644 --- a/frameworks/projects/HTML5/pom.xml +++ b/frameworks/projects/HTML5/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>HTML5</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: HTML5</name> @@ -69,26 +69,26 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/JQuery/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/JQuery/pom.xml b/frameworks/projects/JQuery/pom.xml index 32accc4..3902d83 100644 --- a/frameworks/projects/JQuery/pom.xml +++ b/frameworks/projects/JQuery/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>JQuery</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: JQuery</name> @@ -69,26 +69,26 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Language/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Language/pom.xml b/frameworks/projects/Language/pom.xml index d7d2e5e..ac7119e 100644 --- a/frameworks/projects/Language/pom.xml +++ b/frameworks/projects/Language/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Language</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Language</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Mobile/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/pom.xml b/frameworks/projects/Mobile/pom.xml index d1b009f..a20db8d 100644 --- a/frameworks/projects/Mobile/pom.xml +++ b/frameworks/projects/Mobile/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Mobile</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Mobile</name> @@ -73,39 +73,39 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Network/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Network/pom.xml b/frameworks/projects/Network/pom.xml index 1cf5e83..884fdab 100644 --- a/frameworks/projects/Network/pom.xml +++ b/frameworks/projects/Network/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Network</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Network</name> @@ -65,13 +65,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Reflection/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Reflection/pom.xml b/frameworks/projects/Reflection/pom.xml index 768761d..2a09ee5 100644 --- a/frameworks/projects/Reflection/pom.xml +++ b/frameworks/projects/Reflection/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Reflection</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Reflection</name> @@ -57,13 +57,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/Storage/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Storage/pom.xml b/frameworks/projects/Storage/pom.xml index 9eaac4a..b7d7ff9 100644 --- a/frameworks/projects/Storage/pom.xml +++ b/frameworks/projects/Storage/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>Storage</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: Storage</name> @@ -69,13 +69,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/XML/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/XML/pom.xml b/frameworks/projects/XML/pom.xml index 692f5ae..a8392ac 100644 --- a/frameworks/projects/XML/pom.xml +++ b/frameworks/projects/XML/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>XML</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: Framework: Libs: XML</name> @@ -63,26 +63,26 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index fed8c40..63d5252 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>frameworks</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>projects</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Framework: Libs</name> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3eaa6e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 95f1c26..d2e4fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.flex.flexjs</groupId> <artifactId>flexjs-framework-parent</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: Framework: Parent</name> @@ -44,7 +44,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-asjs.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-asjs.git</developerConnection> <url>https://github.com/apache/flex-asjs</url> - <tag>flexjs-framework-parent-0.7.0</tag> + <tag>HEAD</tag> </scm> <properties>
