Skip to content

Commit

Permalink
Merge pull request #222 from marklogic/feature/bump-version
Browse files Browse the repository at this point in the history
Bumped to 1.24.2
  • Loading branch information
rjrudin authored Jun 12, 2024
2 parents 3afe613 + 8fbc05d commit 5614c77
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines environment variables for docker-compose.

# The version of the connector.
VERSION=1.24.1
VERSION=1.24.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: marklogic_nifi
services:

marklogic:
image: "marklogicdb/marklogic-db:11.1.0-centos-1.1.0"
image: "marklogicdb/marklogic-db:11.2.0-centos-1.1.2"
container_name: "marklogic"
platform: linux/amd64
environment:
Expand Down
2 changes: 1 addition & 1 deletion nifi-marklogic-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-marklogic-bundle</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</parent>

<artifactId>nifi-marklogic-nar</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions nifi-marklogic-processors/flows-for-manual-testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-marklogic-nar",
"version": "1.24.1"
"version": "1.24.2"
},
"properties": {
"Payload Source": "None",
Expand Down Expand Up @@ -820,7 +820,7 @@
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-marklogic-nar",
"version": "1.24.1"
"version": "1.24.2"
},
"properties": {
"DatabaseClient Service": "a9cc748c-c567-3828-888d-d615d5c9d10d",
Expand Down Expand Up @@ -1259,7 +1259,7 @@
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-marklogic-nar",
"version": "1.24.1"
"version": "1.24.2"
},
"properties": {
"URI Prefix": "/stuff/",
Expand Down Expand Up @@ -1641,7 +1641,7 @@
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-marklogic-nar",
"version": "1.24.1"
"version": "1.24.2"
},
"properties": {
"Module Path": null,
Expand Down Expand Up @@ -2238,7 +2238,7 @@
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-marklogic-nar",
"version": "1.24.1"
"version": "1.24.2"
},
"properties": {
"Base Path": null,
Expand Down Expand Up @@ -2332,7 +2332,7 @@
"bundle": {
"group": "org.apache.nifi",
"artifact": "nifi-marklogic-services-api-nar",
"version": "1.24.1"
"version": "1.24.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion nifi-marklogic-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-marklogic-bundle</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</parent>

<artifactId>nifi-marklogic-processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-marklogic-services-api-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-marklogic-bundle</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</parent>

<artifactId>nifi-marklogic-services-api-nar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-marklogic-services-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-marklogic-bundle</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</parent>

<artifactId>nifi-marklogic-services-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-marklogic-services-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-marklogic-bundle</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</parent>

<artifactId>nifi-marklogic-services-nar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-marklogic-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-marklogic-bundle</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</parent>

<artifactId>nifi-marklogic-services</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>1.24.0</version>
</parent>

<version>1.24.1</version>
<version>1.24.2</version>

<artifactId>nifi-marklogic-bundle</artifactId>
<packaging>pom</packaging>
Expand All @@ -37,7 +37,7 @@
-->
<maven.compiler.release>8</maven.compiler.release>
<nifi.version>1.24.0</nifi.version>
<marklogicnar.version>1.24.1</marklogicnar.version>
<marklogicnar.version>1.24.2</marklogicnar.version>
<marklogicclientapi.version>6.6.1</marklogicclientapi.version>
</properties>

Expand Down

0 comments on commit 5614c77

Please sign in to comment.