File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments