diff --git a/its/pom.xml b/its/pom.xml
index a63a68c458ef..9df6a6ea2aed 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -23,7 +23,7 @@ under the License.
org.apache
apache
- 35
+ 36-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 89bb879838c8..aba0603bd70a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
org.apache.maven
maven-parent
- 45
+ 46-SNAPSHOT
@@ -689,6 +689,17 @@ under the License.
+
+
+
+
+ false
+
+ apache.snapshots
+ Apache Snapshot Repository
+ https://repository.apache.org/snapshots
+
+
@@ -804,6 +815,36 @@ under the License.
+
+ org.apache.rat
+ apache-rat-plugin
+
+
+ Jenkinsfile
+ **/.gitattributes
+ src/test/resources*/**
+ src/test/projects/**
+ src/test/remote-repo/**
+ its/**
+ **/*.odg
+ **/*.svg
+ .asf.yaml
+ .jbang/**
+
+ src/main/appended-resources/licenses/EPL-1.0.txt
+ src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt
+ src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt
+
+
+
+
+ rat-check
+ false
+
+
+
@@ -826,37 +867,6 @@ under the License.
-
- org.apache.rat
- apache-rat-plugin
-
-
- rat-check
- false
-
-
- Jenkinsfile
- **/.gitattributes
- src/test/resources*/**
- src/test/projects/**
- src/test/remote-repo/**
- its/**
- **/*.odg
- **/*.svg
- .asf.yaml
- .mvn/**
- .jbang/**
-
- src/main/appended-resources/licenses/EPL-1.0.txt
- src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt
- src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt
-
-
-
-
-
org.apache.maven.plugins
maven-enforcer-plugin