[embjopr-commits] EMBJOPR SVN: r460 - in trunk: core and 1 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed May 20 17:22:26 EDT 2009


Author: ips
Date: 2009-05-20 17:22:26 -0400 (Wed, 20 May 2009)
New Revision: 460

Modified:
   trunk/core/pom.xml
   trunk/jbas5/pom.xml
   trunk/pom.xml
Log:
[maven-release-plugin] prepare release EmbJopr_1_2_0_GA

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2009-05-20 21:19:36 UTC (rev 459)
+++ trunk/core/pom.xml	2009-05-20 21:22:26 UTC (rev 460)
@@ -17,19 +17,18 @@
   ~ License along with this program; if not, write to the Free Software
   ~ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   -->
-<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">
+<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>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0.GA</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-core</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0.GA</version>
     <packaging>war</packaging>
     <name>Embedded Jopr Core</name>
     <description>a web application that provides administration and monitoring of the app server instance to which it is
@@ -37,8 +36,8 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/core/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/core/</developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_2_0_GA/core</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_2_0_GA/core</developerConnection>
     </scm>
 
     <properties>
@@ -345,7 +344,7 @@
                                     <tasks>
                                         <echo>*** Copying updated files from target${file.separator}classes to &lt;jbas4.warDir&gt;${file.separator}WEB-INF${file.separator}classes...</echo>
                                         <copy todir="${jbas4.warDir}/WEB-INF/classes">
-                                            <fileset dir="target/classes"/>
+                                            <fileset dir="target/classes" />
                                         </copy>
 
                                         <echo>*** Copying updated files from
@@ -354,14 +353,14 @@
                                             &lt;jbas4.warDir&gt;...
                                         </echo>
                                         <copy todir="${jbas4.warDir}">
-                                            <fileset dir="${basedir}/src/main/webapp"/>
-                                            <fileset dir="${basedir}/src/main/webappBinary"/>
+                                            <fileset dir="${basedir}/src/main/webapp" />
+                                            <fileset dir="${basedir}/src/main/webappBinary" />
                                         </copy>
                                         <!-- TODO: Also copy the files from src/main/webapp-filtered/, and then filter them ourselves. -->
 
                                         <echo>*** Touching &lt;jbas4.warDir&gt;/WEB-INF/web.xml to force redeploy...
                                         </echo>
-                                        <touch file="${jbas4.warDir}/WEB-INF/web.xml"/>
+                                        <touch file="${jbas4.warDir}/WEB-INF/web.xml" />
                                     </tasks>
                                 </configuration>
                                 <goals>
@@ -376,7 +375,7 @@
                                     <tasks>
                                         <echo>*** Copying updated files from target${file.separator}classes to &lt;jbas5.warDir&gt;${file.separator}WEB-INF${file.separator}classes...</echo>
                                         <copy todir="${jbas5.warDir}/WEB-INF/classes">
-                                            <fileset dir="target/classes"/>
+                                            <fileset dir="target/classes" />
                                         </copy>
 
                                         <echo>*** Copying updated files from
@@ -385,8 +384,8 @@
                                             &lt;jbas5.warDir&gt;...
                                         </echo>
                                         <copy todir="${jbas5.warDir}">
-                                            <fileset dir="${basedir}/src/main/webapp"/>
-                                            <fileset dir="${basedir}/src/main/webappBinary"/>
+                                            <fileset dir="${basedir}/src/main/webapp" />
+                                            <fileset dir="${basedir}/src/main/webappBinary" />
                                         </copy>
                                         <!-- TODO: Also copy the files from src/main/webapp-filtered/, and then filter them ourselves. -->
 

Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml	2009-05-20 21:19:36 UTC (rev 459)
+++ trunk/jbas5/pom.xml	2009-05-20 21:22:26 UTC (rev 460)
@@ -1,12 +1,11 @@
-<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">
+<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>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0.GA</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
@@ -15,8 +14,8 @@
     <name>JBossAS 5.x Administration Console</name>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/jbas5/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/jbas5/</developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_2_0_GA/jbas5</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_2_0_GA/jbas5</developerConnection>
     </scm>
 
     <properties>
@@ -95,17 +94,9 @@
                        <configuration>
                           <tasks>                             
                              <echo>*** Overlaying messages...</echo>
-                             <replaceregexp file="${warDir}/WEB-INF/classes/messages.properties"
-                                            match="product.name=(.*)"
-                                            replace="product.name=JBoss AS Administration Console"
-                                            byline="true"/>
-                             <replaceregexp file="${warDir}/WEB-INF/classes/messages.properties"
-                                            match="default.windowTitle=(.*)"
-                                            replace="default.windowTitle=JBoss AS Administration Console"
-                                            byline="true"/>                                            
-                             <zip destfile="${warFile}" basedir="${warDir}" 
-                                  includes="WEB-INF/classes/messages.properties" 
-                                  update="true"/>                             
+                             <replaceregexp file="${warDir}/WEB-INF/classes/messages.properties" match="product.name=(.*)" replace="product.name=JBoss AS Administration Console" byline="true" />
+                             <replaceregexp file="${warDir}/WEB-INF/classes/messages.properties" match="default.windowTitle=(.*)" replace="default.windowTitle=JBoss AS Administration Console" byline="true" />                                            
+                             <zip destfile="${warFile}" basedir="${warDir}" includes="WEB-INF/classes/messages.properties" update="true" />                             
                           </tasks>
                        </configuration>
                        <goals>
@@ -156,18 +147,17 @@
                                 <phase>package</phase>
                                 <configuration>
                                     <tasks>
-                                        <property name="deployment.dir" location="${warDeployDir}"/>
+                                        <property name="deployment.dir" location="${warDeployDir}" />
                                         <echo>*** Copying updated files from
                                             target${file.separator}${project.build.finalName} to &lt;warDir&gt;...
                                         </echo>
-                                        <touch file="${basedir}/target/${project.build.finalName}/WEB-INF/classes/messages.properties"/>
+                                        <touch file="${basedir}/target/${project.build.finalName}/WEB-INF/classes/messages.properties" />
                                         <copy todir="${deployment.dir}" verbose="${embedded.verbose}">
-                                            <fileset dir="${basedir}/target/${project.build.finalName}"/>
+                                            <fileset dir="${basedir}/target/${project.build.finalName}" />
                                         </copy>
-                                        <unjar src="${project.build.directory}/${project.build.finalName}.war"
-                                               dest="${deployment.dir}">
+                                        <unjar src="${project.build.directory}/${project.build.finalName}.war" dest="${deployment.dir}">
                                             <patternset>
-                                                <include name="META-INF/**"/>
+                                                <include name="META-INF/**" />
                                             </patternset>
                                         </unjar>
 
@@ -187,9 +177,9 @@
                                 <phase>clean</phase>
                                 <configuration>
                                     <tasks>
-                                        <property name="deployment.dir" location="${warDeployDir}"/>
+                                        <property name="deployment.dir" location="${warDeployDir}" />
                                         <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
-                                        <delete dir="${deployment.dir}"/>
+                                        <delete dir="${deployment.dir}" />
                                     </tasks>
                                 </configuration>
                                 <goals>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-05-20 21:19:36 UTC (rev 459)
+++ trunk/pom.xml	2009-05-20 21:22:26 UTC (rev 460)
@@ -30,7 +30,7 @@
 
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0.GA</version>
     <packaging>pom</packaging>
     <name>Embedded Jopr</name>
     <description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
@@ -42,8 +42,8 @@
     </organization>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/</developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_2_0_GA</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_2_0_GA</developerConnection>
     </scm>
     
     <issueManagement>




More information about the embjopr-commits mailing list