Repository: struts-examples Updated Branches: refs/heads/master 558c6b0f8 -> 77945afaf
Fixes typo Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/77945afa Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/77945afa Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/77945afa Branch: refs/heads/master Commit: 77945afafe3185b63e650aa3798e954e4dd587a6 Parents: 558c6b0 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Wed May 4 09:32:07 2016 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Sun Jun 12 15:30:12 2016 +0200 ---------------------------------------------------------------------- type-conversion/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/77945afa/type-conversion/pom.xml ---------------------------------------------------------------------- diff --git a/type-conversion/pom.xml b/type-conversion/pom.xml index 45f9c93..8939ee2 100644 --- a/type-conversion/pom.xml +++ b/type-conversion/pom.xml @@ -11,7 +11,7 @@ <artifactId>type-conversion</artifactId> <packaging>war</packaging> - <name>Custom Type Convertion</name> + <name>Type Conversion</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>