diff --git a/pom.xml b/pom.xml index 3050f32ce..6f192ed60 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,11 @@ 4.0.0 com.equinor neqsim + NeqSim + NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. + https://github.com/equinor/neqsim jar ${revision}${sha1}${changelist} - 2.4.0 UTF-8 @@ -14,14 +16,33 @@ - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + Even Solbraa + esolbraa@gmail.com + com.equinor + https://github.com/equinor/neqsim + + + + scm:git:git://github.com/equinor/neqsim.git + scm:git:ssh://github.com/equinor/neqsim.git + https://github.com/equinor/neqsim + central https://repo1.maven.org/maven2/ - org.apache.logging.log4j @@ -98,7 +119,58 @@ - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + 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 + + + + org.apache.maven.plugins maven-enforcer-plugin @@ -239,10 +311,20 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ +