Author: deruelle_jean
Date: 2010-03-16 11:20:48 -0400 (Tue, 16 Mar 2010)
New Revision: 35659
Added:
maven2/org/mobicents/tools/sip-balancer/1.0.CR1/
maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom
maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.md5
maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.sha1
Log:
release of sip balancer CR1
Added: maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom
===================================================================
--- maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom
(rev 0)
+++ maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom 2010-03-16
15:20:48 UTC (rev 35659)
@@ -0,0 +1,117 @@
+<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>
+
+ <parent>
+ <artifactId>mobicents</artifactId>
+ <groupId>org.mobicents</groupId>
+ <version>1.18</version>
+ </parent>
+
+ <packaging>pom</packaging>
+
+ <groupId>org.mobicents.tools</groupId>
+ <artifactId>sip-balancer</artifactId>
+ <version>1.0.CR1</version>
+
+ <
url>http://mobicents.org/</url>
+
+ <properties>
+ <!-- MOBICENTS TOOL VERSIONS -->
+ <mobicents.tools.mavenplugin.eclipse.version>
+ 1.0.0.BETA2
+ </mobicents.tools.mavenplugin.eclipse.version>
+ </properties>
+ <modules>
+ <module>jar</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>maven-release</id>
+ <modules>
+ <module>docs</module>
+ </modules>
+ </profile>
+ </profiles>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>
+
https://mobicents.googlecode.com/svn/tags/tools/sip-balancer
+ </tagBase>
+ <preparationGoals>clean install</preparationGoals>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <groupId>org.mobicents.tools</groupId>
+ <version>1.0.0.BETA2</version>
+ <inherited>false</inherited>
+ <executions />
+ <configuration>
+ <!--generateProjectsForModules>true</generateProjectsForModules-->
+ <resolveTransitiveDependencies>
+ true
+ </resolveTransitiveDependencies>
+ <eclipseProjectName>
+ sip-balancer
+ </eclipseProjectName>
+ </configuration>
+ </plugin>
+ </plugins>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>RELEASE</version>
+ </extension>
+ </extensions>
+ </build>
+
+ <!-- repositories -->
+
+ <repositories>
+ <repository>
+ <id>maven2-repository.dev.java.net</id>
+ <
name>Java.net Repository for Maven</name>
+ <
url>http://download.java.net/maven/2/
+ </url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>JbossRepository</id>
+ <name>Jboss Repository</name>
+ <
url>http://repository.jboss.org/maven2
+ </url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <
url>http://snapshots.jboss.org/maven2
+ </url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <scm>
+
<
connection>scm:svn:https://mobicents.googlecode.com/svn/tags/tools/sip...
+
<
developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/...
+
<
url>http://mobicents.googlecode.com/svn/tags/tools/sip-balancer/sip-ba...
+ </scm>
+</project>
Added: maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.md5
===================================================================
--- maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.md5
(rev 0)
+++
maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.md5 2010-03-16
15:20:48 UTC (rev 35659)
@@ -0,0 +1 @@
+c857f552f9605b49f69a89281731b1cd
\ No newline at end of file
Added: maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.sha1
===================================================================
--- maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.sha1
(rev 0)
+++
maven2/org/mobicents/tools/sip-balancer/1.0.CR1/sip-balancer-1.0.CR1.pom.sha1 2010-03-16
15:20:48 UTC (rev 35659)
@@ -0,0 +1 @@
+61afc641274c7cfaa23acd90a681c2ee0954b760
\ No newline at end of file