You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/06/25 16:34:05 UTC

incubator-taverna-maven-parent git commit: Avoid ${project.name} in DISCLAIMER

Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master ab932aaf9 -> 4e30f174a


Avoid ${project.name} in DISCLAIMER


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/4e30f174
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/4e30f174
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/4e30f174

Branch: refs/heads/master
Commit: 4e30f174a9e9062682a2abc64c0e8cbb758df48b
Parents: ab932aa
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 25 15:33:53 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 25 15:33:53 2015 +0100

----------------------------------------------------------------------
 DISCLAIMER | 10 ++++++++++
 pom.xml    |  2 --
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/4e30f174/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..3e3a5ce
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Taverna is an effort undergoing incubation at the Apache Software 
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.

http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/4e30f174/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90b26e0..e49ef5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,8 +275,6 @@ upgraded - this leads to recursive spaghetti.
               <resourceBundles>
                 <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE -->
                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                <!-- Will generate META-INF/DISCLAIMER  -->
-                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>