diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-05-20 19:48:11 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-05-20 19:48:11 -0400 |
| commit | 8a7a74bda4a7b2a06550b88a792c3bd2179c92c2 (patch) | |
| tree | 160decc9f11cf603c29f1587272256c99f195621 | |
| parent | 4d449a9b96570e8c655fc303ca0ca81dab394e3d (diff) | |
Bump to snapshot version
Bump the POM xml to the next snapshot version we'll be using
| -rw-r--r-- | pom.xml | 2 | ||||
| -rw-r--r-- | src/changes/changes.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.github.bculkin2442</groupId> <artifactId>everge</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>everge</name> <description>Simple regex-based text processing</description> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 10924ea..e71a0f6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -16,5 +16,7 @@ General cleanup, including the addition of pattern guards </action> </release> + <release version="0.3.0" description="..."> + </release> </body> </document> |
