You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/05/18 18:47:12 UTC

[36/47] git commit: [flex-asjs] [refs/heads/develop] - - Added Apache repositories to flex-asjs parent

- Added Apache repositories to flex-asjs parent


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

Branch: refs/heads/develop
Commit: 1140ecdc52414a7c667c30f60356377f6899084c
Parents: 6fc1a8a
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun May 15 12:37:23 2016 -0700
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun May 15 12:37:23 2016 -0700

----------------------------------------------------------------------
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1140ecdc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c12e701..750ffef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,22 @@
         <repository>
             <id>flex-release</id>
             <url>https://repository.apache.org/service/local/staging/deploy/maven2</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>