Skip to content

Commit

Permalink
[MSCMPUB-57] Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 4, 2023
1 parent b96e65d commit ef21a97
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 506 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?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,7 +17,6 @@ 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>

Expand All @@ -41,11 +39,15 @@ under the License.
</contributor>
</contributors>

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

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</developerConnection>
<url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
<system>JIRA</system>
Expand All @@ -72,10 +74,6 @@ under the License.
<svnkit-version>1.7.11</svnkit-version>
<project.build.outputTimestamp>2020-12-23T07:12:37Z</project.build.outputTimestamp>
</properties>

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

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit ef21a97

Please sign in to comment.