Skip to content

Commit 7cf604a

Browse files
[maven-release-plugin] prepare release 1.1.6
1 parent 1bc718b commit 7cf604a

File tree

48 files changed

+50
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+50
-50
lines changed

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<groupId>io.quarkiverse.azureservices</groupId>
1212
<artifactId>quarkus-azure-services-bom</artifactId>
1313
<name>Quarkus Azure Services :: BOM</name>
14-
<version>999-SNAPSHOT</version>
14+
<version>1.1.6</version>
1515
<packaging>pom</packaging>
1616

1717
<scm>
1818
<connection>scm:git:[email protected]:quarkiverse/quarkus-azure-services.git</connection>
1919
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-azure-services.git</developerConnection>
2020
<url>https://github.com/quarkiverse/quarkus-azure-services</url>
21-
<tag>HEAD</tag>
21+
<tag>1.1.6</tag>
2222
</scm>
2323

2424
<properties>

common/azure-identity-jdbc/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.azureservices</groupId>
66
<artifactId>quarkus-azure-identity-jdbc-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

common/azure-identity-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.azureservices</groupId>
66
<artifactId>quarkus-azure-extensions</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.6</version>
88
<relativePath>../../services/pom.xml</relativePath>
99
</parent>
1010

common/azure-identity-jdbc/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.azureservices</groupId>
66
<artifactId>quarkus-azure-identity-jdbc-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

common/azure-identity/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.azureservices</groupId>
66
<artifactId>quarkus-azure-identity-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

common/azure-identity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.azureservices</groupId>
66
<artifactId>quarkus-azure-extensions</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.6</version>
88
<relativePath>../../services/pom.xml</relativePath>
99
</parent>
1010

common/azure-identity/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.azureservices</groupId>
66
<artifactId>quarkus-azure-identity-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

common/core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.quarkiverse.azureservices</groupId>
2424
<artifactId>quarkus-azure-core-parent</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>1.1.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

common/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.quarkiverse.azureservices</groupId>
2424
<artifactId>quarkus-azure-extensions</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>1.1.6</version>
2626
<relativePath>../../services/pom.xml</relativePath>
2727
</parent>
2828

common/core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.quarkiverse.azureservices</groupId>
2424
<artifactId>quarkus-azure-core-parent</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>1.1.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)