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:14 UTC

[38/47] git commit: [flex-asjs] [refs/heads/develop] - - 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/c3063dcd
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c3063dcd
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c3063dcd

Branch: refs/heads/develop
Commit: c3063dcdfb19e9841c52464ffcf2d0ee7abb2f40
Parents: 0cda510
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun May 15 14:09:05 2016 -0700
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun May 15 14:09:05 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c3063dcd/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>