You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2014/09/05 15:15:41 UTC

[25/28] git commit: [flex-utilities] [refs/heads/develop] - Added repo info so the apache jenkins will know how to deploy the artifacts.

Added repo info so the apache jenkins will know how to deploy the artifacts.


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

Branch: refs/heads/develop
Commit: 001ed0c3fb6d050e1f59f71ce070bc43df5e09b2
Parents: b3e70ac
Author: cdutz <ch...@c-ware.de>
Authored: Thu Jul 31 10:13:38 2014 +0200
Committer: cdutz <ch...@c-ware.de>
Committed: Thu Jul 31 10:13:38 2014 +0200

----------------------------------------------------------------------
 mavenizer/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/001ed0c3/mavenizer/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/pom.xml b/mavenizer/pom.xml
index 71748f0..f56c49b 100644
--- a/mavenizer/pom.xml
+++ b/mavenizer/pom.xml
@@ -33,6 +33,17 @@
         <wagonVersion>2.2</wagonVersion>
     </properties>
 
+    <distributionManagement>
+        <repository>
+            <id>apache.releases.https</id>
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
+
     <modules>
         <module>core</module>
         <module>retrievers</module>