You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/18 22:41:28 UTC

[royale-asjs] 05/07: go back to using version like in examples/royale

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release/0.9.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ad547ef5246b91bd4b869c79314a2a03665198e1
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:39:39 2018 -0800

    go back to using version like in examples/royale
---
 manualtests/UnitTests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml
index c7ba9e5..177eec2 100644
--- a/manualtests/UnitTests/pom.xml
+++ b/manualtests/UnitTests/pom.xml
@@ -157,14 +157,14 @@
 		<dependency>
 			<groupId>org.apache.royale.framework</groupId>
 			<artifactId>Reflection</artifactId>
-			<version>${royale.framework.version}</version>
+			<version>0.9.0-SNAPSHOT</version>
 			<type>swc</type>
 			<classifier>swf</classifier>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.royale.framework</groupId>
 			<artifactId>Reflection</artifactId>
-			<version>${royale.framework.version}</version>
+			<version>0.9.0-SNAPSHOT</version>
 			<type>swc</type>
 			<classifier>js</classifier>
 		</dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.