Skip to content

Commit

Permalink
Update Java, Maven dependency, maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Prater authored and Andrew Woods committed Nov 22, 2019
1 parent 2d69735 commit 6747015
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ General usage of the migration utils CLI is as follows:

```java -jar target/migration-utils-4.4.1-SNAPSHOT-driver.jar [various options | --help]```

*Note that the migration utility will only run under Java 11+.*

The following CLI options for specifying details of a given migration are available:
```
Usage: migration-utils [-hrV] [--debug] -a=<targetDir> [-d=<f3DatastreamsDir>]
Expand Down Expand Up @@ -154,16 +156,15 @@ java -jar target/migration-utils-4.4.1-SNAPSHOT-driver.jar --source-type=exporte

### Development

The migration-utils software is built with [Maven 3](https://maven.apache.org) and requires either Java 8 or Java 11.
The migration-utils software is built with [Maven 3](https://maven.apache.org) and requires Java 11 and Maven 3.1+.
```bash
mvn clean install
```
The executable utility will be found in the `target` directory.

## Maintainers

Current maintainers
Current maintainer

* [Mike Durbin](https://github.com/mikedurbin)
* [Nick Ruest](https://github.com/ruebot)
* [Andrew Woods](https://github.com/awoods)

0 comments on commit 6747015

Please sign in to comment.