Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Oct 14, 2024
1 parent 2b5fce5 commit 1891486
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>quarkus-antivirus-deployment</artifactId>
<name>Quarkus Antivirus - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/imperative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>quarkus-antivirus-integration-tests-imperative</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>quarkus-antivirus-integration-tests</artifactId>
<name>Quarkus Antivirus - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>quarkus-antivirus-integration-tests-reactive</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>Quarkus Antivirus - Parent</name>
<description>Virus scan files using ClamAV or VirusTotal</description>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-antivirus.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-antivirus.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-antivirus</url>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.antivirus</groupId>
<artifactId>quarkus-antivirus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>quarkus-antivirus</artifactId>
<name>Quarkus Antivirus - Runtime</name>
Expand Down

0 comments on commit 1891486

Please sign in to comment.