Skip to content

Commit 43e82e1

Browse files
committed
Prepare Release 1.1.6
1 parent 98c5dc7 commit 43e82e1

10 files changed

+30
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<artifactId>mod-camunda</artifactId>
99

10-
<version>1.1.5</version>
10+
<version>1.1.6</version>
1111

1212
<name>Okapi Camunda Module</name>
1313

@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.folio</groupId>
2525
<artifactId>spring-module-core</artifactId>
26-
<version>1.1.1</version>
26+
<version>1.1.5</version>
2727
</parent>
2828

2929
<packaging>jar</packaging>
@@ -40,11 +40,6 @@
4040
<name>FOLIO Maven repository</name>
4141
<url>https://repository.folio.org/repository/maven-folio</url>
4242
</repository>
43-
<repository>
44-
<id>indexdata</id>
45-
<name>Index Data</name>
46-
<url>https://maven.indexdata.com/</url>
47-
</repository>
4843
</repositories>
4944

5045
<build>
@@ -165,7 +160,7 @@
165160
<dependency>
166161
<groupId>org.folio</groupId>
167162
<artifactId>workflow-components</artifactId>
168-
<version>1.1.5</version>
163+
<version>1.1.7</version>
169164
</dependency>
170165

171166
<dependency>

ramls/emailtask.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"attachmentPath" : {
6868
"type" : "string"
6969
},
70+
"includeAttachment" : {
71+
"type" : "string"
72+
},
7073
"identifier" : {
7174
"type" : "string"
7275
}

ramls/eventsubprocess.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,9 @@
11231123
"attachmentPath" : {
11241124
"type" : "string"
11251125
},
1126+
"includeAttachment" : {
1127+
"type" : "string"
1128+
},
11261129
"identifier" : {
11271130
"type" : "string"
11281131
}

ramls/exclusivegateway.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@
11271127
"attachmentPath" : {
11281128
"type" : "string"
11291129
},
1130+
"includeAttachment" : {
1131+
"type" : "string"
1132+
},
11301133
"identifier" : {
11311134
"type" : "string"
11321135
}

ramls/inclusivegateway.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@
11271127
"attachmentPath" : {
11281128
"type" : "string"
11291129
},
1130+
"includeAttachment" : {
1131+
"type" : "string"
1132+
},
11301133
"identifier" : {
11311134
"type" : "string"
11321135
}

ramls/movetolastgateway.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@
11271127
"attachmentPath" : {
11281128
"type" : "string"
11291129
},
1130+
"includeAttachment" : {
1131+
"type" : "string"
1132+
},
11301133
"identifier" : {
11311134
"type" : "string"
11321135
}

ramls/movetonode.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,9 @@
11261126
"attachmentPath" : {
11271127
"type" : "string"
11281128
},
1129+
"includeAttachment" : {
1130+
"type" : "string"
1131+
},
11291132
"identifier" : {
11301133
"type" : "string"
11311134
}

ramls/parallelgateway.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@
11271127
"attachmentPath" : {
11281128
"type" : "string"
11291129
},
1130+
"includeAttachment" : {
1131+
"type" : "string"
1132+
},
11301133
"identifier" : {
11311134
"type" : "string"
11321135
}

ramls/subprocess.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,9 @@
11391139
"attachmentPath" : {
11401140
"type" : "string"
11411141
},
1142+
"includeAttachment" : {
1143+
"type" : "string"
1144+
},
11421145
"identifier" : {
11431146
"type" : "string"
11441147
}

ramls/workflow.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,9 @@
11501150
"attachmentPath" : {
11511151
"type" : "string"
11521152
},
1153+
"includeAttachment" : {
1154+
"type" : "string"
1155+
},
11531156
"identifier" : {
11541157
"type" : "string"
11551158
}

0 commit comments

Comments
 (0)