Author: keith
Date: Wed Mar 26 06:15:02 2008
New Revision: 15132

Log:

removing redundant maven property



Modified:
   trunk/mashup/java/modules/core/scripts/services/version.resources/version.xml
   trunk/mashup/java/modules/distribution/create-distro-build.xml
   trunk/mashup/java/modules/distribution/pom.xml
   trunk/mashup/java/modules/integration/pom.xml
   trunk/mashup/java/pom.xml

Modified: 
trunk/mashup/java/modules/core/scripts/services/version.resources/version.xml
==============================================================================
--- 
trunk/mashup/java/modules/core/scripts/services/version.resources/version.xml   
    (original)
+++ 
trunk/mashup/java/modules/core/scripts/services/version.resources/version.xml   
    Wed Mar 26 06:15:02 2008
@@ -1 +1 @@
-<version number="@mashup_version_number@" build-date="@release_date@" 
nightly="@is_nightly@"/>
\ No newline at end of file
+<version number="@mashup_version@" build-date="@release_date@" 
nightly="@is_nightly@"/>
\ No newline at end of file

Modified: trunk/mashup/java/modules/distribution/create-distro-build.xml
==============================================================================
--- trunk/mashup/java/modules/distribution/create-distro-build.xml      
(original)
+++ trunk/mashup/java/modules/distribution/create-distro-build.xml      Wed Mar 
26 06:15:02 2008
@@ -28,8 +28,6 @@
             <contains string="${wso2mashup.version}" substring="SNAPSHOT"/>
         </condition>
         <filter token="is_nightly" value="${nightly}"/>
-        <filter token="mashup_version_number" 
value="${wso2mashup.version.number}"/>
-
         <filter token="mashup_version" value="${wso2mashup.version}"/>
         <filter token="wso2-monitor.version" value="${wso2-monitor.version}"/>
 

Modified: trunk/mashup/java/modules/distribution/pom.xml
==============================================================================
--- trunk/mashup/java/modules/distribution/pom.xml      (original)
+++ trunk/mashup/java/modules/distribution/pom.xml      Wed Mar 26 06:15:02 2008
@@ -129,7 +129,6 @@
                         <configuration>
                             <tasks>
                                 <property name="wso2mashup.version" 
value="${wso2mashup.version}"/>
-                                <property name="wso2mashup.version.number" 
value="${wso2mashup.version.number}"/>
                                 <property name="httpPort" value="${httpPort}"/>
                                 <property name="httpsPort" 
value="${httpsPort}"/>
                                 <property name="commandPort" 
value="${commandPort}"/>

Modified: trunk/mashup/java/modules/integration/pom.xml
==============================================================================
--- trunk/mashup/java/modules/integration/pom.xml       (original)
+++ trunk/mashup/java/modules/integration/pom.xml       Wed Mar 26 06:15:02 2008
@@ -174,7 +174,6 @@
                         <configuration>
                             <tasks>
                                 <property name="wso2mashup.version" 
value="${wso2mashup.version}"/>
-                                <property name="wso2mashup.version.number" 
value="${wso2mashup.version.number}"/>
                                 <property name="httpPort" value="${httpPort}"/>
                                 <property name="httpsPort" 
value="${httpsPort}"/>
                                 <property name="commandPort" 
value="${commandPort}"/>

Modified: trunk/mashup/java/pom.xml
==============================================================================
--- trunk/mashup/java/pom.xml   (original)
+++ trunk/mashup/java/pom.xml   Wed Mar 26 06:15:02 2008
@@ -1188,9 +1188,7 @@
     <properties>
         <server.short.name>WSO2 Mashup</server.short.name>
         <server.name>WSO2 Mashup Server</server.name>
-
-        <wso2mashup.version.number>SNAPSHOT</wso2mashup.version.number>
-        <wso2mashup.version>${wso2mashup.version.number}</wso2mashup.version>
+        <wso2mashup.version>SNAPSHOT</wso2mashup.version>
 
         <!--<clover.license.file>TODO</clover.license.file>-->
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to