Skip to content

Commit d2c3e79

Browse files
ivy-teamivy-lmu
andauthored
Raise ivy projects to latest version (#697)
* Raise ivy projects to latest version * Revert integration test pom.xml This reverts commit 6207f57. --------- Co-authored-by: Louis <louis.mueller@axonivy.com>
1 parent 5ca5d8e commit d2c3e79

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.m2.lib.test
22
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13
3-
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001
4-
eclipse.preferences.version=1
3+
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=131000
4+
eclipse.preferences.version=1

integration-tests/maven-libs/m2-lib-user-test/processes/DocDemo.p.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
2+
"$schema" : "https://json-schema.axonivy.com/process/13.1.2/process.json",
33
"id" : "1841968D7DF8814D",
44
"config" : {
55
"data" : "com.axonivy.m2.lib.test.Data"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.test.m2.lib.user
22
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13
3-
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001
4-
eclipse.preferences.version=1
3+
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=131000
4+
eclipse.preferences.version=1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13
2-
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001
3-
eclipse.preferences.version=1
2+
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=131000
3+
eclipse.preferences.version=1

src/test/resources/base/processes/myWebService.p.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
2+
"$schema" : "https://json-schema.axonivy.com/process/13.1.2/process.json",
33
"id" : "148CA74B16C580BF",
44
"kind" : "WEB_SERVICE",
55
"config" : {
@@ -56,7 +56,9 @@
5656
"visual" : {
5757
"at" : { "x" : 320, "y" : 280 },
5858
"size" : { "width" : 576, "height" : 268 },
59-
"color" : "NodeStyle18"
59+
"description" : "",
60+
"color" : "NodeStyle18",
61+
"icon" : ""
6062
}
6163
} ],
6264
"layout" : {

0 commit comments

Comments
 (0)