maven repository update

This commit is contained in:
benni 2012-11-19 16:03:04 +01:00
parent b66eeb59a6
commit 201518d9f4
9 changed files with 45 additions and 56 deletions

View File

@ -1 +1 @@
979e7cc560c4cb58ba6a89641e22bb26 d53edd50a68307a4c209fd21fa0625d7

View File

@ -1 +1 @@
bc0484e10bdc22cbdcfce1389f14cd7c9957201e f2ed26a15178d83c80212ccce73584e97e7d6fb8

View File

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

View File

@ -1 +1 @@
bf33617f2df2dba6777f9f7ce20ec347 760688c8fb33fc90918146e68dab2646

View File

@ -1 +1 @@
551e714a8213d342d7f9d62ea23c6a86c9573fa4 0abf762df11d85841f8f8b7f28361ff19549f019

View File

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

View File

@ -1 +1 @@
8477cb6b6bf78760091124da1c2fedf9 006f75456dc73e47019a2b8befeeac1d

View File

@ -1 +1 @@
51d06df27a7c04cfec12b802d9f3cf0e98e4255e 0396418ec7c57ea6a92a0b9c7c741883464f2261