From eba653d0d712e43676e28f93b7cba217cb56cecc Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 11 Jun 2019 22:28:51 -0300 Subject: Initial commit p2 The rest of the files, for initial upload to github --- pom.xml | 139 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 73 insertions(+), 66 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b152aa3..bb04278 100644 --- a/pom.xml +++ b/pom.xml @@ -1,75 +1,82 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - bjc - replpair - 1.0-SNAPSHOT + bjc + everge + 1.0-SNAPSHOT - replpair - - http://www.example.com + everge + http://www.github.com/bculkin2442/everge - - UTF-8 - 1.7 - 1.7 - + + UTF-8 + 1.8 + 1.8 + - - - junit - junit - 4.11 - test - - + + + junit + junit + 4.11 + test + + - - - - - - maven-clean-plugin - 3.1.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - + + + + + maven-clean-plugin + 3.1.0 + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + + + + data/ + + + **/*.rp + **/*.txt + + + + -- cgit v1.2.3