Skip to content

Commit

Permalink
Release (#33)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release v11.3.0

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

---------

Co-authored-by: nqhoan-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and nqhoan-axonivy authored Jul 30, 2024
1 parent 7efe2f6 commit ff9dcdb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
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.uipath</groupId>
<name>ui-path-connector</name>
<artifactId>ui-path-connector-modules</artifactId>
<version>11.3.0-SNAPSHOT</version>
<version>11.3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
5 changes: 2 additions & 3 deletions ui-path-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.uipath</groupId>
<artifactId>ui-path-connector-demo</artifactId>
<version>11.3.0-SNAPSHOT</version>
<version>11.3.1-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ui-path-connector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.uipath</groupId>
<artifactId>ui-path-connector-product</artifactId>
<version>11.3.0-SNAPSHOT</version>
<version>11.3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<build>
Expand Down
5 changes: 2 additions & 3 deletions ui-path-connector-test/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.uipath</groupId>
<artifactId>ui-path-connector-test</artifactId>
<version>11.3.0-SNAPSHOT</version>
<version>11.3.1-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions ui-path-connector/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.uipath</groupId>
<artifactId>ui-path-connector</artifactId>
<version>11.3.0-SNAPSHOT</version>
<version>11.3.1-SNAPSHOT</version>
<packaging>iar</packaging>
<build>
<plugins>
Expand Down

0 comments on commit ff9dcdb

Please sign in to comment.