Skip to content

Commit b5d63bd

Browse files
committed
Prepare version 1.0.1 for release
1 parent 2650943 commit b5d63bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.ragedunicorn.tools.maven</groupId>
77
<artifactId>curseforge-release-example</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>Example project for Maven CurseForge release plugin</description>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>com.ragedunicorn.tools.maven</groupId>
5454
<artifactId>curseforge-release-maven-plugin</artifactId>
55-
<version>1.0.1-SNAPSHOT</version>
55+
<version>1.0.1</version>
5656
<executions>
5757
<execution>
5858
<id>default-cli</id>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.ragedunicorn.tools.maven</groupId>
8585
<artifactId>curseforge-release-maven-plugin</artifactId>
86-
<version>1.0.0-SNAPSHOT</version>
86+
<version>1.0.1</version>
8787
</dependency>
8888
</dependencies>
8989
-->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ragedunicorn.tools.maven</groupId>
77
<artifactId>curseforge-release-maven-plugin</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<packaging>maven-plugin</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)