Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jjYBdx4IL authored and jjYBdx4IL committed Aug 27, 2017
1 parent 613ff7d commit affaef2
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ Misc Java stuff

## RELEASE

This repository consists of a lot of smaller, separate sub-projects, each of which gets released
independently and therefore has its own 1.0, 1.1, 1.2, etc. version sequence numbering.

The maven release plugin has issues with releasing subfolders of git repositories. Workaround:

```
# release plugin's pushChanges option is set to false!
cd <project's sub-folder>
mvn release:prepare
git push --all
git push --tags
Expand Down
2 changes: 1 addition & 1 deletion cache-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# cache-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion ci-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# ci-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion class-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# class-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion config-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# config-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion gfx-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# gfx-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion jsoup-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# jsoup-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion junit4-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# junit4-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion jutils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Java command line client for miscellaneous tools.
## Functionality

* github repositories listing and backup (uses command line git client by default, embedded jgit is available, too)
* recursive grep allowing to filter both file names and line patterns (both regex)
* recursive grep allowing to filter both file names (ant-style glob) and line patterns (regex)
* jenkins: re-queue all projects
* local maven repository search (class names and assets contained in jar files)

Expand Down
2 changes: 1 addition & 1 deletion math-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# math-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion net-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# net-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion selenium-test-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# selenium-test-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion swing-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# swing-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion vmmgmt-test-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# vmmgmt-test-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

2 changes: 1 addition & 1 deletion vmmgmt-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# proc-utils
# vmmgmt-utils

[![Build Status](https://travis-ci.org/jjYBdx4IL/misc.png?branch=master)](https://travis-ci.org/jjYBdx4IL/misc)

0 comments on commit affaef2

Please sign in to comment.