You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/26 13:47:17 UTC

[maven-doxia-sitetools] branch master updated: [DOXIASITETOOLS-277] Upgrade L10N Maven Plugin to 1.0.0

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bb6eb2  [DOXIASITETOOLS-277] Upgrade L10N Maven Plugin to 1.0.0
7bb6eb2 is described below

commit 7bb6eb27ce9580691ccb6014c62dbbeaa2156905
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 26 14:47:02 2022 +0100

    [DOXIASITETOOLS-277] Upgrade L10N Maven Plugin to 1.0.0
---
 doxia-integration-tools/pom.xml | 2 +-
 doxia-site-renderer/pom.xml     | 2 +-
 pom.xml                         | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index bbac8ed..95b8e40 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -212,7 +212,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>l10n-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
+        <version>${l10nPluginVersion}</version>
         <configuration>
           <locales>
             <locale>ca</locale>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 31c6935..70bf142 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -199,7 +199,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>l10n-maven-plugin</artifactId>
-            <version>1.0-alpha-2</version>
+            <version>${l10nPluginVersion}</version>
             <configuration>
               <locales>
                 <locale>de</locale>
diff --git a/pom.xml b/pom.xml
index 7f08a88..c673974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@ under the License.
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <wagonVersion>3.5.2</wagonVersion>
     <junitVersion>5.8.2</junitVersion>
+    <l10nPluginVersion>1.0.0</l10nPluginVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
     <project.build.outputTimestamp>2022-06-20T18:19:40Z</project.build.outputTimestamp>
   </properties>