From b1503e9d5c796074d1233882115767460632fc14 Mon Sep 17 00:00:00 2001 From: oshoukry Date: Sat, 10 Feb 2018 12:20:14 -0800 Subject: [PATCH] minor formatting cleanup --- doc/release_steps.txt | 2 +- pom.xml | 449 +++++++++++++++++++++--------------------- 2 files changed, 225 insertions(+), 226 deletions(-) diff --git a/doc/release_steps.txt b/doc/release_steps.txt index 5d123d1a..a4c19d13 100644 --- a/doc/release_steps.txt +++ b/doc/release_steps.txt @@ -1,5 +1,5 @@ #Keep pom.xml file clean -mvn sortpom:sort -Dsort.nrOfIndentSpace=4 -Dsort.keepBlankLines=true -Dsort.sortProperties=true -Dsort.createBackupFile=false +mvn sortpom:sort -Dsort.nrOfIndentSpace=2 -Dsort.keepBlankLines=true -Dsort.sortProperties=true -Dsort.createBackupFile=false # This file is for reference on the steps performed to cut a release. mvn clean diff --git a/pom.xml b/pom.xml index 8009c572..1a6b314d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ - - 4.0.0 + 4.0.0 - - oss-parent - org.sonatype.oss - 9 - + + oss-parent + org.sonatype.oss + 9 + - com.openpojo - openpojo - 0.8.8-SNAPSHOT - ${project.artifactId} + com.openpojo + openpojo + 0.8.8-SNAPSHOT + ${project.artifactId} - This project was born out of a need to validate all POJOs (Plain Old Java Object) are behaving correctly. + This project was born out of a need to validate all POJOs (Plain Old Java Object) are behaving correctly. This project has two main aspects to it: * Make Testing as easy as possible. * Simplifying identity management (hashCode / equals) using annotation. - http://openpojo.com/ - - 2010 - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - Osman Shoukry - oshoukry at openpojo dot com - - Maintainer - Developer - - -8 - - - - - - David J. M. Karlsen - davidkarlsen at gmail - davidkarlsen.com - +1 - - Created initial pom.xml and provided guidance in how to get OpenPojo into Maven - - - - - - scm:git:git://github.com/oshoukry/openpojo.git - scm:git:git@github.com:oshoukry/openpojo.git - https://github.com/oshoukry/openpojo - - - - GitHub Issues - https://github.com/oshoukry/openpojo/issues - - - - 5.2 - 3.0.1 - 1.3 - 0.7.4.201502262128 - UTF-8 - 1.5 - 4.12 - 1.2.17 - 2.8 - 2.10.4 - 3.0.1 - false - 1.7.25 - 2.20.1 - 6.13.1 - - - - - log4j - log4j - ${log4j.version} - provided - true - - - org.slf4j - slf4j-api - ${slf4j.version} - provided - true - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - provided - true - - - junit - junit - ${junit.version} - provided - true - - - org.hamcrest - hamcrest-all - ${hamcrest-all.version} - test - true - - - org.testng - testng - ${testng.version} - provided - true - - - org.ow2.asm - asm - ${asm.version} - provided - true - - - - - - JBOSS - JBoss Repository - https://repository.jboss.org/nexus/content/repositories/public/ - - - - - - - src/test/java - - **/*.java - - - + http://openpojo.com/ + + 2010 + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + Osman Shoukry + oshoukry at openpojo dot com + + Maintainer + Developer + + -8 + + + + + + David J. M. Karlsen + davidkarlsen at gmail + davidkarlsen.com + +1 + + Created initial pom.xml and provided guidance in how to get OpenPojo into Maven + + + + + + scm:git:git://github.com/oshoukry/openpojo.git + scm:git:git@github.com:oshoukry/openpojo.git + https://github.com/oshoukry/openpojo + + + + GitHub Issues + https://github.com/oshoukry/openpojo/issues + + + + 5.2 + 3.0.1 + 1.3 + 0.7.4.201502262128 + UTF-8 + 1.5 + 4.12 + 1.2.17 + 2.8 + 2.10.4 + 3.0.1 + false + 1.7.25 + 2.20.1 + 6.13.1 + + + + + log4j + log4j + ${log4j.version} + provided + true + + + org.slf4j + slf4j-api + ${slf4j.version} + provided + true + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + provided + true + + + junit + junit + ${junit.version} + provided + true + + + org.hamcrest + hamcrest-all + ${hamcrest-all.version} + test + true + + + org.testng + testng + ${testng.version} + provided + true + + + org.ow2.asm + asm + ${asm.version} + provided + true + + + + + + JBOSS + JBoss Repository + https://repository.jboss.org/nexus/content/repositories/public/ + + + + + + + src/test/java + + **/*.java + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + -Psonatype-oss-release,openpojo-release + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + none:none + + + + org.eluder.coveralls + coveralls-maven-plugin + ${coveralls-maven-plugin.version} + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + prepare-agent + + prepare-agent + + + + + + + + + + openpojo-release + - - org.apache.maven.plugins - maven-release-plugin - 2.1 - - -Psonatype-oss-release,openpojo-release - - - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - none:none - - - - org.eluder.coveralls - coveralls-maven-plugin - ${coveralls-maven-plugin.version} - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - prepare-agent - - prepare-agent - - - - + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + - - - - - openpojo-release - - - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - attach-javadocs - - jar - - - - - - - - + + +