This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 508519b Release 1.7 is next.
508519b is described below
commit 508519bcc3e49f496d74dcb043855a8ad9796775
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 8 12:19:18 2019 -0400
Release 1.7 is next.
---
src/site/xdoc/development.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
src/site/xdoc/release-history.xml | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index be2cea8..d2eb64a 100755
--- a/src/site/xdoc/development.xml
+++ b/src/site/xdoc/development.xml
@@ -65,7 +65,7 @@ private Boolean dryRun;
<plugin>
<groupId>org.apache.commons</groupId>
<artifactId>commons-release-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<configuration>
<dryRun>true</dryRun>
</configuration>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index d27b385..ea766ee 100755
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.commons</groupId>
<artifactId>commons-release-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<configuration>
<distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</distSvnStagingUrl>
<isDistModule>true</isDistModule>
diff --git a/src/site/xdoc/release-history.xml
b/src/site/xdoc/release-history.xml
index b55aa70..6f8b8b3 100755
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,6 +25,9 @@ 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.7</td><td>M-D-2019</td><td>8.0</td><td><a
href="javadocs/api-1.7/index.html">api-1.7</a></td><td><a
href="release-notes/RELEASE-NOTES-1.7.txt">release notes for 1.7</a></td>
+ </tr>
+ <tr>
<td>1.6</td><td>3-8-2019</td><td>8.0</td><td><a
href="javadocs/api-1.6/index.html">api-1.6</a></td><td><a
href="release-notes/RELEASE-NOTES-1.6.txt">release notes for 1.6</a></td>
</tr>
<tr>