Skip to content

Commit

Permalink
Update version to 1.0.0-incubating.M2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
metatype committed Feb 12, 2016
1 parent ee7b041 commit dcf6bef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencyVersions.load(new FileInputStream("${project.projectDir}/gradle/depend
dependencyVersions.keys().each{ k -> project.ext[k] = dependencyVersions[k]}

allprojects {
version = versionNumber + '-' + releaseType
version = versionNumber + releaseType
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

// We want to see all test results. This is equivalatent to setting --continue
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
# limitations under the License.

# Set the release type using the following conventions:
# M? - Milestone
# RC? - Release candidate
# RELEASE - Final build
# -SNAPSHOT - development version
# .M? - milestone release
# <blank> - release
versionNumber = 1.0.0-incubating
releaseType = SNAPSHOT
releaseType = .M2-SNAPSHOT

org.gradle.daemon = true
org.gradle.jvmargs = -Xmx2048m
Expand Down

0 comments on commit dcf6bef

Please sign in to comment.