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:
9595mkdir -p $NIFI_HOME/nars/lib1
9696```
9797
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 `
9999
100100Update your ` $NIFI_HOME/conf/nifi.properties ` to include the following:
101101
@@ -141,7 +141,7 @@ docker run -v ~/.m2/repository:/usr/share/maven/ref/repository -v $(PWD):/usr/sr
141141
142142### Artifacts
143143
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 ` .
145145
146146## Test
147147
You can’t perform that action at this time.
0 commit comments