added version 1.0.1.RC to maven repo

This commit is contained in:
benni 2012-11-22 14:44:04 +01:00
parent 989ed67285
commit bb4997d498
9 changed files with 66 additions and 3 deletions

View File

@ -0,0 +1 @@
933328ff6220f5910770b9b5f13f2eeb

View File

@ -0,0 +1 @@
003aa85106cfbab5ce618ffd1a6fe36cd0e37b71

View File

@ -0,0 +1,58 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mbassy</groupId>
<artifactId>mbassador</artifactId>
<version>1.0.1.RC</version>
<packaging>jar</packaging>
<name>mbassador</name>
<description>Mbassador is a fast and flexible message bus system that follows the publish subscribe pattern
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.java.version>1.6</project.build.java.version>
<github.url>file://${project.basedir}/maven</github.url>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>mbassador-github-repo</id>
<url>${github.url}</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${project.build.java.version}</source>
<target>${project.build.java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
5959d236fd411d499f3b46ecedc28a84

View File

@ -0,0 +1 @@
5203632e409974a234ff8ce0ea88c5897a8cbffe

View File

@ -6,7 +6,8 @@
<versioning>
<versions>
<version>1.0.0.RC</version>
<version>1.0.1.RC</version>
</versions>
<lastUpdated>20121119145820</lastUpdated>
<lastUpdated>20121122134301</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
006f75456dc73e47019a2b8befeeac1d
75a92cb9aba8b1ce38c7a5ed28de4c7f

View File

@ -1 +1 @@
0396418ec7c57ea6a92a0b9c7c741883464f2261
727a1ce27e63eac58e45150930755a8bcf582aef