You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/12 17:12:08 UTC

[maven-jxr] branch master updated: [JXR-167] Upgrade Parent to 35

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git


The following commit(s) were added to refs/heads/master by this push:
     new 50a8d23  [JXR-167] Upgrade Parent to 35
50a8d23 is described below

commit 50a8d23f7fd9f51c1ca109bea571704877784e9b
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Mar 12 17:00:56 2022 +0100

    [JXR-167] Upgrade Parent to 35
---
 maven-jxr-plugin/pom.xml | 20 --------------------
 pom.xml                  | 40 +++++++++++-----------------------------
 2 files changed, 11 insertions(+), 49 deletions(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 9b2b678..43179a2 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -234,26 +234,6 @@ under the License.
       </build>
     </profile>
 
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>l10n-maven-plugin</artifactId>
-            <version>1.0-alpha-2</version>
-            <configuration>
-              <locales>
-                <locale>de</locale>
-                <locale>fr</locale>
-                <locale>sv</locale>
-              </locales>
-            </configuration>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-
   </profiles>
 
 </project>
diff --git a/pom.xml b/pom.xml
index 73cf204..18b9cce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>34</version>
+    <version>35</version>
     <relativePath />
   </parent>
 
@@ -66,8 +66,6 @@ under the License.
     <javaVersion>8</javaVersion>
     <sitePluginVersion>3.9.1</sitePluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
-    <surefire.version>2.22.2</surefire.version>
-    <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2021-04-18T19:03:41Z</project.build.outputTimestamp>
   </properties>
@@ -115,44 +113,28 @@ under the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
+
   <build>
     <pluginManagement>
       <plugins>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
-          </configuration>
-        </plugin>
+        <!-- TODO check with next parent -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0</version>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.10.1</version>
         </plugin>
         <plugin>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>3.16.0</version>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.2</version>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>taglist-maven-plugin</artifactId>
+          <version>3.0.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
-    <plugins>
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-enforcer-plugin</artifactId>
-      <dependencies>
-        <dependency>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>extra-enforcer-rules</artifactId>
-          <version>1.5.1</version>
-        </dependency>
-      </dependencies>
-    </plugin>
-    </plugins>
   </build>
 
   <profiles>