diff --git a/pom.xml b/pom.xml index c01b2bc..f3aa857 100644 --- a/pom.xml +++ b/pom.xml @@ -1,225 +1,264 @@ - - 4.0.0 - net.sourceforge.parallelcolt - parallelcolt - 0.10.2-SNAPSHOT - ParallelColt - Parallel Colt is a multithreaded version of Colt - a library for high performance scientific computing in Java. It contains efficient algorithms for data analysis, linear algebra, multi-dimensional arrays, Fourier transforms, statistics and histogramming. - http://sourceforge.net/projects/parallelcolt/ - - - - packages cern.colt.* cern.jet.* cern.clhep.* - CERN Public License - http://acs.lbl.gov/software/colt/license.html - repo - - - packages hep.aida.* - Gnu LGPL - http://www.gnu.org/licenses/lgpl-2.1.txt - repo - - - - - - git@github.com:rwl/ParallelColt.git - scm:git:git@github.com:rwl/ParallelColt.git - scm:git:git@github.com:rwl/ParallelColt.git - HEAD - - - - - wendykierp - Piotr Wendykier - piotr.wendykier@gmail.com - - - vishvas - Vishvas Vasuki - vishvas@users.sourceforge.net - - - rwl - Richard Lincoln - r.w.lincoln@gmail.com - - - - - UTF-8 - - - - - - sonatype-nexus-staging - Sonatype OSS Staging Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - - sonatype-nexus-snapshots - Sonatype OSS Snapshot Repository - https://oss.sonatype.org/content/repositories/snapshots - - - - - - net.sourceforge.jplasma - jplasma - 1.2.0 - - - - com.github.wendykierp - JTransforms - 3.1 - - - - net.sourceforge.csparsej - csparsej - 1.1.1 - - - - net.sourceforge.parallelcolt - optimization - 1.0 - - - - junit - junit - 4.10 - test - - - - com.googlecode.netlib-java - netlib-java - 0.9.3 - - - com.github.rwl - JKLU - 1.0.0 - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12 - - - cern/colt/matrix/tdouble/algo/solver/DoubleCGAMGTest.java - cern/colt/matrix/tdouble/algo/solver/DoubleCGSAMGTest.java - cern/colt/matrix/tdouble/algo/solver/DoubleQMRAMGTest.java - cern/colt/matrix/tdouble/algo/solver/DoubleIRTest.java - cern/colt/matrix/tfloat/algo/solver/FloatCGAMGTest.java - cern/colt/matrix/tfloat/algo/solver/FloatCGSAMGTest.java - cern/colt/matrix/tfloat/algo/solver/FloatQMRAMGTest.java - cern/colt/matrix/tfloat/algo/solver/FloatIRTest.java - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - add-source - generate-sources - - add-test-source - - - - src/benchmark/java - src/benchmark/resources - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.3 - - - forked-path - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - <h2><a target=_top href=${project.url} >Parallel Colt</a> </h2><h4>Open Source Libraries for High Performance Scientific and Technical Computing in Java</h4><hr> - public - true - true - true - true - Parallel Colt ${project.version} - API Specification -
<b>Parallel Colt ${project.version}</b>
- <font size=-1 >Jump to the <a target=_top href=${project.url} >Parallel Colt Homepage</a> -
-
-
-
- - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - - - + + 4.0.0 + net.sourceforge.parallelcolt + parallelcolt + 0.11.5-SNAPSHOT + ParallelColt + Parallel Colt is a multithreaded version of Colt - a library for high performance scientific computing in Java. It contains efficient algorithms for data analysis, linear algebra, multi-dimensional arrays, Fourier transforms, statistics and histogramming. + http://sourceforge.net/projects/parallelcolt/ + + + + packages cern.colt.* cern.jet.* cern.clhep.* + CERN Public License + http://acs.lbl.gov/software/colt/license.html + repo + + + packages hep.aida.* + Gnu LGPL + http://www.gnu.org/licenses/lgpl-2.1.txt + repo + + + + + + https://github.com/rwl/ParallelColt.git + scm:git:git://github.com/ParallelColt.git + scm:git:git@github.com:rwl/ParallelColt.git + 0.11.5 + + + + + wendykierp + Piotr Wendykier + piotr.wendykier@gmail.com + + + vishvas + Vishvas Vasuki + vishvas@users.sourceforge.net + + + rwl + Richard Lincoln + r.w.lincoln@gmail.com + + + + + UTF-8 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + net.sourceforge.jplasma + jplasma + 1.2.0 + + + + com.github.wendykierp + JTransforms + 3.1 + + + + net.sourceforge.csparsej + csparsej + 1.1.1 + + + + net.sourceforge.parallelcolt + optimization + 1.0 + + + + junit + junit + 4.10 + test + + + + com.googlecode.netlib-java + netlib-java + 0.9.3 + + + com.github.rwl + JKLU + 1.0.0 + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5 + + false + release + deploy + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + cern/colt/matrix/tdouble/algo/solver/DoubleCGAMGTest.java + cern/colt/matrix/tdouble/algo/solver/DoubleCGSAMGTest.java + cern/colt/matrix/tdouble/algo/solver/DoubleQMRAMGTest.java + cern/colt/matrix/tdouble/algo/solver/DoubleIRTest.java + cern/colt/matrix/tfloat/algo/solver/FloatCGAMGTest.java + cern/colt/matrix/tfloat/algo/solver/FloatCGSAMGTest.java + cern/colt/matrix/tfloat/algo/solver/FloatQMRAMGTest.java + cern/colt/matrix/tfloat/algo/solver/FloatIRTest.java + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-test-source + + + + src/benchmark/java + src/benchmark/resources + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + <h2><a target=_top href=${project.url} + >Parallel Colt</a> </h2><h4>Open Source + Libraries for High Performance Scientific and Technical Computing + in Java</h4><hr> + public + true + true + true + true + Parallel Colt ${project.version} - API Specification +
<b>Parallel Colt ${project.version}</b>
+ <font size=-1 >Jump to the <a target=_top + href=${project.url} >Parallel Colt Homepage</a> +
+
+
+
+ + + + 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 + + + + + + + +