Skip to content

Commit

Permalink
switch to upstream shade-version (KostyaSha#208)
Browse files Browse the repository at this point in the history
* switch to upstream shade-version

* i3.5.0
  • Loading branch information
KostyaSha authored Oct 22, 2017
1 parent f53ef6e commit d9fc249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.2.5/apache-maven-3.2.5-bin.zip
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
4 changes: 2 additions & 2 deletions yet-another-docker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<shade-prefix>com.github.kostyasha.yad_docker_java</shade-prefix>
<maven-shade-plugin.version>3.0-kostyasha</maven-shade-plugin.version>
<maven-shade-plugin.version>3.1.0</maven-shade-plugin.version>
</properties>

<repositories>
Expand Down Expand Up @@ -94,7 +94,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.1,3.2.5]</version>
<version>[3.1,3.2.5],[3.5.0,)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit d9fc249

Please sign in to comment.