File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/java/org/geometrycommands Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >org.geometrycommands</groupId >
77 <artifactId >geometrycommands</artifactId >
8- <version >0.8-SNAPSHOT </version >
8+ <version >0.8.0 </version >
99 <dependencies >
1010 <dependency >
1111 <groupId >org.locationtech.jts</groupId >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public void createDocs() throws Exception {
4343 DateFormat dateFormat = new SimpleDateFormat ("d MMMM yyyy" );
4444 String date = dateFormat .format (new Date ());
4545
46- String version = "0.7 .0" ;
46+ String version = "0.8 .0" ;
4747
4848 boolean overwrite = false ;
4949
Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'geom'
21- copyright = '2020 , Jared Erickson'
21+ copyright = '2021 , Jared Erickson'
2222author = 'Jared Erickson'
2323
2424# The full version, including alpha/beta/rc tags
You can’t perform that action at this time.
0 commit comments