File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Create a directory for custom nifi processors if it doesn't exist:
95
95
mkdir -p $NIFI_HOME/nars/lib1
96
96
```
97
97
98
- Copy ` nifi-stanfordcorenlp-nar-1.1 .nar ` to ` $NIFI_HOME/nars/lib1 `
98
+ Copy ` nifi-stanfordcorenlp-nar-1.2 .nar ` to ` $NIFI_HOME/nars/lib1 `
99
99
100
100
Update your ` $NIFI_HOME/conf/nifi.properties ` to include the following:
101
101
@@ -141,7 +141,7 @@ docker run -v ~/.m2/repository:/usr/share/maven/ref/repository -v $(PWD):/usr/sr
141
141
142
142
### Artifacts
143
143
144
- After building, your ` nar ` file will located at ` nifi-stanfordcorenlp-nar/target/nifi-stanfordcorenlp-nar-1.1 .nar ` .
144
+ After building, your ` nar ` file will located at ` nifi-stanfordcorenlp-nar/target/nifi-stanfordcorenlp-nar-1.2 .nar ` .
145
145
146
146
## Test
147
147
You can’t perform that action at this time.
0 commit comments