File tree Expand file tree Collapse file tree
src/edu/umich/andykong/ptmshepherd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ plugins {
1515 id ' application'
1616}
1717
18+ version = ' 3.0.5'
19+
1820repositories {
1921 // Use jcenter for resolving dependencies.
2022 // You can declare any Maven/Ivy/file repository here.
3032 targetCompatibility = JavaVersion . VERSION_1_9
3133}
3234
33- version = ' 3.0.4'
34-
3535application {
3636 // Define the main class for the application
3737 mainClassName = ' edu.umich.andykong.ptmshepherd.PTMShepherd'
Original file line number Diff line number Diff line change 7575public class PTMShepherd {
7676
7777 public static final String name = "PTM-Shepherd" ;
78- public static final String version = "3.0.4 " ;
78+ public static final String version = "3.0.5 " ;
7979
8080 public static HashMap <String ,String > params ;
8181 public static TreeMap <String ,ArrayList <String []>> datasets ;
You can’t perform that action at this time.
0 commit comments