You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2015/01/11 16:07:05 UTC

incubator-johnzon git commit: year updated in NOTICE, "apache" added to artifact names

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master b790844bf -> bcab1c842


year updated in NOTICE, "apache" added to artifact names


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

Branch: refs/heads/master
Commit: bcab1c842ba89c450d70931e7966384cb13dada2
Parents: b790844
Author: Hendrik Saly <he...@gmail.com>
Authored: Sun Jan 11 16:06:59 2015 +0100
Committer: Hendrik Saly <he...@gmail.com>
Committed: Sun Jan 11 16:06:59 2015 +0100

----------------------------------------------------------------------
 NOTICE  | 2 +-
 pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/bcab1c84/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index cf6b4ba..cf90741 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Johnzon (incubating)
-Copyright 2014 The Apache Software Foundation
+Copyright 2014-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/bcab1c84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec0ac26..0a51212 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <artifactId>johnzon</artifactId>
   <packaging>pom</packaging>
   <version>0.6-incubating-SNAPSHOT</version>
-  <name>Johnzon</name>
+  <name>Apache Johnzon</name>
   <description>Apache Johnzon is an implementation of JSR-353 (JavaTM API for JSON Processing).</description>
   <inceptionYear>2014</inceptionYear>
   <url>http://incubator.apache.org/projects/johnzon.html</url>
@@ -70,6 +70,7 @@
   </dependencies>
 
   <build>
+    <finalName>apache-${project.artifactId}-${project.version}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>