You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2015/06/12 23:10:30 UTC

incubator-twill git commit: TWILL-135 Update the pom.xml to get Java7 API link and update copyright year

Repository: incubator-twill
Updated Branches:
  refs/heads/master 4e635771b -> 0d3c5eea4


TWILL-135 Update the pom.xml to get Java7 API link and update copyright year

Since latest version of Twill requires Java7, need to update pom.xml to have
the right JDK api link and also update the year in the copyright notice for Twill JavaDoc

This closes #40 on GitHub

Signed-off-by: Terence Yim <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/0d3c5eea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/0d3c5eea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/0d3c5eea

Branch: refs/heads/master
Commit: 0d3c5eea4476bbf1bd0fb76d5edebd1abb3ffbd5
Parents: 4e63577
Author: hsaputra <hs...@apache.org>
Authored: Fri Jun 12 11:31:57 2015 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Fri Jun 12 14:10:16 2015 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/0d3c5eea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec43e8b..1556534 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,10 +221,10 @@
                     <configuration>
                         <excludePackageNames>*.internal.*:echo:*.example.*</excludePackageNames>
                         <links>
-                            <link>http://download.oracle.com/javase/6/docs/api/</link>
+                            <link>http://docs.oracle.com/javase/7/docs/api/</link>
                         </links>
                         <bottom>
-                            <![CDATA[Copyright &#169; 2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.]]>
+                            <![CDATA[Copyright &#169; 2013-2015 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.]]>
                         </bottom>
                     </configuration>
                     <executions>