diff --git a/pom.xml.releaseBackup b/pom.xml.releaseBackup new file mode 100644 index 0000000..04288e4 --- /dev/null +++ b/pom.xml.releaseBackup @@ -0,0 +1,152 @@ + + + 4.0.0 + org.mbassy + mbassador + 1.0.7.RC-SNAPSHOT + jar + mbassador + + Mbassador is a fast and flexible message bus system following the publish subscribe pattern. + It is designed for ease of use and aims to be feature rich and extensible + while preserving resource efficiency and performance. + + It features: + declarative listener definition via annotations, + sync and/or async message delivery, + weak-references, + message filtering, + ordering of message handlers etc. + + + + https://github.com/bennidi/mbassador + + + MIT license + http://www.opensource.org/licenses/mit-license.php + + + + scm:git:git@github.com:bennidi/mbassador.git + scm:git:git@github.com:bennidi/mbassador.git + + + + + bennidi + Benjamin Diedrichsen + +1 + + + + + UTF-8 + 1.6 + file://${project.basedir}/mvn-local-repo + + + + + + junit + junit + 4.10 + test + + + + + + + mbassador-github-repo + ${github.url} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${project.build.java.version} + ${project.build.java.version} + + + + + org.apache.maven.plugins + maven-release-plugin + 2.4 + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + +