Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton committed Sep 29, 2021
1 parent 879869b commit d251b0f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Check if a maven artifact exists. Designed around the use case of skipping deployment if the stable version already exists.

## Goals
There are two goals: [local](https://chonton.github.io/exists-maven-plugin/0.4.0/local-mojo.html) checks
There are two goals: [local](https://chonton.github.io/exists-maven-plugin/0.5.0/local-mojo.html) checks
if the just built artifact is already in the local repository;
and [remote](https://chonton.github.io/exists-maven-plugin/0.4.0/remote-mojo.html) checks
and [remote](https://chonton.github.io/exists-maven-plugin/0.5.0/remote-mojo.html) checks
if the just built artifact is already in the remote repository.

Mojo details at [plugin info](https://chonton.github.io/exists-maven-plugin/0.4.0/plugin-info.html)
Mojo details at [plugin info](https://chonton.github.io/exists-maven-plugin/0.5.0/plugin-info.html)

## Parameters
Every parameter can be set with a maven property **exists.**_<parameter_name\>_. e.g. skip parameter can
Expand Down Expand Up @@ -44,7 +44,7 @@ be set from command line -Dexists.skip=true
<plugin>
<groupId>org.honton.chas</groupId>
<artifactId>exists-maven-plugin</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/deploy-with-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas</groupId>
<artifactId>exists-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>exists-deploy-with-auth-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/deploy-with-encrypted-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas</groupId>
<artifactId>exists-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>exists-deploy-with-encrypted-auth-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/deploy-with-header-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas</groupId>
<artifactId>exists-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>exists-deploy-with-header-auth-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas</groupId>
<artifactId>exists-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>exists-deploy-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas</groupId>
<artifactId>exists-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>exists-fail-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/install/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas</groupId>
<artifactId>exists-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>exists-install-it</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/it/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-it-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.honton.chas</groupId>
<artifactId>exists-maven-plugin</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/check-existence.apt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This usually does not make sense in the case of -SNAPSHOTS, so usually you will
<plugin>
<groupId>org.honton.chas</groupId>
<artifactId>exists-maven-plugin</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/using-checksums.apt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and {{{../remote-mojo.html}exists:remote}} will use the sha1 checksum to determ
<plugin>
<groupId>org.honton.chas</groupId>
<artifactId>exists-maven-plugin</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d251b0f

Please sign in to comment.