Skip to content

Commit

Permalink
update version to 5.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Dec 8, 2021
1 parent 9c7746e commit 14b2893
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ Or build locally:
Clone the project and install to your local maven repository using `gradle publishToMavenLocal` or `mvn install`, then declare it as a dependency:

```groovy
implementation 'com.esaulpaugh:headlong:5.5.1-SNAPSHOT'
implementation 'com.esaulpaugh:headlong:5.6.0-SNAPSHOT'
```

```xml
<dependency>
<groupId>com.esaulpaugh</groupId>
<artifactId>headlong</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</dependency>
```
Alternatively:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group 'com.esaulpaugh'
archivesBaseName = "headlong"
version '5.5.1-SNAPSHOT'
version '5.6.0-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.esaulpaugh</groupId>
<artifactId>headlong</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>headlong</name>
Expand Down

0 comments on commit 14b2893

Please sign in to comment.