This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new a4719c6 force rat version
new 73162aa Merge pull request #5 from ebarboni/rat2
a4719c6 is described below
commit a4719c6c1521909b90c7cf28ccde26b37c29b7f9
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jun 2 14:46:50 2023 +0200
force rat version
---
.asf.yaml | 2 +-
Jenkinsfile.groovy | 2 +-
README.md | 2 +-
netbeans-jakartaee-war-archetype/README.md | 2 +-
netbeans-jakartaee-war-archetype/pom.xml | 2 +-
.../src/main/resources/META-INF/archetype-post-generate.groovy | 2 +-
.../src/main/resources/META-INF/maven/archetype-metadata.xml | 2 +-
pom.xml | 7 ++++++-
8 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 13b58d0..6c12892 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -6,7 +6,7 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 6eb19ef..63b4777 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -7,7 +7,7 @@
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git a/README.md b/README.md
index a48b893..2b4ff86 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
diff --git a/netbeans-jakartaee-war-archetype/README.md
b/netbeans-jakartaee-war-archetype/README.md
index a2f53e5..0957624 100644
--- a/netbeans-jakartaee-war-archetype/README.md
+++ b/netbeans-jakartaee-war-archetype/README.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
diff --git a/netbeans-jakartaee-war-archetype/pom.xml
b/netbeans-jakartaee-war-archetype/pom.xml
index 0361e97..07ae85e 100644
--- a/netbeans-jakartaee-war-archetype/pom.xml
+++ b/netbeans-jakartaee-war-archetype/pom.xml
@@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
diff --git
a/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/archetype-post-generate.groovy
b/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/archetype-post-generate.groovy
index 0cadbc3..3e2c833 100644
---
a/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/archetype-post-generate.groovy
+++
b/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/archetype-post-generate.groovy
@@ -7,7 +7,7 @@
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
b/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 7283f2a..5db397e 100644
---
a/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++
b/netbeans-jakartaee-war-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
diff --git a/pom.xml b/pom.xml
index 7c97272..8b2162f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
@@ -73,6 +73,11 @@ under the License.
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M8</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.15</version>
+ </plugin>
</plugins>
</pluginManagement>
<extensions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists