You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/06/03 10:55:42 UTC

[maven] branch MNG-6581 updated (c09be9e -> 2ba59ed)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch MNG-6581
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard c09be9e  add oss snapshot repo temporary to test build
     new 2ba59ed  add oss snapshot repo temporary to test build

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c09be9e)
            \
             N -- N -- N   refs/heads/MNG-6581 (2ba59ed)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[maven] 01/01: add oss snapshot repo temporary to test build

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch MNG-6581
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 2ba59ed63245329d249354d166a3ee9b1ad32724
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 3 20:38:50 2019 +1000

    add oss snapshot repo temporary to test build
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2314892..674512e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -694,4 +694,16 @@ under the License.
       </build>
     </profile>
   </profiles>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>oss.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
 </project>