Repository: flex-typedefs Updated Branches: refs/heads/develop 8b7b0b00a -> 8fb78fd1c
prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/8fb78fd1 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/8fb78fd1 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/8fb78fd1 Branch: refs/heads/develop Commit: 8fb78fd1cbc0e38a764f4f7b219ce23f287b0fbc Parents: 8b7b0b0 Author: piotrz <[email protected]> Authored: Wed Jun 14 16:25:25 2017 +0200 Committer: piotrz <[email protected]> Committed: Wed Jun 14 16:25:25 2017 +0200 ---------------------------------------------------------------------- GCL/pom.xml | 6 +++--- cordova/pom.xml | 6 +++--- createjs/pom.xml | 6 +++--- google_maps/pom.xml | 6 +++--- jasmine/pom.xml | 6 +++--- jquery/pom.xml | 6 +++--- js/pom.xml | 4 ++-- node/pom.xml | 6 +++--- pom.xml | 2 +- 9 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/GCL/pom.xml ---------------------------------------------------------------------- diff --git a/GCL/pom.xml b/GCL/pom.xml index 8bb0d24..a1e98e3 100644 --- a/GCL/pom.xml +++ b/GCL/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-gcl</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: GCL</name> @@ -59,7 +59,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/cordova/pom.xml ---------------------------------------------------------------------- diff --git a/cordova/pom.xml b/cordova/pom.xml index 604c8a3..dff8893 100644 --- a/cordova/pom.xml +++ b/cordova/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-cordova</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: Cordova</name> @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/createjs/pom.xml ---------------------------------------------------------------------- diff --git a/createjs/pom.xml b/createjs/pom.xml index ddc313f..9bad672 100644 --- a/createjs/pom.xml +++ b/createjs/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-createjs</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: CreateJS</name> @@ -239,7 +239,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/google_maps/pom.xml ---------------------------------------------------------------------- diff --git a/google_maps/pom.xml b/google_maps/pom.xml index da87f6b..eb73e1b 100644 --- a/google_maps/pom.xml +++ b/google_maps/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-googlemaps</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: GoogleMaps</name> @@ -126,7 +126,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/jasmine/pom.xml ---------------------------------------------------------------------- diff --git a/jasmine/pom.xml b/jasmine/pom.xml index 8fd82fc..2b0ca83 100644 --- a/jasmine/pom.xml +++ b/jasmine/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-jasmine</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: Jasmine</name> @@ -110,7 +110,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/jquery/pom.xml ---------------------------------------------------------------------- diff --git a/jquery/pom.xml b/jquery/pom.xml index 0eeff34..466154a 100644 --- a/jquery/pom.xml +++ b/jquery/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-jquery</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: JQuery</name> @@ -189,7 +189,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/js/pom.xml ---------------------------------------------------------------------- diff --git a/js/pom.xml b/js/pom.xml index d10843b..3c0a26c 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: JS</name> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/node/pom.xml ---------------------------------------------------------------------- diff --git a/node/pom.xml b/node/pom.xml index b29e920..6d2c7c8 100644 --- a/node/pom.xml +++ b/node/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </parent> <artifactId>flexjs-typedefs-node</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>swc</packaging> <name>Apache Flex - FlexJS: TypeDefs: Node</name> @@ -228,7 +228,7 @@ <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8fb78fd1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 756bf24..e0de22f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Flex - FlexJS: TypeDefs: Parent</name>
