This is an automated email from the ASF dual-hosted git repository.
aharui 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 ca2fa27 fix maven build
ca2fa27 is described below
commit ca2fa27a28676f377c96b3543fc8638f8212aa7e
Author: Alex Harui <[email protected]>
AuthorDate: Wed Feb 7 15:19:56 2018 -0800
fix maven build
---
examples/royale/RoyaleWebsite/pom.xml | 8 ++++----
examples/royale/pom.xml | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/examples/royale/RoyaleWebsite/pom.xml
b/examples/royale/RoyaleWebsite/pom.xml
index b192974..738f9eb 100644
--- a/examples/royale/RoyaleWebsite/pom.xml
+++ b/examples/royale/RoyaleWebsite/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.examples</groupId>
<artifactId>examples-royale</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.1-SNAPSHOT</version>
</parent>
<artifactId>RoyaleWebsite</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.1-SNAPSHOT</version>
<packaging>swf</packaging>
<name>Apache Royale: Examples: Royale: RoyaleWebsite</name>
@@ -55,7 +55,7 @@
<mainClass>RoyaleWebsite.mxml</mainClass>
<targets>JSRoyale</targets>
<htmlTemplate>${basedir}/target/javascript/bin/js-debug/royale-index-template.html</htmlTemplate>
-
<additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
+
<additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
</configuration>
</plugin>
</plugins>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>RoyaleSite</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.1-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
</dependency>
diff --git a/examples/royale/pom.xml b/examples/royale/pom.xml
index a914560..4e0c2b7 100644
--- a/examples/royale/pom.xml
+++ b/examples/royale/pom.xml
@@ -49,6 +49,7 @@
<module>RoyaleStore_jquery</module>
<module>RoyaleTeamPage_MDL</module>
<module>RoyaleThemes</module>
+ <module>RoyaleWebsite</module>
<module>RoyaleWebsiteStatsViewer</module>
<module>HelloWorld</module>
<module>HTMLElements</module>
--
To stop receiving notification emails like this one, please contact
[email protected].