Skip to content

Commit

Permalink
Merge pull request #134 from jhordies/upgrade-to-proguard-7.1.0-beta3…
Browse files Browse the repository at this point in the history
…-maven-central

Remove phased-out bintray repository and upgrade to proguard 7.1.0-be…
  • Loading branch information
lasselindqvist authored May 4, 2021
2 parents b99f237 + ba92847 commit 49d6b99
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<cctimestamp>NO_TIMESTAMP</cctimestamp>
<scm.revision>NO_SCM_REVISION</scm.revision>

<version.proguard>7.0.0</version.proguard>
<version.proguard>7.1.0-beta3</version.proguard>
</properties>


<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<name>proguard-maven-plugin</name>
<version>2.3.1</version>
<version>2.3.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<description>Maven 3 Plugin for ProGuard</description>
Expand Down Expand Up @@ -74,17 +74,6 @@
<email>chuckame@gmail.com</email>
</contributor>
</contributors>

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-guardsquare-proguard</id>
<name>bintray</name>
<url>https://dl.bintray.com/guardsquare/proguard</url>
</repository>
</repositories>

<dependencies>

Expand Down

0 comments on commit 49d6b99

Please sign in to comment.