Skip to content

Commit

Permalink
Merge pull request #3 from axonivy-market/new-release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
phhung-axonivy authored Jun 6, 2024
2 parents 5990edd + 279dc5a commit 5b05247
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
5 changes: 2 additions & 3 deletions mattermost-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.mattermost</groupId>
<artifactId>mattermost-connector-demo</artifactId>
<version>10.0.19-SNAPSHOT</version>
<version>10.0.20-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions mattermost-connector-notification/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.mattermost</groupId>
<artifactId>mattermost-connector-notification</artifactId>
<version>10.0.19-SNAPSHOT</version>
<version>10.0.20-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mattermost-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.mattermost</groupId>
<artifactId>mattermost-connector-product</artifactId>
<version>10.0.19-SNAPSHOT</version>
<version>10.0.20-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions mattermost-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.mattermost</groupId>
<artifactId>mattermost-connector-test</artifactId>
<version>10.0.19-SNAPSHOT</version>
<version>10.0.20-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions mattermost-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.mattermost</groupId>
<artifactId>mattermost-connector</artifactId>
<version>10.0.19-SNAPSHOT</version>
<version>10.0.20-SNAPSHOT</version>
<packaging>iar</packaging>
<repositories>
<repository>
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.mattermost</groupId>
<name>mattermost-connector</name>
<artifactId>mattermost-connector-modules</artifactId>
<version>10.0.19-SNAPSHOT</version>
<version>10.0.20-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 5b05247

Please sign in to comment.