Skip to content

Commit 315c922

Browse files
committed
Release 0.15.0
1 parent b90bc19 commit 315c922

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.geocommands</groupId>
66
<artifactId>geocommands</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
<name>GeoCommands</name>
1010
<description>A collection of geospatial command line applications</description>
1111
<distributionManagement>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.geoscript</groupId>
4545
<artifactId>geoscript-groovy</artifactId>
46-
<version>1.16-SNAPSHOT</version>
46+
<version>1.16.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>args4j</groupId>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-shade-plugin</artifactId>
164-
<version>3.2.1</version>
164+
<version>3.2.4</version>
165165
<executions>
166166
<execution>
167167
<phase>package</phase>

src/website/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Jared Erickson'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.13.0'
25+
release = '0.15.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)