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 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.geometrycommands</groupId >
7
7
<artifactId >geometrycommands</artifactId >
8
- <version >0.8-SNAPSHOT </version >
8
+ <version >0.8.0 </version >
9
9
<dependencies >
10
10
<dependency >
11
11
<groupId >org.locationtech.jts</groupId >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public void createDocs() throws Exception {
43
43
DateFormat dateFormat = new SimpleDateFormat ("d MMMM yyyy" );
44
44
String date = dateFormat .format (new Date ());
45
45
46
- String version = "0.7 .0" ;
46
+ String version = "0.8 .0" ;
47
47
48
48
boolean overwrite = false ;
49
49
Original file line number Diff line number Diff line change 18
18
# -- Project information -----------------------------------------------------
19
19
20
20
project = 'geom'
21
- copyright = '2020 , Jared Erickson'
21
+ copyright = '2021 , Jared Erickson'
22
22
author = 'Jared Erickson'
23
23
24
24
# The full version, including alpha/beta/rc tags
You can’t perform that action at this time.
0 commit comments