Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Trigary authored and stefvanschie committed Mar 15, 2020
1 parent d6da7e1 commit d8af2f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To add this project as a dependency to your pom.xml, add the following to your p
<dependency>
<groupId>com.github.stefvanschie.inventoryframework</groupId>
<artifactId>IF</artifactId>
<version>0.5.18</version>
<version>0.5.19</version>
</dependency>
```
The project is in the Central Repository, so specifying a repository is not needed.
Expand All @@ -21,7 +21,7 @@ Now in order to shade the project into your project, add the following to your p
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<relocations>
Expand All @@ -47,7 +47,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project.
To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following:
```Groovy
dependencies {
compile 'com.github.stefvanschie.inventoryframework:IF:0.5.18'
compile 'com.github.stefvanschie.inventoryframework:IF:0.5.19'
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.stefvanschie.inventoryframework</groupId>
<artifactId>IF</artifactId>
<version>0.5.18</version>
<version>0.5.19</version>
<packaging>jar</packaging>

<name>IF</name>
Expand Down

0 comments on commit d8af2f1

Please sign in to comment.