You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/09/15 03:17:52 UTC

any23 git commit: Preparing files for Any23 2.1 RC#1

Repository: any23
Updated Branches:
  refs/heads/master dbf1d9a5d -> e9977d9cc


Preparing files for Any23 2.1 RC#1


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

Branch: refs/heads/master
Commit: e9977d9cc871e2c3a888f0cb7002f8cb08bb0191
Parents: dbf1d9a
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Thu Sep 14 20:17:46 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Sep 14 20:17:46 2017 -0700

----------------------------------------------------------------------
 NOTICE.txt                      |  8 ++++++++
 RELEASE-NOTES.txt               | 26 ++++++++++++++++++++++++++
 src/site/xdoc/release-howto.xml | 20 ++++++++++----------
 3 files changed, 44 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/e9977d9c/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index d24cec8..d0e41e6 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -14,3 +14,11 @@ This product includes software developed by Eclipse RDF4J
 This product includes software developed by Andrey Somov
 (https://bitbucket.org/asomov/snakeyaml) under the Apache License
 v2.0
+
+This product includes software developed by The University of 
+Washington (UW), Professor Oren Etzioni, Professor Mausam,
+Michael Schmitz, (Developers) Open IE 4 Software
+(C) 2011-2012, University of Washington.  All rights reserved.
+US patent number 7,877,343 and 12/970,155 patent pending
+(https://github.com/allenai/openie-standalone) under the Open IE 4 
+Software License Agreement
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/any23/blob/e9977d9c/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9b9477c..7ff8a4f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,29 @@
+			 Apache Any23 2.1
+			  Release Notes
+		      14/09/2017 (dd/mm/yyy)
+
+Bug
+
+    [ANY23-244] - Broken Links on Web-Site
+    [ANY23-282] - Replacement for all Sindice namespaces and URI's
+    [ANY23-304] - Add extractor for OpenIE
+    [ANY23-305] - Missing appender in command line tool
+    [ANY23-308] - Adding option "-d" to yaml file parsing gives error
+    [ANY23-310] - Rover displays wrong statistical values
+
+Improvement
+
+    [ANY23-206] - Overhaul Any23 site documentation
+    [ANY23-301] - Forward all logs into STDERR stream
+
+New Feature
+
+    [ANY23-257] - Support OWL as an input format
+
+Task
+
+    [ANY23-283] - access to analysis.apache.org
+
 			 Apache Any23 2.0
 			  Release Notes
 		      03/02/2017 (dd/mm/yyy)

http://git-wip-us.apache.org/repos/asf/any23/blob/e9977d9c/src/site/xdoc/release-howto.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-howto.xml b/src/site/xdoc/release-howto.xml
index ec98ab5..fa6cb27 100644
--- a/src/site/xdoc/release-howto.xml
+++ b/src/site/xdoc/release-howto.xml
@@ -100,7 +100,7 @@
             <ol>
               <li>Update the <tt>CHANGES</tt> based on the Text release reports from JIRA.</li>
               <li>Review and update <tt>README</tt> if needed.</li>
-              <li>Commit any changes back to svn: <pre>svn commit -m "updating files for release"</pre>.</li>
+              <li>Commit any changes back to Git: <pre>git add -A &amp;&amp; git commit -m "updating files for release"</pre>.</li>
             </ol>
           </li>
           <li>Perform a full build and deploy the SNAPSHOT artifacts: <pre>mvn clean deploy</pre></li>
@@ -119,8 +119,8 @@
           <br/>
           A branch can be made by running:
           <pre>mvn release:branch -DbranchName=1.0.x</pre></li>
-          <li>Checkout a clean copy of the trunk/branch to release using command line svn:
-          <pre>svn checkout https://svn.apache.org/repos/asf/any23/trunk/ release</pre></li>
+          <li>Checkout a clean copy of the trunk/branch to release using command line Git:
+          <pre>git clone https://git-wip-us.apache.org/repos/asf/any23.git</pre></li>
         </ol>
       </subsection>
 
@@ -143,7 +143,7 @@
               number.</li>
 
               <li>If other formatting changes have been made you should review the changes and then commit them:
-              <pre>svn commit -m "fixing formatting for release"</pre></li>
+              <pre>git add -A &amp;&amp; git commit -m "fixing formatting for release"</pre></li>
 
               <li>Assuming the <code>.tag</code> files look OK you may proceed and do any other validation you feel
               necessary. The following list may be helpful:
@@ -164,7 +164,7 @@ gpg: Signature made ...</source>
                 </ol>
               </li>
 
-              <li>Once any failures or required updates have been committed to svn, rollback the release prepare files:
+              <li>Once any failures or required updates have been committed to git, rollback the release prepare files:
               <source>mvn release:rollback</source></li>
             </ol>
           </li>
@@ -255,8 +255,8 @@ http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312323&styleNa
 There are still a couple of issues left in JIRA:
 http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12312323&status=1
 
-SVN source tag (r9999999):
-https://svn.apache.org/repos/asf/any23/tags/X.Y/
+Git source tag (r9999999):
+https://git-wip-us.apache.org/repos/asf/any23.git ...
 
 Staging repo:
 https://repository.apache.org/content/repositories/orgapacheany23-[YOUR REPOSITORY ID]/
@@ -287,7 +287,7 @@ For more information on the release process, check out http://www.apache.org/dev
 
 Some of the things to check before voting are:
  - does "mvn rat:check" pass on the source
- - can you build the contents of source-release.zip and svn tag
+ - can you build the contents of source-release.zip and Git tag
  - do all of the staged jars/zips contain the required LICENSE and NOTICE files
  - are all of the staged jars signed and the signature verifiable
  - is the signing key in the project's KEYS file and on a public server (i.e. http://www.apache.org/dist/any23/)]]>
@@ -392,8 +392,8 @@ Have Fun,
           </ol>
         </li>
 
-        <li>Delete the svn tag created by the <code>release:perform</code> step:
-        <pre>svn rm https://svn.apache.org/repos/asf/any23/tags/X.Y -m "deleting tag from rolled back release"</pre></li>
+        <li>Delete the git tag created by the <code>release:perform</code> step (N.B. replace ${tag_name} with the actual tag name):
+        <pre>git tag -d ${tag_name} &amp;&amp; git push origin :refs/tags/${tag_name}</pre></li>
 
         <li>Drop the Nexus staging repo:
           <ol>