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 Mar 13, 2018
1 parent 3d678ee commit 0ddceed
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>Maven archetypes for creating royale maven projects</description>

<properties>
<royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
<royale.framework.version>0.9.2</royale.framework.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
<royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
<royale.framework.version>0.9.2</royale.framework.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion manualtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
<royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
<royale.framework.version>0.9.2</royale.framework.version>
</properties>
<name>Apache Royale: ManualTests</name>

Expand Down

0 comments on commit 0ddceed

Please sign in to comment.