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 2016/05/15 21:05:05 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Replaced the release repo with the real one.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop a2f507785 -> aa4e1a2eb


- Replaced the release repo with the real one.


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

Branch: refs/heads/develop
Commit: aa4e1a2ebb8be91184ba974c8c83a072bf04aae8
Parents: a2f5077
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun May 15 14:04:54 2016 -0700
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun May 15 14:04:54 2016 -0700

----------------------------------------------------------------------
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/aa4e1a2e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 375f02c..4959bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,11 +45,23 @@
     <repositories>
         <repository>
             <id>flex-release</id>
-            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+            <url>https://repository.apache.org/content/repositories/releases</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
         <repository>
             <id>flex-snapshots</id>
             <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
         </repository>
     </repositories>