Skip to content

Commit

Permalink
ver to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Jun 28, 2018
1 parent 44263e9 commit d35f460
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.9'
id 'com.gradle.plugin-publish' version '0.9.10'
id 'eclipse'
id 'groovy'
}

group = "edu.sc.seis"
version = "2.2.2-SNAPSHOT"
version = "2.2.2"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit d35f460

Please sign in to comment.