You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/04 18:10:42 UTC

[commons-jci] branch master updated: Update bare-bones read me

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-jci.git


The following commit(s) were added to refs/heads/master by this push:
     new 3591527  Update bare-bones read me
3591527 is described below

commit 3591527b69b7dc6a522e2b3d7dd45d7e8de7a9c6
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Wed Jan 4 13:10:38 2023 -0500

    Update bare-bones read me
    
    Will be re-generated if/when we do a release.
---
 README.txt | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/README.txt b/README.txt
index 5190293..3e77ba3 100644
--- a/README.txt
+++ b/README.txt
@@ -2,13 +2,6 @@ In order to build commons-jci please use subversion to check it out via
 
  svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk/
 
-You need to have maven 2.0.x installed. All you need to do is to call
+You need to have maven 3. To build and use:
 
  mvn clean install
-
-Releases are done with
-
- mvn -Prelease release:prepare
- mvn -Prelease release:perform
-
-It is suggested to be using a ssh and gpg agent for the release process.