You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/01/11 01:20:33 UTC

commons-release-plugin git commit: COMMONSSITE-97: changes.xml

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master e76d50eff -> 245118a62


COMMONSSITE-97: changes.xml


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/245118a6
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/245118a6
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/245118a6

Branch: refs/heads/master
Commit: 245118a6242b75d05df1f6a344d5802167f4ba3c
Parents: e76d50e
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Jan 10 20:20:28 2018 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Jan 10 20:20:28 2018 -0500

----------------------------------------------------------------------
 pom.xml                 | 1 -
 src/changes/changes.xml | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/245118a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a7df965..36c5a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
         <maven.dependency.version>3.5.2</maven.dependency.version>
-        <commons.manifestfile/>
         <commons.componentid>commons-release-plugin</commons.componentid>
         <commons.jira.id>COMMONSSITE</commons.jira.id>
         <commons.jira.pid>12310466&amp;amp;component=12312401</commons.jira.pid>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/245118a6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2654d3..c74c5e1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,9 +25,10 @@
   </properties>
 
   <body>
-    <release version="1.0" date="YYYY-MM-DD" description="Future release">
+    <release version="1.0" date="2018-01-10" description="Initial release">
       <action issue="COMMONSSITE-96" type="add" dev="chtompki">Create commons-release-component project skeleton.</action>
       <action issue="COMMONSSITE-99" type="add" dev="chtompki">Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.</action>
+      <action issue="COMMONSSITE-97" type="add" dev="chtompki">Documentation for commons-release-plugin</action>
     </release>
   </body>
 </document>