Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton committed May 7, 2023
1 parent 1c8a5cd commit 2c9ae85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.honton.chas</groupId>
<artifactId>exists-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>maven-plugin</packaging>

<name>Artifact Exists Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion src/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>

<plugin.version>1.0.0-SNAPSHOT</plugin.version>
<plugin.version>0.9.0</plugin.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 2c9ae85

Please sign in to comment.