Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 19, 2024
1 parent 37086e9 commit e22b41f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/app1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.dapr</groupId>
<artifactId>quarkus-dapr-demo-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>quarkus-dapr-demo-app1</artifactId>
<name>Quarkus - Dapr - Demo - App1</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/app2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.dapr</groupId>
<artifactId>quarkus-dapr-demo-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>quarkus-dapr-demo-app2</artifactId>
<name>Quarkus - Dapr - Demo - App2</name>
Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>io.quarkiverse.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>quarkus-dapr-demo-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>Quarkus - Dapr - Demo</name>
<modules>
Expand Down
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.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>quarkus-dapr-deployment</artifactId>
<name>Quarkus - Dapr - 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 @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-dapr-docs</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.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>quarkus-dapr-integration-tests</artifactId>
<name>Quarkus - Dapr - Integration Tests</name>
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.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>Quarkus - Dapr - Parent</name>
<modules>
Expand All @@ -19,7 +19,7 @@
<connection>:git:[email protected]:quarkiverse/quarkus-dapr.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-dapr.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-dapr</url>
<tag>HEAD</tag>
<tag>2.1.0</tag>
</scm>
<properties>
<compiler-plugin.version>3.8.1</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.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<properties>
<testcontainers-dapr.version>0.10.14</testcontainers-dapr.version>
Expand Down

0 comments on commit e22b41f

Please sign in to comment.