Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 3, 2024
1 parent 893fd48 commit 32e8a8e
Show file tree
Hide file tree
Showing 7 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>1.0.5-SNAPSHOT</version>
<version>2.0.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>1.0.5-SNAPSHOT</version>
<version>2.0.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>1.0.5-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-dapr-demo-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>2.0.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>1.0.5-SNAPSHOT</version>
<version>2.0.0</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.5-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-dapr-integration-tests</artifactId>
<name>Quarkus - Dapr - Integration Tests</name>
Expand Down
3 changes: 2 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.5-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Quarkus - Dapr - Parent</name>
<modules>
Expand All @@ -19,6 +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>2.0.0</tag>
</scm>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
Expand Down
5 changes: 2 additions & 3 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.dapr</groupId>
<artifactId>quarkus-dapr-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-dapr</artifactId>
<name>Quarkus - Dapr - Runtime</name>
Expand Down

0 comments on commit 32e8a8e

Please sign in to comment.