You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/01/05 13:26:24 UTC

[maven-release] 01/03: With Maven3+ distributionManagement.status not allowed in effective pom

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 1acfbc46f443d6ab3a18a637b55fe6990be8557b
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jan 5 14:15:52 2018 +0100

    With Maven3+ distributionManagement.status not allowed in effective pom
---
 .../parent-artifactId/1-SNAPSHOT/parent-artifactId-1-SNAPSHOT.pom      | 3 ---
 .../external/parent-artifactId/1/parent-artifactId-1.pom               | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1-SNAPSHOT/parent-artifactId-1-SNAPSHOT.pom b/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1-SNAPSHOT/parent-artifactId-1-SNAPSHOT.pom
index cce0b4d..e3a25ad 100644
--- a/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1-SNAPSHOT/parent-artifactId-1-SNAPSHOT.pom
+++ b/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1-SNAPSHOT/parent-artifactId-1-SNAPSHOT.pom
@@ -30,7 +30,4 @@
     <developerConnection>scm:svn:file://localhost/tmp/scm-repo/trunk</developerConnection>
     <url>file://localhost/tmp/scm-repo/trunk</url>
   </scm>
-  <distributionManagement>
-    <status>deployed</status>
-  </distributionManagement>
 </project>
\ No newline at end of file
diff --git a/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1/parent-artifactId-1.pom b/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1/parent-artifactId-1.pom
index 7f2eac1..2f3ee63 100644
--- a/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1/parent-artifactId-1.pom
+++ b/maven-release-manager/src/test/remote-repository/external/parent-artifactId/1/parent-artifactId-1.pom
@@ -30,7 +30,4 @@
     <developerConnection>scm:svn:file://localhost/tmp/scm-repo/trunk</developerConnection>
     <url>file://localhost/tmp/scm-repo/trunk</url>
   </scm>
-  <distributionManagement>
-    <status>deployed</status>
-  </distributionManagement>
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.