Next version will be 0.9.5. But I guess because I ran it twice, it has been bumped up to 0.9.6. I will revert all those to 0.9.5 and retry.
Thanks, Om On Sun, Sep 30, 2018 at 5:22 PM OmPrakash Muppirala <[email protected]> wrote: > > > On Sun, Sep 30, 2018 at 2:11 PM <[email protected]> wrote: > >> This is an automated email from the ASF dual-hosted git repository. >> >> carlosrovira pushed a commit to branch develop >> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git >> >> >> The following commit(s) were added to refs/heads/develop by this push: >> new 390d8c9 fix version in poms. some poms still was in >> 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed >> to 0.9.6-SNAPSHOT >> 390d8c9 is described below >> >> commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2 >> Author: Carlos Rovira <[email protected]> >> AuthorDate: Sun Sep 30 23:11:23 2018 +0200 >> >> fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should >> take a look about why this ones was not changed to 0.9.6-SNAPSHOT >> > > Why should they be changed to 0.9.6? > > >> --- >> archetypes/pom.xml | 2 +- >> examples/pom.xml | 2 +- >> examples/royale/JewelExample/pom.xml | 6 +++--- >> manualtests/pom.xml | 2 +- >> pom.xml | 4 ++-- >> 5 files changed, 8 insertions(+), 8 deletions(-) >> >> diff --git a/archetypes/pom.xml b/archetypes/pom.xml >> index 4879f23..073f72d 100644 >> --- a/archetypes/pom.xml >> +++ b/archetypes/pom.xml >> @@ -34,7 +34,7 @@ >> <description>Maven archetypes for creating royale maven >> projects</description> >> >> <properties> >> - <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version> >> + <royale.framework.version>0.9.6-SNAPSHOT</royale.framework.version> >> </properties> >> >> <modules> >> diff --git a/examples/pom.xml b/examples/pom.xml >> index e64505a..a5a0140 100644 >> --- a/examples/pom.xml >> +++ b/examples/pom.xml >> @@ -38,7 +38,7 @@ >> >> >> <compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug> >> <!-- In Release mode we only want to copy assets folder content to >> assets destination folder, the rest is managed by compiler --> >> >> >> <compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release> >> - <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version> >> + <royale.framework.version>0.9.6-SNAPSHOT</royale.framework.version> >> </properties> >> >> <modules> >> diff --git a/examples/royale/JewelExample/pom.xml >> b/examples/royale/JewelExample/pom.xml >> index 9d3cbdc..a8060d0 100644 >> --- a/examples/royale/JewelExample/pom.xml >> +++ b/examples/royale/JewelExample/pom.xml >> @@ -139,7 +139,7 @@ >> <!-- <dependency> >> <groupId>org.apache.royale.framework</groupId> >> <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId> >> - <version>0.9.4-SNAPSHOT</version> >> + <version>0.9.6-SNAPSHOT</version> >> <type>swc</type> >> <scope>theme</scope> >> <classifier>js</classifier> >> @@ -147,7 +147,7 @@ >> <dependency> >> <groupId>org.apache.royale.framework</groupId> >> <artifactId>Jewel-Light-NoFlat-Secondary-Topaz-Theme</artifactId> >> - <version>0.9.4-SNAPSHOT</version> >> + <version>0.9.6-SNAPSHOT</version> >> <type>swc</type> >> <scope>theme</scope> >> <classifier>js</classifier> >> @@ -155,7 +155,7 @@ >> <dependency> >> <groupId>org.apache.royale.framework</groupId> >> >> <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId> >> - <version>0.9.4-SNAPSHOT</version> >> + <version>0.9.6-SNAPSHOT</version> >> <type>swc</type> >> <scope>theme</scope> >> </dependency> --> >> diff --git a/manualtests/pom.xml b/manualtests/pom.xml >> index 08c9c8c..7d8f793 100644 >> --- a/manualtests/pom.xml >> +++ b/manualtests/pom.xml >> @@ -33,7 +33,7 @@ >> >> <properties> >> >> >> <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir> >> - <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version> >> + <royale.framework.version>0.9.6-SNAPSHOT</royale.framework.version> >> </properties> >> <name>Apache Royale: ManualTests</name> >> >> diff --git a/pom.xml b/pom.xml >> index 45d179c..9664d5c 100644 >> --- a/pom.xml >> +++ b/pom.xml >> @@ -55,8 +55,8 @@ >> >> <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> >> <maven.version>3.5.4</maven.version> >> >> - <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version> >> - <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version> >> + <royale.compiler.version>0.9.6-SNAPSHOT</royale.compiler.version> >> + <royale.typedefs.version>0.9.6-SNAPSHOT</royale.typedefs.version> >> <royale.build-tools.version>1.0.0</royale.build-tools.version> >> >> <royale.debug>true</royale.debug> >> >>
