Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 7, 2022
1 parent 48e675a commit a72f1fc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 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>1.0.3-SNAPSHOT</version>
<version>1.0.3</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>1.0.3-SNAPSHOT</version>
<version>1.0.3</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>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>quarkus-dapr-demo-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</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>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>quarkus-dapr-deployment</artifactId>
<name>Quarkus - Dapr - Deployment</name>
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>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>quarkus-dapr-integration-tests</artifactId>
<name>Quarkus - Dapr - 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.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<name>Quarkus - Dapr - Parent</name>
<modules>
Expand Down Expand Up @@ -85,4 +85,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>1.0.3</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.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>quarkus-dapr</artifactId>
<name>Quarkus - Dapr - Runtime</name>
Expand Down

0 comments on commit a72f1fc

Please sign in to comment.