Skip to content

Commit

Permalink
Release (#13)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release v12.0.0

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: quanpham-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and quanpham-axonivy authored Dec 3, 2024
1 parent 50bfd5a commit d5c4218
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
5 changes: 2 additions & 3 deletions azure-blob-connector-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>
<groupId>com.axonivy.connector.azure.blob</groupId>
<artifactId>azure-blob-connector-demo</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
5 changes: 2 additions & 3 deletions azure-blob-connector-product/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>
<groupId>com.axonivy.connector.azure.blob</groupId>
<artifactId>azure-blob-connector-product</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<variables.yaml.file>../azure-blob-connector/config/variables.yaml</variables.yaml.file>
Expand Down
7 changes: 2 additions & 5 deletions azure-blob-connector-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>
<groupId>com.axonivy.connector.azure.blob</groupId>
<artifactId>azure-blob-connector-test</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion azure-blob-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.azure.blob</groupId>
<artifactId>azure-blob-connector</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.connector.azure.blob</groupId>
<name>azure-blob-connector</name>
<artifactId>azure-blob-connector-modules</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit d5c4218

Please sign in to comment.