Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Jul 5, 2023
1 parent 6a08b92 commit 48a5c16
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 36 deletions.
5 changes: 2 additions & 3 deletions msgraph-calendar-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.office365</groupId>
<artifactId>msgraph-calendar-demo</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-connector-app/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.office365</groupId>
<artifactId>msgraph-connector-app</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-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.office365</groupId>
<artifactId>msgraph-product</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-product</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgraph-connector-product/products/msgraph-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-product</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-product</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgraph-connector-product/products/msgraph-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-product</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgraph-connector-product/products/msgraph-todo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-product</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions msgraph-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.office365</groupId>
<artifactId>msgraph-connector-test</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar-integration-test</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions msgraph-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.office365</groupId>
<artifactId>msgraph-connector</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions msgraph-mail-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.office365</groupId>
<artifactId>msgraph-mail-demo</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions msgraph-oauth-feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?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.msgraph</groupId>
<artifactId>msgraph-oauth-feature</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>v10.0.4</tag>
</scm>
<pluginRepositories>
<pluginRepository>
Expand Down
5 changes: 2 additions & 3 deletions msgraph-sharepoint-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.office365</groupId>
<artifactId>msgraph-sharepoint-demo</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions msgraph-teams-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.office365</groupId>
<artifactId>msgraph-teams-demo</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions msgraph-teams-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.office365</groupId>
<artifactId>msgraph-teams-notification</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions msgraph-todo-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.office365</groupId>
<artifactId>msgraph-todo-demo</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.connector.office365</groupId>
<name>msgraph-connector</name>
<artifactId>msgraph-modules</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.4</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -29,7 +29,7 @@

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v10.0.4</tag>
</scm>

<build>
Expand Down

0 comments on commit 48a5c16

Please sign in to comment.