Skip to content

Commit 539fcc7

Browse files
vovksskhmarbaise
authored andcommitted
[MDEPLOY-245] - Remove the remnants of the obsolete updateReleaseInfo parameter.
1 parent 7057a02 commit 539fcc7

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/it/3rd-party-jar-with-extras/test.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
file = test-0.1.jar
1919
url = file:target/repo
20-
updateReleaseInfo = true
2120
groupId = org.apache.maven.its.deploy.tpjwop
2221
artifactId = test
2322
version = 1.0

src/it/3rd-party-jar-without-pom/test.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
file = test-0.1.jar
1919
url = file:target/repo
20-
updateReleaseInfo = true
2120
groupId = org.apache.maven.its.deploy.tpjwop
2221
artifactId = test
2322
version = 1.0

src/it/3rd-party-pom-with-extras/test.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
file = test-0.1.pom
1919
url = file:target/repo
20-
updateReleaseInfo = true
2120
groupId = org.apache.maven.its.deploy.tppwoc
2221
artifactId = test
2322
version = 1.0

src/it/attach-release-jar/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ under the License.
3333

3434
<properties>
3535
<maven.test.skip>true</maven.test.skip>
36-
<updateReleaseInfo>true</updateReleaseInfo>
3736
</properties>
3837

3938
<distributionManagement>

src/it/external-release-jar/test.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
file = test-0.1.jar
1919
pomFile = test-0.1.pom
2020
url = file:target/repo
21-
updateReleaseInfo = true

src/it/release-jar/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ under the License.
3333

3434
<properties>
3535
<maven.test.skip>true</maven.test.skip>
36-
<updateReleaseInfo>true</updateReleaseInfo>
3736
</properties>
3837

3938
<distributionManagement>

src/it/release-pom/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ under the License.
3333

3434
<properties>
3535
<maven.test.skip>true</maven.test.skip>
36-
<updateReleaseInfo>true</updateReleaseInfo>
3736
</properties>
3837

3938
<distributionManagement>

0 commit comments

Comments
 (0)