Skip to content

Commit

Permalink
Prepare Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremythuff committed May 3, 2023
1 parent 98c5dc7 commit 43e82e1
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<artifactId>mod-camunda</artifactId>

<version>1.1.5</version>
<version>1.1.6</version>

<name>Okapi Camunda Module</name>

Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>spring-module-core</artifactId>
<version>1.1.1</version>
<version>1.1.5</version>
</parent>

<packaging>jar</packaging>
Expand All @@ -40,11 +40,6 @@
<name>FOLIO Maven repository</name>
<url>https://repository.folio.org/repository/maven-folio</url>
</repository>
<repository>
<id>indexdata</id>
<name>Index Data</name>
<url>https://maven.indexdata.com/</url>
</repository>
</repositories>

<build>
Expand Down Expand Up @@ -165,7 +160,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>workflow-components</artifactId>
<version>1.1.5</version>
<version>1.1.7</version>
</dependency>

<dependency>
Expand Down
3 changes: 3 additions & 0 deletions ramls/emailtask.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/eventsubprocess.json
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/exclusivegateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/inclusivegateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/movetolastgateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/movetonode.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/parallelgateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/subprocess.json
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down
3 changes: 3 additions & 0 deletions ramls/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,9 @@
"attachmentPath" : {
"type" : "string"
},
"includeAttachment" : {
"type" : "string"
},
"identifier" : {
"type" : "string"
}
Expand Down

0 comments on commit 43e82e1

Please sign in to comment.