[jboss-cvs] Repository SVN: r27463 - in maven2/org/mobicents/servers/diameter/jdiameter-parent: 1.5.0.1-build187 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 16 04:20:29 EDT 2009


Author: alexandrem
Date: 2009-06-16 04:20:28 -0400 (Tue, 16 Jun 2009)
New Revision: 27463

Added:
   maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/
   maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom
   maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.md5
   maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.sha1
Log:
additional diameter commit, it seems this was not included - 1.0.0.GA

Added: maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom
===================================================================
--- maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom	                        (rev 0)
+++ maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom	2009-06-16 08:20:28 UTC (rev 27463)
@@ -0,0 +1,53 @@
+<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>
+  <packaging>pom</packaging>
+
+  <parent>
+    <groupId>org.mobicents</groupId>
+    <artifactId>mobicents</artifactId>
+    <version>11</version>
+    <relativePath>../../../../parent/pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.mobicents.servers.diameter</groupId>
+  <artifactId>jdiameter-parent</artifactId>
+  
+  <name>Mobicents :: Diameter Stack :: ${pom.artifactId}</name>
+  
+  <version>1.5.0.1-build187</version>
+
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+
+  <profiles>
+    <profile>
+      <id>maven-release</id>
+      <modules>
+        <!-- any module not bound to default modules, such as the ones for test, release, etc... -->
+      </modules>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+              <autoVersionSubmodules>true</autoVersionSubmodules>
+              <resume>false</resume>
+              <tagBase>https://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter</tagBase>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>       
+    </profile>
+  </profiles>
+
+  <scm>
+    <connection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter/jdiameter-1.5.0.1-build187</connection>
+    <developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter/jdiameter-1.5.0.1-build187</developerConnection>
+    <url>http://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter/jdiameter-1.5.0.1-build187</url>
+  </scm>
+
+</project>

Added: maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.md5
===================================================================
--- maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.md5	                        (rev 0)
+++ maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.md5	2009-06-16 08:20:28 UTC (rev 27463)
@@ -0,0 +1 @@
+07688911bccfa3c895c9f225e4dada18
\ No newline at end of file

Added: maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.sha1
===================================================================
--- maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servers/diameter/jdiameter-parent/1.5.0.1-build187/jdiameter-parent-1.5.0.1-build187.pom.sha1	2009-06-16 08:20:28 UTC (rev 27463)
@@ -0,0 +1 @@
+9a039c0a8703863d65c26a8c7f55243c3afee843
\ No newline at end of file




More information about the jboss-cvs-commits mailing list