Skip to content

Commit

Permalink
Start working on 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 26, 2023
1 parent a857a54 commit 63512e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geoshell</groupId>
<artifactId>geo-shell</artifactId>
<version>0.13.0</version>
<version>0.14.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>geo-shell</name>
<url>http://maven.apache.org</url>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.21.0</version>
<version>1.22.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.1</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docs/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Geo Shell
Jared Erickson
v0.13.0
v0.14.0-SNAPSHOT
:title-page:
:title-logo-image: image:geoshell.png[pdfwidth=5.5in,align=center]
ifndef::imagesdir[:imagesdir: images]
Expand Down

0 comments on commit 63512e9

Please sign in to comment.