From db85ca9ccbf494a13d5fea909343ba91c87af9d8 Mon Sep 17 00:00:00 2001 From: eller86 Date: Wed, 27 Jun 2012 19:43:17 +0800 Subject: [PATCH 1/4] fixed format --- pom.xml | 104 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index a7be485..19c000d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,54 +1,54 @@ - 4.0.0 - jp.co.worksap.message.wrapper - message-wrapper - 0.0.1-SNAPSHOT - message-wrapper - - - - maven-compiler-plugin - - 1.6 - 1.6 - UTF-8 - - - - - - - javax.mail - mail - 1.4.4 - - - commons-codec - commons-codec - 1.6 - - - com.google.guava - guava - 12.0 - - - org.hamcrest - hamcrest-core - 1.2.1 - test - - - org.hamcrest - hamcrest-library - 1.2.1 - test - - - junit - junit-dep - 4.10 - test - - + 4.0.0 + jp.co.worksap.message.wrapper + message-wrapper + 0.0.1-SNAPSHOT + message-wrapper + + + + maven-compiler-plugin + + 1.6 + 1.6 + UTF-8 + + + + + + + javax.mail + mail + 1.4.4 + + + commons-codec + commons-codec + 1.6 + + + com.google.guava + guava + 12.0 + + + org.hamcrest + hamcrest-core + 1.2.1 + test + + + org.hamcrest + hamcrest-library + 1.2.1 + test + + + junit + junit-dep + 4.10 + test + + \ No newline at end of file From fa9960169da242919ff557ae9a3549b011919a06 Mon Sep 17 00:00:00 2001 From: eller86 Date: Wed, 27 Jun 2012 19:43:39 +0800 Subject: [PATCH 2/4] added project.build.sourceEncoding to remove WARNING in build log --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19c000d..e84530d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,9 @@ message-wrapper 0.0.1-SNAPSHOT message-wrapper + + UTF-8 + @@ -11,7 +14,7 @@ 1.6 1.6 - UTF-8 + ${project.build.sourceEncoding} From 6c6fc52ffcaca4df410ffa21345ec467917049a6 Mon Sep 17 00:00:00 2001 From: eller86 Date: Wed, 27 Jun 2012 19:43:58 +0800 Subject: [PATCH 3/4] added license information into pom.xml --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index e84530d..30d271c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,13 @@ + + + The MIT License + LICENSE.txt + manual + + javax.mail From bd9895c9b2933789f37b36936383c422738cd4a6 Mon Sep 17 00:00:00 2001 From: eller86 Date: Wed, 27 Jun 2012 19:44:12 +0800 Subject: [PATCH 4/4] added organization information into pom.xml --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 30d271c..67d32cf 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,10 @@ manual + + Works Applications. Co.,Ltd. + http://dev.worksap.co.jp/ + javax.mail