You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/01/13 21:30:10 UTC

[royale-asjs] branch develop updated: Forgot parent in pom of AlertExample

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

piotrz 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 58f56c7  Forgot parent in pom of AlertExample
58f56c7 is described below

commit 58f56c7e8c0e2dedaea79d1f4cc99c20dc066b91
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Sat Jan 13 22:30:02 2018 +0100

    Forgot parent in pom of AlertExample
---
 examples/royale/AlertExample/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/examples/royale/AlertExample/pom.xml b/examples/royale/AlertExample/pom.xml
index 49cb67f..a216ca4 100644
--- a/examples/royale/AlertExample/pom.xml
+++ b/examples/royale/AlertExample/pom.xml
@@ -20,6 +20,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
  
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.1-SNAPSHOT</version>
+  </parent>
+ 
   <groupId>org.apache.royale.examples</groupId>
   <artifactId>AlertExample</artifactId>
   <version>0.9.1-SNAPSHOT</version>

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