diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f1c1e58..bcd0522 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.5.0"
+ ".": "0.6.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30c4c2d..7a336be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.0](https://github.com/opentdf/nifi/compare/v0.5.0...v0.6.0) (2024-10-21)
+
+
+### Bug Fixes
+
+* Maven plugins and vulnerability fix ([#32](https://github.com/opentdf/nifi/issues/32)) ([fda54ff](https://github.com/opentdf/nifi/commit/fda54ff5f45b1fcf7ef56f949e6f4dfa9929bfbb))
+
## [0.5.0](https://github.com/opentdf/nifi/compare/v0.4.0...v0.5.0) (2024-10-18)
diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml
index 399a37a..2428b39 100644
--- a/nifi-tdf-controller-services-api-nar/pom.xml
+++ b/nifi-tdf-controller-services-api-nar/pom.xml
@@ -5,7 +5,7 @@
io.opentdf.nifi
nifi-pom
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
nifi-tdf-controller-services-nar
nifi-tdf-controller-services-nar
@@ -18,7 +18,7 @@
${project.groupId}
nifi-tdf-controller-services-api
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
org.apache.nifi
@@ -52,6 +52,66 @@
org.apache.nifi
nifi-nar-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.nar
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml
index 83ad071..59e1a76 100644
--- a/nifi-tdf-controller-services-api/pom.xml
+++ b/nifi-tdf-controller-services-api/pom.xml
@@ -5,7 +5,7 @@
io.opentdf.nifi
nifi-pom
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
nifi-tdf-controller-services-api
nifi-tdf-controller-services-api
@@ -31,4 +31,68 @@
${nifi.version}
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.jar
+
+
+
+
+
+
+
+
+
diff --git a/nifi-tdf-nar/pom.xml b/nifi-tdf-nar/pom.xml
index 99e8805..f22db92 100644
--- a/nifi-tdf-nar/pom.xml
+++ b/nifi-tdf-nar/pom.xml
@@ -5,7 +5,7 @@
io.opentdf.nifi
nifi-pom
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
nifi-tdf-nar
nifi-tdf-nar
@@ -18,12 +18,12 @@
${project.groupId}
nifi-tdf-processors
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
${project.groupId}
nifi-tdf-controller-services-nar
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
nar
@@ -33,6 +33,66 @@
org.apache.nifi
nifi-nar-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.nar
+
+
+
+
+
+
+
org.jacoco
jacoco-maven-plugin
diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml
index abb56c0..bf17472 100644
--- a/nifi-tdf-processors/pom.xml
+++ b/nifi-tdf-processors/pom.xml
@@ -5,7 +5,7 @@
io.opentdf.nifi
nifi-pom
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
nifi-tdf-processors
nifi-tdf-processors
@@ -19,7 +19,7 @@
${project.groupId}
nifi-tdf-controller-services-api
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
org.apache.nifi
@@ -97,4 +97,68 @@
test
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.jar
+
+
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index cd8d93b..ff353d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,10 +6,11 @@
io.opentdf.nifi
nifi-pom
- 0.6.0-SNAPSHOT
+ 0.7.0-SNAPSHOT
nifi-pom
- pom
NiFi processors for OpenTDF
+ https://github.com/opentdf/nifi
+ pom
Clear BSD License
@@ -90,6 +91,16 @@
5.2.0
test
+
+ com.google.protobuf
+ protobuf-java
+ 3.25.5
+
+
+ com.jayway.jsonpath
+ json-path
+ 2.9.0
+
diff --git a/versions.txt b/versions.txt
index 518f041..dca66e9 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-nifi:0.5.0:0.6.0-SNAPSHOT
\ No newline at end of file
+nifi:0.6.0:0.7.0-SNAPSHOT
\ No newline at end of file