Skip to content

Commit

Permalink
Release Jervis 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Nov 9, 2019
1 parent b527230 commit 7f68629
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jervis 1.5
# jervis 1.5 - Nov 9th, 2019

### New features:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ include it in your build tool.
<dependency>
<groupId>net.gleske</groupId>
<artifactId>jervis</artifactId>
<version>1.4</version>
<version>1.5</version>
<type>pom</type>
</dependency>
```
Expand All @@ -134,7 +134,7 @@ configurations {
}
dependencies {
libs 'net.gleske:jervis:1.4'
libs 'net.gleske:jervis:1.5'
libs 'org.yaml:snakeyaml:1.25'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.5-SNAPSHOT
version=1.5
2 changes: 1 addition & 1 deletion vars/buildViaJervis.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@Grab(group='net.gleske', module='jervis', version='1.4', transitive=false)
@Grab(group='net.gleske', module='jervis', version='1.5', transitive=false)
@Grab(group='org.yaml', module='snakeyaml', version='1.25', transitive=false)

import net.gleske.jervis.lang.lifecycleGenerator
Expand Down

0 comments on commit 7f68629

Please sign in to comment.