diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..676f45a --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,6 @@ + +MiTools 1.0.2 (12 Aug 2015) +======================== + +-- MiLib version is hardwired to MiTools version. + diff --git a/CHANGELOG_CURRENT b/CHANGELOG_CURRENT new file mode 100644 index 0000000..e69de29 diff --git a/pom.xml b/pom.xml index dd175c4..cc27fdd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + - + 4.0.0 com.milaboratory mitools - 1.0.1 + 1.0.2 jar MiTools http://milaboratory.com/ @@ -28,7 +28,7 @@ org.sonatype.oss oss-parent 7 - + @@ -94,7 +94,7 @@ com.milaboratory milib - 1.0.1 + ${project.version} com.milaboratory @@ -135,6 +135,58 @@ http://youtrack.milaboratory.com/ + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + @@ -199,15 +251,12 @@ - + - + false - + com.milaboratory.mitools.cli.Main @@ -217,6 +266,17 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.4 + true + + ossrh + https://oss.sonatype.org/ + +