Revision: 17799
Author:   brainslog
Date:     Thu Apr  7 16:59:43 2011
Log:      Mobicents Diameter POM Update


http://code.google.com/p/mobicents/source/detail?r=17799

Modified:
 /trunk/servers/diameter/core/jdiameter/pom.xml
 /trunk/servers/diameter/core/jdiameter-ha/pom.xml
 /trunk/servers/diameter/core/mux/pom.xml
 /trunk/servers/diameter/core/pom.xml
 /trunk/servers/diameter/pom.xml

=======================================
--- /trunk/servers/diameter/core/jdiameter/pom.xml      Fri Mar 25 20:18:31 2011
+++ /trunk/servers/diameter/core/jdiameter/pom.xml      Thu Apr  7 16:59:43 2011
@@ -46,39 +46,6 @@
<tagBase>https://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter</tagBase>
                                                </configuration>
                                        </plugin>
-                                       <!-- Deploy. Not used, moved to ANT.
-                                       <plugin>
-                                               
<artifactId>maven-antrun-plugin</artifactId>
-                                               <inherited>false</inherited>
-                                               <executions>
-                                                       <execution>
-                                                               
<phase>deploy</phase>
-                                                               <goals>
-                                                                       
<goal>run</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <tasks>
- <copy overwrite="true" todir="${basedir}/../../../../releasezip/core/jdiameter" file="${basedir}/release/README.TXT">
-                                                                                     
  <filterchain>
-                                                                                     
          <replacetokens>
-                                                                                                       
<token key="VERSION" value="${pom.version}" />
-                                                                                     
          </replacetokens>
-                                                                                     
  </filterchain>
-                                                                               
</copy>
-
- <copy overwrite="true" tofile="${basedir}/../../../../releasezip/README.TXT" file="${basedir}/release/TOP_README.TXT">
-                                                                                     
  <filterchain>
-                                                                                     
          <replacetokens>
-                                                                                                       
<token key="JDIAM_VERSION" value="${pom.version}" />
-                                                                                     
          </replacetokens>
-                                                                                     
  </filterchain>
-                                                                               
</copy>
-                                                                       </tasks>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       -->
                                </plugins>
                        </build>
                </profile>
=======================================
--- /trunk/servers/diameter/core/jdiameter-ha/pom.xml Fri Mar 25 20:43:47 2011 +++ /trunk/servers/diameter/core/jdiameter-ha/pom.xml Thu Apr 7 16:59:43 2011
@@ -21,7 +21,7 @@
        </modules>

        <properties>
-               <jdiameter.version>1.5.5.0-build440</jdiameter.version>
+               <jdiameter.version>1.5.5.0-build441-SNAPSHOT</jdiameter.version>
                <mobicents.cluster.version>1.8</mobicents.cluster.version>
        </properties>

@@ -64,10 +64,7 @@
                <profile>
                        <id>maven-release</id>
                        <modules>
-                               <!--
-                                       any module not bound to default 
modules, such as the ones for test,
-                                       release, etc...
-                               -->
+ <!-- any module not bound to default modules, such as the ones for test, release, etc... -->
                        </modules>
                        <build>
                                <plugins>
=======================================
--- /trunk/servers/diameter/core/mux/pom.xml    Fri Mar 25 20:51:17 2011
+++ /trunk/servers/diameter/core/mux/pom.xml    Thu Apr  7 16:59:43 2011
@@ -15,8 +15,8 @@

        <properties>
                <!-- Mobicents Diameter Components Versions -->
- <mobicents.diameter.jdiameter.version>1.5.5.0-build440</mobicents.diameter.jdiameter.version> - <mobicents.diameter.jdiameter-ha.version>1.0.0.BETA3</mobicents.diameter.jdiameter-ha.version> + <mobicents.diameter.jdiameter.version>1.5.5.0-build441-SNAPSHOT</mobicents.diameter.jdiameter.version> + <mobicents.diameter.jdiameter-ha.version>1.0.0-SNAPSHOT</mobicents.diameter.jdiameter-ha.version>

                <!-- Other Mobicents Components Versions -->
<mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
=======================================
--- /trunk/servers/diameter/core/pom.xml        Mon Feb 28 07:52:33 2011
+++ /trunk/servers/diameter/core/pom.xml        Thu Apr  7 16:59:43 2011
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.mobicents</groupId>
                <artifactId>mobicents-parent</artifactId>
-               <version>2.16</version>
+               <version>2.17</version>
        </parent>

        <groupId>org.mobicents.servers.diameter</groupId>
@@ -20,4 +20,19 @@
                <module>mux</module>
        </modules>

+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-eclipse-plugin</artifactId>
+                               <groupId>org.mobicents.tools</groupId>
+                               <inherited>false</inherited>
+                               <executions />
+                               <configuration>
+                                       
<eclipseProjectName>${pom.artifactId}</eclipseProjectName>
+                                       
<generateProjectsForModules>false</generateProjectsForModules>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
 </project>
=======================================
--- /trunk/servers/diameter/pom.xml     Mon Feb 28 07:53:39 2011
+++ /trunk/servers/diameter/pom.xml     Thu Apr  7 16:59:43 2011
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.mobicents</groupId>
     <artifactId>mobicents-parent</artifactId>
-    <version>2.16</version>
+    <version>2.17</version>
   </parent>

   <groupId>org.mobicents.servers.diameter</groupId>
@@ -19,22 +19,12 @@

   <modules>
     <module>core</module>
-    <!--module>resources/base</module>
-    <module>resources/cca</module>
-    <module>resources/sh-common</module>
-    <module>resources/sh-client</module>
-    <module>resources/sh-server</module>
-    <module>resources/ro</module>
-    <module>resources/rf</module>
-    <module>resources/cx-dx</module-->
   </modules>

   <properties>
     <!-- DIAMETER SERVER CONFIGURATION -->
     <!-- OTHER MOBICENTS COMPONENTS VERSIONS -->
- <mobicents.servers.jainslee.version>2.2.0.FINAL</mobicents.servers.jainslee.version> - <mobicents.tools.mavenplugin.du.version>1.0.0.BETA2</mobicents.tools.mavenplugin.du.version> - <mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version> + <mobicents.servers.jainslee.version>2.4.0.CR1</mobicents.servers.jainslee.version>
   </properties>

   <build>
@@ -42,7 +32,6 @@
       <plugin>
         <artifactId>maven-eclipse-plugin</artifactId>
         <groupId>org.mobicents.tools</groupId>
- <!-- <version>${mobicents.tools.mavenplugin.eclipse.version}</version> -->
         <inherited>false</inherited>
         <executions />
         <configuration>

Reply via email to