[embjopr-commits] EMBJOPR SVN: r88 - in trunk: core and 2 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Dec 23 18:02:18 EST 2008


Author: ips
Date: 2008-12-23 18:02:18 -0500 (Tue, 23 Dec 2008)
New Revision: 88

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

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2008-12-23 22:55:41 UTC (rev 87)
+++ trunk/core/pom.xml	2008-12-23 23:02:18 UTC (rev 88)
@@ -23,19 +23,19 @@
    <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0.GA</version>
    </parent>
   
 	<groupId>org.jboss.jopr</groupId>
 	<artifactId>jopr-embedded-core</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.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 deployed</description>
 		
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/core/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/core/</developerConnection>
+		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GAcore</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GAcore</developerConnection>
 	</scm>
 	    
 	<properties>

Modified: trunk/jbas4/pom.xml
===================================================================
--- trunk/jbas4/pom.xml	2008-12-23 22:55:41 UTC (rev 87)
+++ trunk/jbas4/pom.xml	2008-12-23 23:02:18 UTC (rev 88)
@@ -1,32 +1,26 @@
-<?xml version="1.0"?>
+<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">
 
-<!-- $Id$ -->
-<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.1.0-SNAPSHOT</version>
+        <version>1.1.0.GA</version>
    </parent>
    
 	<groupId>org.jboss.jopr</groupId>
 	<artifactId>jopr-embedded-jbas4</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0.GA</version>
 	<packaging>war</packaging>
 	<name>JBossAS 4.x Administration Console</name>
 
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/jbas4/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/jbas4/</developerConnection>
+		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GAjbas4</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GAjbas4</developerConnection>
 	</scm>
     
    <properties>
-       <jopr-embedded-core.version>1.1.0-SNAPSHOT</jopr-embedded-core.version>
+       <jopr-embedded-core.version>1.1.0.GA</jopr-embedded-core.version>
        <warDir>${basedir}/target/${project.build.finalName}</warDir>
        <warFile>${warDir}.war</warFile>
        <contextRoot>admin-console</contextRoot>
@@ -125,14 +119,12 @@
       				<configuration>
          				<tasks>                         
                             <echo>*** Overlaying messages...</echo>
-         				    <replace file="${warDir}/WEB-INF/classes/messages.properties" 
-                                  token="default.windowTitle=JBoss Application Server Console" 
-                                  value="default.windowTitle=JBoss Administration Console for ESB"/>
+         				    <replace file="${warDir}/WEB-INF/classes/messages.properties" token="default.windowTitle=JBoss Application Server Console" 
+                                  value="default.windowTitle=JBoss Administration Console for ESB" />
                                   
-                            <zip destfile="${warFile}"
-                                 basedir="${warDir}"
+                            <zip destfile="${warFile}" basedir="${warDir}"
                                  includes="WEB-INF/classes/messages.properties"
-                                 update="true"/>  
+                                 update="true" />  
          				</tasks>
       				</configuration>
       				<goals>
@@ -209,4 +201,4 @@
       </profile>        
    </profiles>        
    
-</project>
+</project>
\ No newline at end of file

Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml	2008-12-23 22:55:41 UTC (rev 87)
+++ trunk/jbas5/pom.xml	2008-12-23 23:02:18 UTC (rev 88)
@@ -1,32 +1,26 @@
-<?xml version="1.0"?>
+<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">
 
-<!-- $Id$ -->
-<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.1.0-SNAPSHOT</version>
+        <version>1.1.0.GA</version>
    </parent>
    
 	<groupId>org.jboss.jopr</groupId>
 	<artifactId>jopr-embedded-jbas5</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0.GA</version>
 	<packaging>war</packaging>
 	<name>JBossAS 5.x Administration Console</name>
 
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/jbas5/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/jbas5/</developerConnection>
+		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GAjbas5</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GAjbas5</developerConnection>
 	</scm>
     
    <properties>
-       <jopr-embedded-core.version>1.1.0-SNAPSHOT</jopr-embedded-core.version>
+       <jopr-embedded-core.version>1.1.0.GA</jopr-embedded-core.version>
        <warDir>${basedir}/target/${project.build.finalName}</warDir>
        <warFile>${warDir}.war</warFile>
        <contextRoot>admin-console</contextRoot>
@@ -103,14 +97,12 @@
       				<configuration>
          				<tasks>                         
                             <echo>*** Overlaying messages...</echo>
-         				    <replace file="${warDir}/WEB-INF/classes/messages.properties" 
-                                  token="default.windowTitle=JBoss Application Server Console" 
-                                  value="default.windowTitle=JBoss Administration Console for ESB"/>
+         				    <replace file="${warDir}/WEB-INF/classes/messages.properties" token="default.windowTitle=JBoss Application Server Console" 
+                                  value="default.windowTitle=JBoss Administration Console for ESB" />
                                   
-                            <zip destfile="${warFile}"
-                                 basedir="${warDir}"
+                            <zip destfile="${warFile}" basedir="${warDir}"
                                  includes="WEB-INF/classes/messages.properties"
-                                 update="true"/>  
+                                 update="true" />  
          				</tasks>
       				</configuration>
       				<goals>
@@ -188,4 +180,4 @@
       </profile>        
    </profiles>            
         
-</project>
+</project>
\ No newline at end of file

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-12-23 22:55:41 UTC (rev 87)
+++ trunk/pom.xml	2008-12-23 23:02:18 UTC (rev 88)
@@ -30,7 +30,7 @@
 
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.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://svn.jboss.org/repos/embjopr/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/</developerConnection>
+        <connection>scm:svn:http://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GA</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_1_0_GA</developerConnection>
     </scm>
     
     <issueManagement>




More information about the embjopr-commits mailing list