Release 0.3.0

This commit is contained in:
Torrie Fischer 2021-07-07 21:57:12 -07:00
parent 4bfce1fd8d
commit b5a28e40cf

View File

@ -4,7 +4,7 @@
<groupId>us.camin.regions</groupId>
<artifactId>Regions</artifactId>
<packaging>jar</packaging>
<version>0.2.99-rc6</version>
<version>0.3.0</version>
<name>regions</name>
<url>http://maven.apache.org</url>
<properties>
@ -50,12 +50,6 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>