This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch MSOURCES-120
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
The following commit(s) were added to refs/heads/MSOURCES-120 by this push:
new 04f4c74 ensure pom.properties entries order
04f4c74 is described below
commit 04f4c74f3ebc841774c0ace28b9960f3c2c21188
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Aug 30 08:35:32 2019 +0200
ensure pom.properties entries order
---
pom.xml | 8 +++++++-
src/it/reproducible/verify.groovy | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 49e032b..7c92c29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.4.0</version>
+ <version>3.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -181,5 +181,11 @@ under the License.
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
</repository>
+ <repository>
+ <id>apache-snapshots</id>
+ <url>https://repository.apache.org/content/repositories/snapshots/</url>
+ <snapshots><enabled>true</enabled></snapshots>
+ <releases><enabled>false</enabled></releases>
+ </repository>
</repositories>
</project>
diff --git a/src/it/reproducible/verify.groovy
b/src/it/reproducible/verify.groovy
index 5992bdf..e047edd 100644
--- a/src/it/reproducible/verify.groovy
+++ b/src/it/reproducible/verify.groovy
@@ -30,4 +30,4 @@ String sha1 = sha1File.text
println( "reproducible-1.0-sources.jar sha1 = $sha1" )
-assert sha1 == '9173271b3c31dac61b1501479ad2bea35af33566'
+assert sha1 == '146d60be5a3e153bbb8c451eb775c989e61c3fe5'