Skip to content

Commit

Permalink
Change the way the plugin applies to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlika committed Apr 14, 2019
1 parent 51b6f20 commit 818a54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Features
Non-functional changes
----------------------
* [#35](https://github.com/Zlika/reproducible-build-maven-plugin/pull/35): Publish buildable source archive of this plugin to Maven central when releasing - [@hboutemy](https://github.com/hboutemy).
* The plugin is now built reproducibly using a previous version.
* The plugin is now built reproducibly using itself.

Release 0.8 (2018/11/27)
===========
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>2.22.1</maven-surefire-report-plugin.version>
<wagon-gitsite.version>0.3.1</wagon-gitsite.version>
<!-- Previous version of the plugin is used to make its build reproducible -->
<reproducible-build-maven-plugin.prevversion>0.8</reproducible-build-maven-plugin.prevversion>

<!-- Dependency versions -->
<commons-compress.version>1.18</commons-compress.version>
Expand Down Expand Up @@ -308,11 +306,11 @@
</executions>
</plugin>

<!-- Previous version of the plugin is used to make its build reproducible -->
<!-- The plugin is used on itself to make its build reproducible -->
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${reproducible-build-maven-plugin.prevversion}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>stripping</id>
Expand Down

0 comments on commit 818a54e

Please sign in to comment.