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 2017/12/29 06:30:59 UTC

[royale-typedefs] branch develop updated (6cd54e3 -> 27bb085)

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-typedefs.git.


    from 6cd54e3  prepare for packaging all 3 repos into one source package
     new 8867929  fix scm format for github
     new 27bb085  [maven-release-plugin] prepare branch release/0.8.0

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:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

[royale-typedefs] 02/02: [maven-release-plugin] prepare branch release/0.8.0

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-typedefs.git

commit 27bb085aedc3e88cb0ec689c8a017ff65e3c7291
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Dec 28 22:30:40 2017 -0800

    [maven-release-plugin] prepare branch release/0.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 98a99d0..5b7e059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <connection>scm:git:git@github.com:apache/royale-typedefs.git</connection>
     <developerConnection>scm:git:git@github.com:apache/royale-typedefs.git</developerConnection>
     <url>scm:git:git@github.com:apache/royale-typedefs.git</url>
-    <tag>HEAD</tag>
+    <tag>release/0.8.0</tag>
   </scm>
 
   <properties>

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

[royale-typedefs] 01/02: fix scm format for github

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-typedefs.git

commit 8867929b20cb3467d4da86d39ad80ca2861d954d
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Dec 28 21:54:48 2017 -0800

    fix scm format for github
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e2a5d4a..98a99d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,9 @@
   <name>Apache Royale: TypeDefs: Parent</name>
 
   <scm>
-    <connection>scm:https://github.com/apache/royale-typedefs.git</connection>
-    <developerConnection>scm:https://github.com/apache/royale-typedefs.git</developerConnection>
-    <url>https://github.com/apache/royale-typedefs</url>
+    <connection>scm:git:git@github.com:apache/royale-typedefs.git</connection>
+    <developerConnection>scm:git:git@github.com:apache/royale-typedefs.git</developerConnection>
+    <url>scm:git:git@github.com:apache/royale-typedefs.git</url>
     <tag>HEAD</tag>
   </scm>
 

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