Skip to content

Commit

Permalink
Prepare version 1.0.5 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Jul 21, 2022
1 parent 5f2664b commit a4294b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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>1.0.5-SNAPSHOT</version>
<version>1.0.5</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>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<executions>
<execution>
<id>default-cli</id>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>github-release-maven-plugin</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
</dependencies>
-->
Expand Down
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>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<packaging>maven-plugin</packaging>

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

0 comments on commit a4294b1

Please sign in to comment.