Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
linhpd-axonivy committed Sep 12, 2024
1 parent b8d2dd0 commit ce89581
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion msgraph-calendar-demo/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-calendar-demo</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
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.7-SNAPSHOT</version>
<version>10.0.7</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.7-SNAPSHOT</version>
<version>10.0.7</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.7-SNAPSHOT</version>
<version>10.0.7</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.7-SNAPSHOT</version>
<version>10.0.7</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.7-SNAPSHOT</version>
<version>10.0.7</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.7-SNAPSHOT</version>
<version>10.0.7</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.7-SNAPSHOT</version>
<version>10.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgraph-connector-test/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-test</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar-integration-test</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-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.office365</groupId>
<artifactId>msgraph-connector</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-mail-demo/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-mail-demo</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions msgraph-oauth-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.msgraph</groupId>
<artifactId>msgraph-oauth-feature</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
</properties>
<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v10.0.7</tag>
</scm>
<pluginRepositories>
<pluginRepository>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-sharepoint-demo/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-sharepoint-demo</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-teams-demo/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-teams-demo</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-teams-notification/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-teams-notification</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion msgraph-todo-demo/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-todo-demo</artifactId>
<version>10.0.7-SNAPSHOT</version>
<version>10.0.7</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
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.7-SNAPSHOT</version>
<version>10.0.7</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.7</tag>
</scm>

<build>
Expand Down

0 comments on commit ce89581

Please sign in to comment.