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/26 23:05:04 UTC

[20/51] [abbrv] git commit: [flex-asjs] [refs/heads/spark] - - Added pluginRepository entries ...

- Added pluginRepository entries ...


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

Branch: refs/heads/spark
Commit: 44b66196649a0984fa77e8e1af450d7ab87a9ebb
Parents: b826f89
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun May 15 14:09:05 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 26 16:04:21 2016 -0700

----------------------------------------------------------------------
 pom.xml | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/44b66196/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 046b8a2..7dd2ada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
     <repositories>
         <repository>
-            <id>flex-release</id>
+            <id>apache-release</id>
             <url>https://repository.apache.org/content/repositories/releases</url>
             <releases>
                 <enabled>true</enabled>
@@ -54,7 +54,7 @@
             </snapshots>
         </repository>
         <repository>
-            <id>flex-snapshots</id>
+            <id>apache-snapshots</id>
             <url>https://repository.apache.org/content/repositories/snapshots</url>
             <releases>
                 <enabled>false</enabled>
@@ -65,6 +65,29 @@
         </repository>
     </repositories>
 
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache-plugins-release</id>
+            <url>https://repository.apache.org/content/repositories/releases</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+        <pluginRepository>
+            <id>apache-plugins-snapshots</id>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
+
     <mailingLists>
         <mailingList>
             <name>Apache Flex User List</name>