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/17 08:31:17 UTC

[royale-asjs] branch develop updated (fa97145 -> 7a9f373)

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

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


    from fa97145  try to re-enable amf server build to see if it can deploy
     new bb23ee4  forgot to change version
     new 7a9f373  fix source folder

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/amf/SampleAmfWebApp/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

[royale-asjs] 01/02: forgot to change version

Posted by ah...@apache.org.
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

commit bb23ee4955bb19498b8ab0e8cc0036eda994b4f6
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 17 00:08:43 2018 -0800

    forgot to change version
---
 examples/amf/SampleAmfWebApp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 47bd5ac..507ef56 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-amf-server</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>sampleamfwebapp</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.1-SNAPSHOT</version>
   <packaging>war</packaging>
 
   <properties>

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

[royale-asjs] 02/02: fix source folder

Posted by ah...@apache.org.
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

commit 7a9f373bd759e2ed3fd9ff8d09aafd4eedd29003
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 17 00:30:06 2018 -0800

    fix source folder
    
    (cherry picked from commit 4d4d37f1a39d7c34df2db4e3b9c8564bac3937da)
---
 examples/amf/SampleAmfWebApp/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 507ef56..1470e7a 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -34,6 +34,7 @@
   </properties>
   
   <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

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