Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 1, 2023
1 parent ad14a61 commit 9c44170
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.poi</groupId>
<artifactId>quarkus-poi-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<artifactId>quarkus-poi-deployment</artifactId>
<name>Quarkus POI - 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.poi</groupId>
<artifactId>quarkus-poi-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.poi</groupId>
<artifactId>quarkus-poi-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<artifactId>quarkus-poi-integration-tests</artifactId>
<name>Quarkus POI - Integration Tests</name>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.poi</groupId>
<artifactId>quarkus-poi-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.2</version>
<packaging>pom</packaging>
<name>Quarkus POI - Parent</name>
<modules>
Expand Down Expand Up @@ -76,4 +76,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>2.0.2</tag>
</scm>
</project>
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.poi</groupId>
<artifactId>quarkus-poi-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<artifactId>quarkus-poi</artifactId>
<name>Quarkus POI - Runtime</name>
Expand Down

0 comments on commit 9c44170

Please sign in to comment.