Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 31, 2024
1 parent 73832ee commit 844f5b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
</parent>

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

Expand Down Expand Up @@ -73,14 +73,14 @@ under the License.
<scm>
<connection>scm:git:https://github.com/mojohaus/l10n-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/l10n-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0</tag>
<url>https://github.com/mojohaus/l10n-maven-plugin/tree/master</url>
</scm>

<properties>
<mavenVersion>3.6.3</mavenVersion>
<mojo.java.target>8</mojo.java.target>
<project.build.outputTimestamp>2022-06-28T20:40:23Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-31T19:20:25Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 844f5b1

Please sign in to comment.