Skip to content

Commit

Permalink
Code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 13, 2024
1 parent 0f968b7 commit bd19c24
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 318 deletions.
30 changes: 14 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,24 @@ under the License.
</parent>

<artifactId>l10n-maven-plugin</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Localization Tools Maven Plugin</name>
<version>1.0.1-SNAPSHOT</version>

<description>
The Localization Tools Maven Plugin helps with internationalization and localization of your projects.
</description>
<description>The Localization Tools Maven Plugin helps with internationalization and localization of your projects.</description>

<url>https://www.mojohaus.org/l10n-maven-plugin/</url>

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

<inceptionYear>2007</inceptionYear>

<licenses>
<license>
<name>Apache License 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>mkleint</id>
Expand All @@ -64,19 +66,15 @@ under the License.
</developer>
</developers>

<licenses>
<license>
<name>Apache License 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<scm>
<connection>scm:git:https://github.com/mojohaus/l10n-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/l10n-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/l10n-maven-plugin/tree/master</url>
<tag>HEAD</tag>
<url>https://github.com/mojohaus/l10n-maven-plugin/tree/master</url>
</scm>

<properties>
Expand Down
Loading

0 comments on commit bd19c24

Please # to comment.