new release 1.0.2.RC

This commit is contained in:
benni 2012-11-30 13:18:14 +01:00
parent a47b632880
commit 31e6ca18bb
10 changed files with 67 additions and 4 deletions

View File

@ -10,7 +10,7 @@ Read this documentation to get an overview of its features and how cool this mes
You can also check out the <a href="http://codeblock.engio.net/?p=37" target="_blank">performance comparison</a>
which also contains a partial list of the features of the compared implementations.
The current version is 1.0.1.RC
The current version is 1.0.2.RC
Table of contents:
+ [Features](#features)

View File

@ -0,0 +1 @@
5ad621adc6addc2292ee1fc7a2bd756d

View File

@ -0,0 +1 @@
258a17785e15390e868efe2a51d5370aeb602129

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.2.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 @@
f7972cec0f8ebde2a2a17a678ef36eb6

View File

@ -0,0 +1 @@
f8c24fe42f192dbdd1f5d2b29bff0220d40039dd

View File

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

View File

@ -1 +1 @@
75a92cb9aba8b1ce38c7a5ed28de4c7f
f4ebc2213def52cc73bd6668fffd4d3a

View File

@ -1 +1 @@
727a1ce27e63eac58e45150930755a8bcf582aef
d9bd65993cedd101a8c962f21dfc61d5e6adbba1