-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release l10n-maven-plugin-1.0.0
- Loading branch information
1 parent
61a44e5
commit 63c44b8
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ under the License. | |
<artifactId>l10n-maven-plugin</artifactId> | ||
<packaging>maven-plugin</packaging> | ||
<name>Localization Tools Maven Plugin</name> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.0</version> | ||
|
||
<description> | ||
The Localization Tools Maven Plugin helps with internationalization and localization of your projects. | ||
|
@@ -76,12 +76,13 @@ under the License. | |
<connection>scm:git:https://github.com/mojohaus/l10n-maven-plugin.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mojohaus/l10n-maven-plugin.git</developerConnection> | ||
<url>https://github.com/mojohaus/l10n-maven-plugin/tree/master</url> | ||
<tag>l10n-maven-plugin-1.0.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
<mavenVersion>3.2.5</mavenVersion> | ||
<mojo.java.target>1.8</mojo.java.target> | ||
<project.build.outputTimestamp>2022-06-25T18:36:44Z</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>2022-06-28T20:40:12Z</project.build.outputTimestamp> | ||
</properties> | ||
|
||
<dependencyManagement> | ||
|