Skip to content

Commit a7a2fd8

Browse files
committed
Release 1.0.0.M4
1 parent 58bc86a commit a7a2fd8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ deploy:
2020
file: build/libs/geb-${TRAVIS_TAG:1}.jar
2121
on:
2222
repo: grails3-plugins/geb
23+
tags: true
24+
all_branches: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
gradleWrapperVersion = project.gradleWrapperVersion
2222
}
2323

24-
version "1.0.0-SNAPSHOT"
24+
version "1.0.0.M4"
2525
group "org.grails.plugins"
2626

2727
apply plugin: "org.grails.grails-plugin"

0 commit comments

Comments
 (0)