Skip to content

Commit

Permalink
Raise to 10.0.0 snapshot (#51)
Browse files Browse the repository at this point in the history
* Raise project to 10.0.0-SNAPSHOT

* Update maven version to 10.0.0-SNAPSHOT

* Raise remaining pom

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
ivy-lmu and actions-user authored Oct 13, 2022
1 parent 1747deb commit c698fa7
Show file tree
Hide file tree
Showing 32 changed files with 121 additions and 108 deletions.
4 changes: 2 additions & 2 deletions msgraph-calendar-demo/.settings/ch.ivyteam.ivy.designer.prefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=msgraph.calendar.demo.CalendarDemo
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=msgraph.calendar.demo
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=94005
eclipse.preferences.version=1
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000
eclipse.preferences.version=1
16 changes: 7 additions & 9 deletions msgraph-calendar-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-calendar-demo</artifactId>
<version>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
<packaging>iar</packaging>

<dependencies>
<dependency>
<groupId>com.axonivy.connector.office365</groupId>
Expand All @@ -14,27 +14,25 @@
<type>iar</type>
</dependency>
</dependencies>

<pluginRepositories>
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>9.4.1</version>
<version>10.0.0</version>
<extensions>true</extensions>
<configuration>
<ivyVersion>[9.4.0,]</ivyVersion>
</configuration>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 4 additions & 2 deletions msgraph-calendar-demo/processes/Demo/ms365Calendar.p.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "176D21535A8FEE20",
"data" : "msgraph.calendar.demo.CalendarDemo",
"config" : {
"data" : "msgraph.calendar.demo.CalendarDemo"
},
"elements" : [ {
"id" : "f0",
"type" : "RequestStart",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "1783A70465BF19F8",
"data" : "msgraph.calendar.demo.CreateEvent.CreateEventData",
"kind" : "HTML_DIALOG",
"config" : {
"data" : "msgraph.calendar.demo.CreateEvent.CreateEventData"
},
"elements" : [ {
"id" : "f0",
"type" : "HtmlDialogStart",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "178353D927DCBAD7",
"data" : "msgraph.calendar.demo.Events.EventsData",
"kind" : "HTML_DIALOG",
"config" : {
"data" : "msgraph.calendar.demo.Events.EventsData"
},
"elements" : [ {
"id" : "f0",
"type" : "HtmlDialogStart",
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>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</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>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</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>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</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>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</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>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</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>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.connector.office365.test.Data
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.office365.test
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=94005
eclipse.preferences.version=1
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000
eclipse.preferences.version=1
11 changes: 6 additions & 5 deletions msgraph-connector-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-connector-test</artifactId>
<version>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<dependencies>
<dependency>
<groupId>com.axonivy.ivy.test</groupId>
<artifactId>unit-tester</artifactId>
<version>9.3.0</version>
<version>10.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
<version>9.3.0</version>
<version>10.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -69,7 +70,7 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>9.4.1</version>
<version>10.0.0</version>
<extensions>true</extensions>
<configuration>
<ivyVersion>[9.4.0,]</ivyVersion>
Expand Down
6 changes: 4 additions & 2 deletions msgraph-connector-test/processes/TestHelper.p.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "17F40684A56F5FEF",
"data" : "com.axonivy.connector.office365.test.Data",
"config" : {
"data" : "com.axonivy.connector.office365.test.Data"
},
"elements" : [ {
"id" : "f0",
"type" : "RequestStart",
Expand Down
4 changes: 2 additions & 2 deletions msgraph-connector/.settings/ch.ivyteam.ivy.designer.prefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=msgraph.connector.Data
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=msgraph.connector
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=94005
eclipse.preferences.version=1
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000
eclipse.preferences.version=1
35 changes: 16 additions & 19 deletions msgraph-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,49 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-connector</artifactId>
<version>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
<packaging>iar</packaging>

<dependencies>
<dependency>
<groupId>com.axonivy.connector.msgraph</groupId>
<artifactId>msgraph-oauth-feature</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<pluginRepositories>
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>maven.axonivy.com</id>
<url>https://maven.axonivy.com</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>maven.axonivy.com</id>
<url>https://maven.axonivy.com</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>9.4.1</version>
<version>10.0.0</version>
<extensions>true</extensions>
<configuration>
<ivyVersion>[9.4.0,]</ivyVersion>
</configuration>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 4 additions & 2 deletions msgraph-connector/processes/msCalendar.p.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "1783A266998C4015",
"data" : "msgraph.connector.CalendarData",
"kind" : "CALLABLE_SUB",
"description" : "Reads events from your calendar and creates new ones.",
"config" : {
"data" : "msgraph.connector.CalendarData"
},
"elements" : [ {
"id" : "f0",
"type" : "CallSubStart",
Expand Down
6 changes: 4 additions & 2 deletions msgraph-connector/processes/msMail.p.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "1783B782896F7AC3",
"data" : "msgraph.connector.MailData",
"kind" : "CALLABLE_SUB",
"description" : "Sends mails.",
"config" : {
"data" : "msgraph.connector.MailData"
},
"elements" : [ {
"id" : "f0",
"type" : "CallSubStart",
Expand Down
6 changes: 4 additions & 2 deletions msgraph-connector/processes/msToDo.p.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "17844DC635AF15F4",
"data" : "msgraph.connector.ToDoData",
"kind" : "CALLABLE_SUB",
"description" : "Reads and creates todo tasks.",
"config" : {
"data" : "msgraph.connector.ToDoData"
},
"elements" : [ {
"id" : "f0",
"type" : "CallSubStart",
Expand Down
4 changes: 2 additions & 2 deletions msgraph-mail-demo/.settings/ch.ivyteam.ivy.designer.prefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=msgraph.mail.demo.MailDemo
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.office365.msgraph.demo
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=94005
eclipse.preferences.version=1
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000
eclipse.preferences.version=1
16 changes: 7 additions & 9 deletions msgraph-mail-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.office365</groupId>
<artifactId>msgraph-mail-demo</artifactId>
<version>9.4.5-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
<packaging>iar</packaging>

<dependencies>
<dependency>
<groupId>com.axonivy.connector.office365</groupId>
Expand All @@ -14,27 +14,25 @@
<type>iar</type>
</dependency>
</dependencies>

<pluginRepositories>
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>9.4.1</version>
<version>10.0.0</version>
<extensions>true</extensions>
<configuration>
<ivyVersion>[9.4.0,]</ivyVersion>
</configuration>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 4 additions & 2 deletions msgraph-mail-demo/processes/Demo/ms365Mail.p.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"format" : "9.4.20",
"format" : "10.0.0",
"id" : "17F262FCF88E26A2",
"data" : "msgraph.mail.demo.MailDemo",
"config" : {
"data" : "msgraph.mail.demo.MailDemo"
},
"elements" : [ {
"id" : "f5",
"type" : "RequestStart",
Expand Down
Loading

0 comments on commit c698fa7

Please sign in to comment.