diff --git a/impl/.gitignore b/impl/.gitignore new file mode 100644 index 0000000..e3425b9 --- /dev/null +++ b/impl/.gitignore @@ -0,0 +1 @@ +/.flattened-pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index 0c3c6c2..9f0e381 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -1,7 +1,7 @@ - org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 enforce-maven @@ -235,9 +240,7 @@ - org.apache.maven.plugins maven-jar-plugin - 3.2.2 @@ -250,9 +253,7 @@ - org.apache.maven.plugins maven-source-plugin - 3.2.1 attach-sources @@ -265,9 +266,7 @@ - org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 attach-javadocs @@ -275,7 +274,6 @@ jar - 8 true false -Xdoclint:none @@ -286,15 +284,57 @@ exousia-dev@eclipse.org.
-Copyright © 2021, 2022 Eclipse Foundation. All rights reserved.
+Comments to: exousia-dev@eclipse.org.
+Copyright © 2021, 2023 Eclipse Foundation. All rights reserved.
Use is subject to license terms.]]>
- + + + + org.eclipse.dash + license-tool-plugin + 1.0.2 + + + license-check + + license-check + + + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.5.0 + + ossrh + + + + + flatten + process-resources + + flatten + + + + + flatten.clean + clean + + clean + + + + diff --git a/pom.xml b/pom.xml index 1de719f..4a7901d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.8 @@ -104,7 +104,6 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 enforce-maven diff --git a/spi/tomcat/pom.xml b/spi/tomcat/pom.xml index b21195f..90c7bd7 100644 --- a/spi/tomcat/pom.xml +++ b/spi/tomcat/pom.xml @@ -1,12 +1,22 @@ - + 4.0.0 @@ -14,7 +24,7 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.8 @@ -109,7 +119,7 @@ org.apache.tomcat tomcat-catalina - 10.1.0-M16 + 10.1.13 provided @@ -148,9 +158,7 @@ - org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 enforce-maven @@ -171,9 +179,7 @@ - org.apache.maven.plugins maven-source-plugin - 3.2.1 attach-sources @@ -186,9 +192,7 @@ - org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 attach-javadocs @@ -196,7 +200,6 @@ jar - 8 true false -Xdoclint:none @@ -207,8 +210,8 @@ exousia-dev@eclipse.org.
-Copyright © 2021, 2022 Eclipse Foundation. All rights reserved.
+Comments to: exousia-dev@eclipse.org.
+Copyright © 2021, 2023 Eclipse Foundation. All rights reserved.
Use is subject to license terms.]]>