You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/11/15 07:23:10 UTC

git commit: [flex-utilities] [refs/heads/develop] - attempt to fix pom

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 3120e2ba6 -> a441a39e2


attempt to fix pom


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/a441a39e
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/a441a39e
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/a441a39e

Branch: refs/heads/develop
Commit: a441a39e24c80b54c47decd72ee784bf7a6ed157
Parents: 3120e2b
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Nov 15 17:23:00 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Nov 15 17:23:00 2014 +1100

----------------------------------------------------------------------
 flex-tool-api/pom.xml | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a441a39e/flex-tool-api/pom.xml
----------------------------------------------------------------------
diff --git a/flex-tool-api/pom.xml b/flex-tool-api/pom.xml
index ca59682..fac9130 100644
--- a/flex-tool-api/pom.xml
+++ b/flex-tool-api/pom.xml
@@ -39,6 +39,13 @@
 
     <mailingLists>
         <mailingList>
+            <name>Apache Flex Dev List</name>
+            <subscribe>dev-subscribe@flex.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@flex.apache.org</unsubscribe>
+            <post>dev@flex.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/flex-dev/</archive>
+        </mailingList>
+        <mailingList>
             <name>Apache Flex User List</name>
             <subscribe>users-subscribe@flex.apache.org</subscribe>
             <unsubscribe>users-unsubscribe@flex.apache.org</unsubscribe>
@@ -48,10 +55,16 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</connection>
-        <developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</developerConnection>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/flex-utilities.git</url>
+        <tag>apache-flex-tool-api-1.0.0</tag>
     </scm>
+    
+    <issueManagement>
+    	<system>JIRA</system>
+    	<url>https://issues.apache.org/jira/browse/FLEX</url>
+    </issueManagement>
 
     <build>
         <pluginManagement>
@@ -97,5 +110,4 @@
             </build>
         </profile>
     </profiles>
-
 </project>
\ No newline at end of file