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/02/28 13:20:36 UTC

commons-release-plugin git commit: Site updates for 1.1 release

Repository: commons-release-plugin
Updated Branches:
  refs/heads/1.1 a817ab95a -> a744f7676


Site updates for 1.1 release


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/a744f767
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/a744f767
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/a744f767

Branch: refs/heads/1.1
Commit: a744f7676fe304b49d43f9d9b2334cb3c19a6858
Parents: a817ab9
Author: Rob Tompkins <ch...@gmail.com>
Authored: Wed Feb 28 08:20:29 2018 -0500
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Wed Feb 28 08:20:29 2018 -0500

----------------------------------------------------------------------
 src/changes/changes.xml                                | 2 +-
 src/site/resources/release-notes/RELEASE-NOTES-1.1.txt | 2 ++
 src/site/xdoc/index.xml                                | 1 +
 src/site/xdoc/release-history.xml                      | 2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/a744f767/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef6bf7f..cb8df7f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,7 +25,7 @@
   </properties>
 
   <body>
-    <release version="1.1" date="2018-02-15" description="1.1">
+    <release version="1.1" date="2018-02-28" description="1.1">
       <action issue="COMMONSSITE-98"  type="add" dev="chtompki">Making the project more multi-module compatible</action>
       <action issue="COMMONSSITE-102" type="fix" dev="chtompki">Commons Release Plugin doesn't work with Commons Release Plugin</action>
       <action issue="COMMONSSITE-101" type="fix" dev="chtompki">Make -Dcommons.release.dryRun=true our commit toggle</action>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/a744f767/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
index e4281ad..d666b19 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
@@ -18,6 +18,8 @@ Changes in this version include:
 FIXED BUGS
 ==========
 
+o COMMONSSITE-98:  Making the project more multi-module compatible
+o COMMONSSITE-102: Commons Release Plugin doesn't work with Commons Release Plugin
 o COMMONSSITE-101: Make -Dcommons.release.dryRun=true our commit toggle
 
 =============================================================================

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/a744f767/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index db319e7..a383d91 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -82,6 +82,7 @@
   <version>1.1</version>
   <configuration>
     <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</distSvnStagingUrl>
+    <isDistModule>true</isDistModule>
   </configuration>
   <executions>
     <execution>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/a744f767/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index c5afc9b..c2a3725 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,7 +25,7 @@ limitations under the License.
             <table>
                 <tr><th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th></tr>
                 <tr>
-                    <td>1.1</td><td>2-15-2018</td><td>7.0</td><td><a href="javadocs/api-1.1/">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
+                    <td>1.1</td><td>2-28-2018</td><td>7.0</td><td><a href="javadocs/api-1.1/">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
                 </tr>
                 <tr>
                     <td>1.0</td><td>1-10-2018</td><td>7.0</td><td><a href="javadocs/api-1.0/">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>