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

[maven-deploy-plugin] branch MDEPLOY-245 created (now 539fcc7)

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

khmarbaise pushed a change to branch MDEPLOY-245
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git.


      at 539fcc7  [MDEPLOY-245] - Remove the remnants of the obsolete `updateReleaseInfo` parameter.

This branch includes the following new commits:

     new 539fcc7  [MDEPLOY-245] - Remove the remnants of the obsolete `updateReleaseInfo` parameter.

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.



[maven-deploy-plugin] 01/01: [MDEPLOY-245] - Remove the remnants of the obsolete `updateReleaseInfo` parameter.

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

khmarbaise pushed a commit to branch MDEPLOY-245
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit 539fcc7820b55eb8e85ff1c702a4c936a6eb7ab7
Author: Alex Shesterov <al...@gmail.com>
AuthorDate: Thu Oct 4 23:31:17 2018 +0200

    [MDEPLOY-245] - Remove the remnants of the obsolete `updateReleaseInfo` parameter.
---
 src/it/3rd-party-jar-with-extras/test.properties | 1 -
 src/it/3rd-party-jar-without-pom/test.properties | 1 -
 src/it/3rd-party-pom-with-extras/test.properties | 1 -
 src/it/attach-release-jar/pom.xml                | 1 -
 src/it/external-release-jar/test.properties      | 1 -
 src/it/release-jar/pom.xml                       | 1 -
 src/it/release-pom/pom.xml                       | 1 -
 7 files changed, 7 deletions(-)

diff --git a/src/it/3rd-party-jar-with-extras/test.properties b/src/it/3rd-party-jar-with-extras/test.properties
index c2b57c0..6fd2093 100644
--- a/src/it/3rd-party-jar-with-extras/test.properties
+++ b/src/it/3rd-party-jar-with-extras/test.properties
@@ -17,7 +17,6 @@
 
 file = test-0.1.jar
 url = file:target/repo
-updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tpjwop
 artifactId = test
 version = 1.0
diff --git a/src/it/3rd-party-jar-without-pom/test.properties b/src/it/3rd-party-jar-without-pom/test.properties
index 02fcbcf..269719d 100644
--- a/src/it/3rd-party-jar-without-pom/test.properties
+++ b/src/it/3rd-party-jar-without-pom/test.properties
@@ -17,7 +17,6 @@
 
 file = test-0.1.jar
 url = file:target/repo
-updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tpjwop
 artifactId = test
 version = 1.0
diff --git a/src/it/3rd-party-pom-with-extras/test.properties b/src/it/3rd-party-pom-with-extras/test.properties
index 3d13f16..5c4d115 100644
--- a/src/it/3rd-party-pom-with-extras/test.properties
+++ b/src/it/3rd-party-pom-with-extras/test.properties
@@ -17,7 +17,6 @@
 
 file = test-0.1.pom
 url = file:target/repo
-updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tppwoc
 artifactId = test
 version = 1.0
diff --git a/src/it/attach-release-jar/pom.xml b/src/it/attach-release-jar/pom.xml
index 3d2039e..4557d22 100644
--- a/src/it/attach-release-jar/pom.xml
+++ b/src/it/attach-release-jar/pom.xml
@@ -33,7 +33,6 @@ under the License.
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
-    <updateReleaseInfo>true</updateReleaseInfo>
   </properties>
 
   <distributionManagement>
diff --git a/src/it/external-release-jar/test.properties b/src/it/external-release-jar/test.properties
index 1be2c63..c8deb50 100644
--- a/src/it/external-release-jar/test.properties
+++ b/src/it/external-release-jar/test.properties
@@ -18,4 +18,3 @@
 file = test-0.1.jar
 pomFile = test-0.1.pom
 url = file:target/repo
-updateReleaseInfo = true
diff --git a/src/it/release-jar/pom.xml b/src/it/release-jar/pom.xml
index 51fe248..af72e7d 100644
--- a/src/it/release-jar/pom.xml
+++ b/src/it/release-jar/pom.xml
@@ -33,7 +33,6 @@ under the License.
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
-    <updateReleaseInfo>true</updateReleaseInfo>
   </properties>
 
   <distributionManagement>
diff --git a/src/it/release-pom/pom.xml b/src/it/release-pom/pom.xml
index 526fb37..d7bff31 100644
--- a/src/it/release-pom/pom.xml
+++ b/src/it/release-pom/pom.xml
@@ -33,7 +33,6 @@ under the License.
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
-    <updateReleaseInfo>true</updateReleaseInfo>
   </properties>
 
   <distributionManagement>