Skip to content

Commit

Permalink
Prepare for initial 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Sep 16, 2018
1 parent c112143 commit ba72a3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>github-release-example</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Example project for Maven GitHub release plugin</description>
Expand Down Expand Up @@ -52,7 +52,7 @@
<plugin>
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>github-release-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<executions>
<execution>
<id>default-cli</id>
Expand All @@ -77,13 +77,13 @@
</build>

<!-- include for debugging -->

<!--
<dependencies>
<dependency>
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>github-release-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

-->
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>github-release-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/plugin-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

<build>
<plugins>
Expand Down

0 comments on commit ba72a3c

Please sign in to comment.