[jbpm-commits] JBoss JBPM SVN: r6216 - projects/jsf-console/branches/jsf-console-3.2-soa and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 9 06:24:05 EST 2010


Author: alex.guizar at jboss.com
Date: 2010-03-09 06:24:05 -0500 (Tue, 09 Mar 2010)
New Revision: 6216

Modified:
   jbpm3/branches/jbpm-3.2-soa/pom.xml
   jbpm3/branches/jbpm-3.2-soa/profiles.example.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
Log:
upgrade to jbpm-parent 1.0.2

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-03-09 09:09:01 UTC (rev 6215)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-03-09 11:24:05 UTC (rev 6216)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm</groupId>
     <artifactId>jbpm-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
 
   <!-- Modules -->

Modified: jbpm3/branches/jbpm-3.2-soa/profiles.example.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/profiles.example.xml	2010-03-09 09:09:01 UTC (rev 6215)
+++ jbpm3/branches/jbpm-3.2-soa/profiles.example.xml	2010-03-09 11:24:05 UTC (rev 6216)
@@ -1,6 +1,5 @@
 <?xml version="1.0"?>
-<profilesXml
-  xmlns="http://maven.apache.org/PROFILES/1.0.0"
+<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
   <profiles>
@@ -8,12 +7,6 @@
     <profile>
       <id>dev-local</id>
 
-      <activation>
-        <property>
-          <name>user.name</name>
-        </property>
-      </activation>
-
       <properties>
         <jboss405.home>${USER_HOME}${FILE_SEPARATOR}jboss-4.0.5.GA</jboss405.home>
         <jboss423.home>${USER_HOME}${FILE_SEPARATOR}jboss-4.2.3.GA</jboss423.home>
@@ -68,9 +61,26 @@
         <jdbc.sybase.driver>com.sybase.jdbc3.jdbc.SybDriver</jdbc.sybase.driver>
         <jdbc.sybase.datasource>com.sybase.jdbc3.jdbc.SybXADataSource</jdbc.sybase.datasource>
 
-        <altDeploymentRepository>repository.jboss.org::default::file:${user.home}/jbpm/repository</altDeploymentRepository>
         <updateReleaseInfo>true</updateReleaseInfo>
       </properties>
     </profile>
   </profiles>
+
+  <servers>
+    <server>
+      <id>snapshots.jboss.org</id>
+      <username>jboss.org-username</username>
+      <password>password</password>
+    </server>
+
+    <server>
+      <id>repository.jboss.org</id>
+      <username>jboss.org-username</username>
+      <password>password</password>
+    </server>
+  </servers>
+
+  <activeProfiles>
+    <activeProfile>dev-local</activeProfile>
+  </activeProfiles>
 </profilesXml>

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-03-09 09:09:01 UTC (rev 6215)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-03-09 11:24:05 UTC (rev 6216)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm</groupId>
     <artifactId>jbpm-parent</artifactId>
-    <version>1.0.1.GA</version>
+    <version>1.0.2</version>
   </parent>
 
   <!-- Modules -->



More information about the jbpm-commits mailing list