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 2015/05/09 21:32:55 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - - Added the Apache Snapshot Repo to the pluginRepositories

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 681f02736 -> 3be7ca735


- Added the Apache Snapshot Repo to the pluginRepositories


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

Branch: refs/heads/develop
Commit: b0fa8e3020ed446d81039390c99e3e402fbcf0c1
Parents: b145b02
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat May 9 21:32:30 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat May 9 21:32:30 2015 +0200

----------------------------------------------------------------------
 maven-flex-plugin/examples/pom.xml | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b0fa8e30/maven-flex-plugin/examples/pom.xml
----------------------------------------------------------------------
diff --git a/maven-flex-plugin/examples/pom.xml b/maven-flex-plugin/examples/pom.xml
index b83d09e..88af0ce 100644
--- a/maven-flex-plugin/examples/pom.xml
+++ b/maven-flex-plugin/examples/pom.xml
@@ -89,8 +89,21 @@
             </snapshots>
         </pluginRepository>
         <!--
-            This is where we get unreleased Flexmojos stuff from.
-        -->
+           This is where we get unreleased Apache stuff from
+       -->
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            <url>http://repository.apache.org/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+        <!--
+             This is where we get unreleased Flexmojos stuff from.
+         -->
         <pluginRepository>
             <id>sonatype-snapshots</id>
             <url>https://oss.sonatype.org/content/repositories/snapshots/</url>


[2/2] git commit: [flex-utilities] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

Posted by cd...@apache.org.
Merge remote-tracking branch 'origin/develop' into develop


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

Branch: refs/heads/develop
Commit: 3be7ca7355a8cab48434d30e4466861476d630fe
Parents: b0fa8e3 681f027
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat May 9 21:32:51 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat May 9 21:32:51 2015 +0200

----------------------------------------------------------------------
 .../flex/tools/codecoverage/reporter/CodeCoverageReporter.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------