Skip to content

Commit

Permalink
[MSHARED-1353] Update parent pom to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 20, 2024
1 parent 92c34ed commit 72cdef5
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 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,14 +17,13 @@
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>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>34</version>
<version>41</version>
<relativePath />
</parent>

Expand All @@ -35,23 +33,19 @@
<name>Apache Maven Shared Resources</name>
<description>A collection of templates that are specific to the Maven project.</description>

<properties>
<project.build.outputTimestamp>2022-11-14T22:56:46Z</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-resources.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-resources.git</developerConnection>
<url>https://github.com/apache/maven-shared-resources/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<url>https://github.com/apache/maven-shared-resources/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/issues/?jql=project+%3D+MSHARED+AND+component+%3D+maven-shared-resources</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-shared-resources/</url>
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-resources/</url>
</ciManagement>
<distributionManagement>
<site>
Expand All @@ -60,6 +54,10 @@
</site>
</distributionManagement>

<properties>
<project.build.outputTimestamp>2022-11-14T22:56:46Z</project.build.outputTimestamp>
</properties>

<build>
<pluginManagement>
<plugins>
Expand All @@ -75,16 +73,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 72cdef5

Please sign in to comment.