This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 80a9e81  set up release plugin in dist module
80a9e81 is described below

commit 80a9e81f9f1e599684d3e300149bbb9465159088
Author: Matt Benson <mben...@apache.org>
AuthorDate: Wed Aug 29 15:46:53 2018 -0500

    set up release plugin in dist module
---
 dist/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dist/pom.xml b/dist/pom.xml
index 91bc53a..32b5cb5 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -120,6 +120,12 @@ under the License.
     </dependency>
   </dependencies>
 
+  <properties>
+    <commons.release.isDistModule>true</commons.release.isDistModule>
+    
<commons.siteOutputDirectory>${basedir}/../target/staging</commons.siteOutputDirectory>
+    
<commons.releaseNotesLocation>${basedir}/../RELEASE-NOTES.txt</commons.releaseNotesLocation>
+  </properties>
+
   <build>
     <plugins>
       <plugin>

Reply via email to