[jboss-cvs] Repository SVN: r18227 - in maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap: 0.7 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 21 07:36:44 EST 2008


Author: deruelle_jean
Date: 2008-11-21 07:36:44 -0500 (Fri, 21 Nov 2008)
New Revision: 18227

Added:
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.sha1
Modified:
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.sha1
Log:
MSS release 0.7

Added: maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom	2008-11-21 12:36:44 UTC (rev 18227)
@@ -0,0 +1,230 @@
+<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>7</version>
+    </parent>
+	<groupId>org.mobicents.servlet.sip</groupId>
+	<artifactId>sip-servlets-bootstrap</artifactId>
+	<version>0.7</version>
+	<packaging>pom</packaging>	
+	<name>Mobicents Sip Servlets</name>
+	<url>http://www.mobicents.org-a.googlepages.com/products_sip_servlets.html</url>
+	<ciManagement>
+		<system>Hudson</system>
+		<url>https://hudson.jboss.org/hudson/job/MobicentsSipServlets/</url>
+	</ciManagement>
+	<developers>
+		<developer>
+			<id>jean.deruelle</id>
+			<name>Jean Deruelle</name>
+			<email>jean.deruelle at gmail.com</email>
+			<organization>JBoss/Red Hat</organization>
+			<organizationUrl>http://www.redhat.com/</organizationUrl>
+			<roles>
+				<role>Project Lead</role>
+			</roles>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>vralev</id>
+			<name>Vladimir Ralev</name>
+			<email>vladimir.ralev at gmail.com</email>
+			<organization>JBoss/Red Hat</organization>
+			<organizationUrl>http://www.redhat.com/</organizationUrl>
+			<roles>
+				<role>Active Developer</role>
+			</roles>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>baranowb</id>
+			<name>Bartosz Baranowski</name>
+			<email>baranowb at gmail.com</email>
+			<organization>JBoss/Red Hat</organization>
+			<organizationUrl>http://www.redhat.com/</organizationUrl>
+			<roles>
+				<role>Developer</role>
+			</roles>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>mranga</id>
+			<name>Neo Ranga</name>
+			<email>mranga at dev.java.net</email>
+			<roles>
+				<role>Developer</role>
+			</roles>
+			<timezone>-5</timezone>
+		</developer>
+	</developers>
+	<licenses>
+		<license>
+			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/sip-servlets/sip-servlets-bootstrap-0.7</connection>
+		<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/sip-servlets/sip-servlets-bootstrap-0.7</developerConnection>
+		<url>http://code.google.com/p/mobicents/source/browse/tags/servers/sip-servlets/sip-servlets-bootstrap-0.7</url>
+	</scm>
+	<modules>
+		<module>sip-servlets-bootstrap</module>
+		<module>sip-servlets-spec</module>
+		<module>sip-servlets-impl</module>
+		<module>sip-servlets-application-router</module>		
+	</modules>
+	
+	<properties>
+		<!-- MOBICENTS TOOL VERSIONS -->
+		<mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
+	</properties>
+	
+	<dependencies>
+		<!-- test dependencies -->
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+
+		<!-- j2ee dependencies -->
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.5</version>
+			<scope>provided</scope>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+	<plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-release-plugin</artifactId>
+		<configuration>
+			<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+			<preparationGoals>clean install</preparationGoals>
+                       	<tagBase>
+                               	https://mobicents.googlecode.com/svn/tags/servers/sip-servlets/
+                       	</tagBase>
+		</configuration>
+	</plugin>
+
+		
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<compilerArguments>
+						<g />
+					</compilerArguments>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>			
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>2.0-beta-6</version>									
+			</plugin>
+			<plugin>
+				<artifactId>maven-eclipse-plugin</artifactId>
+   				<groupId>org.mobicents.tools</groupId>
+    			<version>${mobicents.tools.mavenplugin.eclipse.version}</version>
+				<inherited>false</inherited>
+				<executions />
+				<configuration>				
+					<!--generateProjectsForModules>true</generateProjectsForModules-->	
+					<resolveTransitiveDependencies>true</resolveTransitiveDependencies>
+					<eclipseProjectName>sip-servlets-bootstrap</eclipseProjectName>
+				</configuration>
+			</plugin>
+		</plugins>
+		<extensions>
+			<extension>
+				<groupId>org.jvnet.wagon-svn</groupId>
+				<artifactId>wagon-svn</artifactId>
+				<version>RELEASE</version>
+			</extension>
+		</extensions>
+	</build>
+	<profiles>
+		<profile>			
+			<id>site</id>		
+			<build>			
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-antrun-plugin</artifactId>
+						<version>1.1</version>
+						<executions>
+							<execution>
+								<phase>site</phase>
+								<configuration>
+									<tasks>
+										<copy verbose="true" file="${project.build.directory}/site/index.html" tofile="${project.build.directory}/site/products_sip_servlets.html" />
+									</tasks>
+								</configuration>
+								<goals>
+									<goal>run</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+                           	https://mobicents.googlecode.com/svn/tags/servers/sip-servlets/
+          </configuration>
+        </plugin>
+				</plugins>
+			</build>
+		</profile>
+		<profile>			
+			<id>release</id>
+			<modules>				
+				<module>sip-servlets-management</module>
+				<module>jopr-plugin</module>
+				<module>sip-servlets-examples</module>
+				<module>sip-servlets-test-suite</module>
+			</modules>
+			<properties>
+				 <maven.test.skip>true</maven.test.skip>
+			</properties>
+		</profile>
+	</profiles>
+	<!-- 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>
+</project>

Added: maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.md5	2008-11-21 12:36:44 UTC (rev 18227)
@@ -0,0 +1 @@
+a52dcbe51f3734f15d13458c0ff6a5b3
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/0.7/sip-servlets-bootstrap-0.7.pom.sha1	2008-11-21 12:36:44 UTC (rev 18227)
@@ -0,0 +1 @@
+3cb9639416aa3b902266a86d3e24cf82b48b59b4
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml	2008-11-21 12:36:02 UTC (rev 18226)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml	2008-11-21 12:36:44 UTC (rev 18227)
@@ -10,6 +10,6 @@
       <version>0.6</version>
       <version>0.7</version>
     </versions>
-    <lastUpdated>20081120090406</lastUpdated>
+    <lastUpdated>20081121122818</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.md5	2008-11-21 12:36:02 UTC (rev 18226)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.md5	2008-11-21 12:36:44 UTC (rev 18227)
@@ -1 +1 @@
-4d2703db93eae0adbf40577b9741c8c0
\ No newline at end of file
+c57e8c2f06fcf79274101dffa95a9597
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.sha1	2008-11-21 12:36:02 UTC (rev 18226)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-bootstrap/maven-metadata.xml.sha1	2008-11-21 12:36:44 UTC (rev 18227)
@@ -1 +1 @@
-9dd4c704e934dcceadcdc6fab64364f69cbe56c4
\ No newline at end of file
+02d542ca0138e4b29cfaa1da18cc04e45f2486c1
\ No newline at end of file




More information about the jboss-cvs-commits mailing list