Uses descriptive names
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/178ed4c1 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/178ed4c1 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/178ed4c1 Branch: refs/heads/master Commit: 178ed4c1f8b3f1848dc664dc2ef3229323d9f16e Parents: 6d2b169 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Thu Apr 20 07:05:50 2017 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Thu Apr 20 07:19:46 2017 +0200 ---------------------------------------------------------------------- http-session/pom.xml | 5 +---- json/pom.xml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/178ed4c1/http-session/pom.xml ---------------------------------------------------------------------- diff --git a/http-session/pom.xml b/http-session/pom.xml index 6da6233..a72452c 100644 --- a/http-session/pom.xml +++ b/http-session/pom.xml @@ -10,11 +10,8 @@ </parent> <artifactId>http-session</artifactId> - - <name>http-session</name> - + <name>Http Session</name> <description>Struts 2 example application for the HTTP Session getting started tutorial</description> - <packaging>war</packaging> <build> http://git-wip-us.apache.org/repos/asf/struts-examples/blob/178ed4c1/json/pom.xml ---------------------------------------------------------------------- diff --git a/json/pom.xml b/json/pom.xml index 872939e..681a804 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -12,7 +12,7 @@ <artifactId>json</artifactId> <version>1.0-SNAPSHOT</version> <packaging>war</packaging> - <name>json</name> + <name>JSON produce/consume</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>