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/08/29 12:58:53 UTC

commons-release-plugin git commit: (docs) upversion consumable vertion generally to 1.4

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 67b7ce172 -> d584fab29


(docs) upversion consumable vertion generally to 1.4


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

Branch: refs/heads/master
Commit: d584fab29d2727e723335183fb5817565d587695
Parents: 67b7ce1
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Aug 29 08:58:47 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Aug 29 08:58:47 2018 -0400

----------------------------------------------------------------------
 README.md                     | 2 +-
 src/site/xdoc/development.xml | 2 +-
 src/site/xdoc/index.xml       | 9 +--------
 3 files changed, 3 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d584fab2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9e9d6b9..1313e87 100755
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-release-plugin</artifactId>
-  <version>1.1</version>
+  <version>1.4</version>
 </dependency>
 ```
 

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d584fab2/src/site/xdoc/development.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index 441dd5c..61201b5 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.1</version>
+  <version>1.4</version>
   <configuration>
     <dryRun>true</dryRun>
   </configuration>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d584fab2/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index aad07f3..b440602 100755
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -80,7 +80,7 @@
 <plugin>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-release-plugin</artifactId>
-  <version>1.1</version>
+  <version>1.4</version>
   <configuration>
     <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</distSvnStagingUrl>
     <isDistModule>true</isDistModule>
@@ -94,13 +94,6 @@
       </goals>
     </execution>
     <execution>
-      <id>compress-site</id>
-      <phase>site</phase>
-      <goals>
-        <goal>compress-site</goal>
-      </goals>
-    </execution>
-    <execution>
       <id>stage-distributions</id>
       <phase>deploy</phase>
       <goals>