Skip to content

Commit

Permalink
update other poms to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
aharui committed Nov 14, 2018
1 parent c543693 commit 14f4508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -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.4</royale.framework.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -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.4</royale.framework.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion manualtests/pom.xml
Expand Up @@ -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.4</royale.framework.version>
</properties>
<name>Apache Royale: ManualTests</name>

Expand Down

0 comments on commit 14f4508

Please sign in to comment.