Skip to content

Commit

Permalink
update to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdorris committed Jan 30, 2022
1 parent c557d96 commit f936a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.dorrisd</groupId>
<artifactId>dynmap-borders</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<name>dynmap-borders</name>
Expand All @@ -16,6 +16,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<mainClass>com.dorrisd.borders.DynmapBorders</mainClass>
<geotoolsVersion>22.1</geotoolsVersion>
<jar.finalName>${project.name}-${project.version}</jar.finalName>
</properties>

<dependencies>
Expand Down

0 comments on commit f936a01

Please sign in to comment.