Skip to content

Commit

Permalink
Merge pull request #147 from RootServices/1.4.1
Browse files Browse the repository at this point in the history
1.4.1: version to 1.4.1
  • Loading branch information
tmackenzie committed Aug 24, 2019
2 parents 317a0df + 77c31e6 commit a9c36ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hello-world/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.rootservices'
version '1.4.1-SNAPSHOT'
version '1.4.1'
description = """an example project that uses otter"""

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion otter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

group = "org.rootservices"
version = "1.4.1-SNAPSHOT"
version = "1.4.1"
archivesBaseName="otter"

description = """Otter"""
Expand Down
2 changes: 1 addition & 1 deletion quick-start/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.rootservices'
version '1.4.1-SNAPSHOT'
version '1.4.1'
description = """a quick start project that uses otter"""

apply plugin: 'java'
Expand Down

0 comments on commit a9c36ac

Please sign in to comment.