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

slachiewicz pushed a commit to branch MDOAP-63
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git

commit 4bba70c3615b5180938d35403e8cde381d35687b
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Apr 8 23:03:32 2023 +0200

    [MDOAP-63] Upgrade parent POM to 39
---
 pom.xml | 27 ++-------------------------
 1 file changed, 2 insertions(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 52bb63f..2e35295 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <version>39</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-doap-plugin</artifactId>
@@ -206,25 +206,6 @@ under the License.
               </locales>
             </configuration>
           </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
-            <configuration>
-              <!-- For JIRA-report -->
-              <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix 
Version</columnNames>
-              <onlyCurrentVersion>true</onlyCurrentVersion>
-              <resolutionIds>Closed</resolutionIds>
-              <sortColumnNames>Type,Key</sortColumnNames>
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>jira-report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
         </plugins>
       </reporting>
     </profile>
@@ -241,10 +222,6 @@ under the License.
                   <goal>clean</goal>
                   
<goal>${project.groupId}:${project.artifactId}:${project.version}:generate</goal>
                 </goals>
-                <properties>
-                  <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting 
with Central -->
-                  <https.protocols>${https.protocols}</https.protocols>
-                </properties>
               </configuration>
             </plugin>
           </plugins>

Reply via email to