Starting point in Dev is 0.9.4-SNAPSHOT. If you run script and it's failed you should immediately revert all the changes which Maven did.
It looks like it wasn't correctly reverted before script was run. I think you may next time succeed if you revert it correctly. Thanks, Piotr On Mon, Oct 1, 2018, 6:06 AM Alex Harui <[email protected]> wrote: > Something is already wrong if the devl branch is at 0.9.6-SNAPSHOT instead > of 0.9.5-SNAPSHOT. > > My 2 cents, > -Alex > > On 9/30/18, 2:11 PM, "[email protected]" <[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://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C05747880a32c4336979008d627194c57%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636739386974979241&sdata=2iznID6m%2BYuMbMOYBudO7dnT61D%2B1EEIzeA7tp5z5t4%3D&reserved=0 > > > 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 > --- > 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> > > > >
