This is an automated email from the ASF dual-hosted git repository.
chtompki 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 95b9977 COMMONSSITE-122: thanks Matt
95b9977 is described below
commit 95b997727a86b09a91cf6365f15b3aefe5fed109
Author: Rob Tompkins <[email protected]>
AuthorDate: Fri Jan 25 13:20:11 2019 -0500
COMMONSSITE-122: thanks Matt
---
pom.xml | 7 +++++++
src/changes/changes.xml | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index ced869f..382882c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,13 @@
<email>[email protected]</email>
<timezone>-6</timezone>
</developer>
+ <developer>
+ <name>Matt Benson</name>
+ <id>mbenson</id>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
</developers>
<properties>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9f79d91..8f9115c 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,10 @@
</properties>
<body>
+ <release version="1.5" date="2018-01-26" description="Version 1.5">
+ <action issue="COMMONSSITE-122" type="fix"
dev="mbenson">stage-distributions mojo assumes site directory has basename
'site'</action>
+ </release>
+
<release version="1.4" date="2018-08-29" description="Version 1.4">
<action type="update" dev="ggregory">Better error message when files
cannot be checked in to the SCM.</action>
<action type="fix" dev="ggregory">Check the result of checking out files
from the SCM.</action>