Skip to content

Commit

Permalink
version bump to snapshot, update plugin-publish plugin to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Oct 24, 2017
1 parent cf54ff2 commit 6dc8939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

plugins {
id 'maven-publish'
id 'com.gradle.plugin-publish' version '0.9.7'
id 'com.gradle.plugin-publish' version '0.9.9'
id 'eclipse'
id 'groovy'
}

group = "edu.sc.seis"
version = "2.1.7"
version = "2.1.8-SNAPSHOT"

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 6dc8939

Please sign in to comment.