Skip to content

Commit

Permalink
release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton committed Aug 29, 2024
1 parent 890ae68 commit b50ce1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In the following table `p:` indicates the default constituent properties are pre
<plugin>
<groupId>org.honton.chas</groupId>
<artifactId>exists-maven-plugin</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
<executions>
<execution>
<goals>
Expand Down
6 changes: 5 additions & 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>0.13.0</version>
<version>0.14.0</version>
<packaging>maven-plugin</packaging>

<name>Artifact Exists Maven Plugin</name>
Expand Down Expand Up @@ -35,6 +35,10 @@
<name>Tom Anderegg</name>
<url>https://github.com/tomandegg</url>
</developer>
<developer>
<name>clembo590</name>
<url>https://github.com/clembo590</url>
</developer>
</developers>

<prerequisites>
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>0.13.0</plugin.version>
<plugin.version>0.14.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 b50ce1f

Please sign in to comment.