Skip to content

Commit

Permalink
[MSOURCES-133] Upgrade Parent to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 15, 2023
1 parent 452111f commit dee4c10
Show file tree
Hide file tree
Showing 19 changed files with 697 additions and 905 deletions.
24 changes: 11 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -18,15 +17,14 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>36</version>
<relativePath/>
<artifactId>maven-plugins</artifactId>
<version>39</version>
<relativePath />
</parent>

<artifactId>maven-source-plugin</artifactId>
Expand All @@ -36,10 +34,6 @@ under the License.
<name>Apache Maven Source Plugin</name>
<description>The Maven Source Plugin creates a JAR archive of the source files of the current project.</description>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<contributors>
<contributor>
<name>Marvin Froeder</name>
Expand All @@ -57,11 +51,15 @@ under the License.
</contributor>
</contributors>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down Expand Up @@ -116,7 +114,7 @@ under the License.
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
Expand All @@ -132,7 +130,7 @@ under the License.
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
Expand Down
Loading

0 comments on commit dee4c10

Please sign in to comment.