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

rjung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 38268dd  Fix the artifactId of tomcat-i18n-cs.
38268dd is described below

commit 38268ddc33ff864327ccd53be2e3648d96dfcc5e
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Thu Feb 28 23:41:20 2019 +0100

    Fix the artifactId of tomcat-i18n-cs.
---
 res/maven/tomcat-i18n-cs.pom | 2 +-
 webapps/docs/changelog.xml   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/res/maven/tomcat-i18n-cs.pom b/res/maven/tomcat-i18n-cs.pom
index d637683..b9aa30c 100644
--- a/res/maven/tomcat-i18n-cs.pom
+++ b/res/maven/tomcat-i18n-cs.pom
@@ -21,7 +21,7 @@
   http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tomcat</groupId>
-  <artifactId>tomcat-i18n-de</artifactId>
+  <artifactId>tomcat-i18n-cs</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Czech translations</description>
   <url>https://tomcat.apache.org/</url>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1f52fbb..b524fa0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -145,6 +145,9 @@
         Expand the coverage and quality of the Russian translations provided
         with Apache Tomcat. (kkolinko)
       </add>
+      <fix>
+        Fix the artifactId of <code>tomcat-i18n-de</code>. (rjung)
+      </fix>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to