gatein SVN: r3849 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-08-18 08:05:04 -0400 (Wed, 18 Aug 2010)
New Revision: 3849
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2010-08-18 12:04:52 UTC (rev 3848)
+++ components/common/trunk/common/pom.xml 2010-08-18 12:05:04 UTC (rev 3849)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA</version>
+ <version>2.0.4-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.3-GA</version>
+ <version>2.0.4-GA-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2010-08-18 12:04:52 UTC (rev 3848)
+++ components/common/trunk/logging/pom.xml 2010-08-18 12:05:04 UTC (rev 3849)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA</version>
+ <version>2.0.4-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2010-08-18 12:04:52 UTC (rev 3848)
+++ components/common/trunk/mc/pom.xml 2010-08-18 12:05:04 UTC (rev 3849)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA</version>
+ <version>2.0.4-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.3-GA</version>
+ <version>2.0.4-GA-SNAPSHOT</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2010-08-18 12:04:52 UTC (rev 3848)
+++ components/common/trunk/pom.xml 2010-08-18 12:05:04 UTC (rev 3849)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA</version>
+ <version>2.0.4-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -16,9 +16,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0....</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.3-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.3-GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk</url>
</scm>
<!-- Import dependency management configuration -->
14 years, 7 months
gatein SVN: r3848 - components/common/tags.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-08-18 08:04:52 -0400 (Wed, 18 Aug 2010)
New Revision: 3848
Added:
components/common/tags/2.0.3-GA/
Log:
[maven-scm] copy for tag 2.0.3-GA
Copied: components/common/tags/2.0.3-GA (from rev 3847, components/common/trunk)
14 years, 7 months
gatein SVN: r3847 - in components/common/trunk: common and 2 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-08-18 08:04:33 -0400 (Wed, 18 Aug 2010)
New Revision: 3847
Modified:
components/common/trunk/common/pom.xml
components/common/trunk/logging/pom.xml
components/common/trunk/mc/pom.xml
components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.3-GA
Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml 2010-08-18 10:52:59 UTC (rev 3846)
+++ components/common/trunk/common/pom.xml 2010-08-18 12:04:33 UTC (rev 3847)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA-SNAPSHOT</version>
+ <version>2.0.3-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.3-GA-SNAPSHOT</version>
+ <version>2.0.3-GA</version>
</dependency>
<dependency>
Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml 2010-08-18 10:52:59 UTC (rev 3846)
+++ components/common/trunk/logging/pom.xml 2010-08-18 12:04:33 UTC (rev 3847)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA-SNAPSHOT</version>
+ <version>2.0.3-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-logging</artifactId>
Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml 2010-08-18 10:52:59 UTC (rev 3846)
+++ components/common/trunk/mc/pom.xml 2010-08-18 12:04:33 UTC (rev 3847)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA-SNAPSHOT</version>
+ <version>2.0.3-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
- <version>2.0.3-GA-SNAPSHOT</version>
+ <version>2.0.3-GA</version>
</dependency>
<dependency>
Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2010-08-18 10:52:59 UTC (rev 3846)
+++ components/common/trunk/pom.xml 2010-08-18 12:04:33 UTC (rev 3847)
@@ -6,7 +6,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-parent</artifactId>
- <version>2.0.3-GA-SNAPSHOT</version>
+ <version>2.0.3-GA</version>
<packaging>pom</packaging>
<parent>
@@ -16,9 +16,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0....</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.3-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.3-GA</url>
</scm>
<!-- Import dependency management configuration -->
14 years, 7 months
gatein SVN: r3846 - portal/branches.
by do-not-reply@jboss.org
Author: trong.tran
Date: 2010-08-18 06:52:59 -0400 (Wed, 18 Aug 2010)
New Revision: 3846
Added:
portal/branches/branched-r3845/
Log:
create a branch from gatein trunk at revision 3845 for committing current works
Copied: portal/branches/branched-r3845 (from rev 3845, portal/trunk)
14 years, 7 months
gatein SVN: r3845 - exo/portal.
by do-not-reply@jboss.org
Author: paristote
Date: 2010-08-18 05:29:42 -0400 (Wed, 18 Aug 2010)
New Revision: 3845
Added:
exo/portal/tags/
Log:
EXOGTN-39 Create tags directory
14 years, 7 months
gatein SVN: r3844 - epp/portal/branches/EPP_5_0_Branch/webui/core/src/main/java/org/exoplatform/webui/form.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-08-17 13:54:09 -0400 (Tue, 17 Aug 2010)
New Revision: 3844
Modified:
epp/portal/branches/EPP_5_0_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormMultiValueInputSet.java
Log:
JBEPP-405: GTNPORTAL-1223 and GTNPORTAL-1225 ported to the branch
Modified: epp/portal/branches/EPP_5_0_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormMultiValueInputSet.java
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormMultiValueInputSet.java 2010-08-17 16:05:11 UTC (rev 3843)
+++ epp/portal/branches/EPP_5_0_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormMultiValueInputSet.java 2010-08-17 17:54:09 UTC (rev 3844)
@@ -31,6 +31,7 @@
import java.io.Writer;
import java.lang.reflect.Constructor;
import java.util.ArrayList;
+import java.util.Iterator;
import java.util.List;
/**
@@ -56,6 +57,8 @@
private Class<? extends UIFormInputBase> clazz_;
private Constructor constructor_ = null;
+
+ private Object[] constructorParams_;
/**
* Whether this field is enabled
@@ -83,6 +86,10 @@
return List.class;
}
+ /**
+ *
+ * @param clazz
+ */
public void setType(Class<? extends UIFormInputBase> clazz)
{
this.clazz_ = clazz;
@@ -91,6 +98,43 @@
constructor_ = constructors[0];
}
+ /**
+ * define a <code>Constructor</code> which's invoked
+ *
+ * @param constructorParameterTypes list of parameter type which is defined in constructor
+ * @throws SecurityException
+ * @throws NoSuchMethodException
+ */
+ public void setConstructorParameterTypes(Class<?>... constructorParameterTypes) throws SecurityException, NoSuchMethodException
+ {
+ Constructor<?> constructor = this.clazz_.getConstructor(constructorParameterTypes);
+ if(constructor != null)
+ {
+ this.constructor_ = constructor;
+ }
+ }
+
+ /**
+ * pass values to the <code>Constructor</code>
+ * You only set constructor parameter values after seted constructor by {@link #setConstructorParameterTypes(Class...)}
+ * @param values
+ * @throws SecurityException
+ * @throws NoSuchMethodException
+ */
+ public void setConstructorParameterValues(Object[] values) throws SecurityException, NoSuchMethodException
+ {
+ this.constructorParams_ = values;
+// List<Class<?>> parameterTypes = new ArrayList<Class<?>>();
+//
+// for (Object clazz : values)
+// {
+// parameterTypes.add(clazz.getClass());
+// }
+//
+// Class<?> [] arrParameterTypes = (Class[]) parameterTypes.toArray(new Class[parameterTypes.size()]);
+// this.setConstructorParameterTypes(arrParameterTypes);
+ }
+
public Class<? extends UIFormInputBase> getUIFormInputBase()
{
return clazz_;
@@ -202,19 +246,35 @@
if(constructor_ == null) return null;
Class[] classes = constructor_.getParameterTypes();
- Object[] params = new Object[classes.length];
- for (int i = 0; i < classes.length; i++)
- {
- if (classes[i].isPrimitive())
+ UIFormInputBase inputBase;
+ String compName = getId() + String.valueOf(idx);
+ if (classes.length > 0) {
+ if (constructorParams_ == null)
{
- if (classes[i] == boolean.class)
- params[i] = false;
- else
- params[i] = 0;
+ Object[] params = new Object[classes.length];
+ for (int i = 0; i < classes.length; i++)
+ {
+ if (classes[i].isPrimitive())
+ {
+ if (classes[i] == boolean.class)
+ params[i] = false;
+ else
+ params[i] = 0;
+ }
+ }
+ params[0] = compName;
+ inputBase = (UIFormInputBase) constructor_.newInstance(params);
}
+ else
+ {
+ inputBase = (UIFormInputBase) constructor_.newInstance(constructorParams_);
+ }
+ } else {
+ inputBase = (UIFormInputBase)constructor_.newInstance();
}
- params[0] = getId() + String.valueOf(idx);
- UIFormInputBase inputBase = (UIFormInputBase)constructor_.newInstance(params);
+
+ inputBase.setName(compName);
+ inputBase.setId(compName);
List<Validator> validators = this.getValidators();
if (validators != null)
{
14 years, 7 months
gatein SVN: r3841 - components/wsrp/trunk.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-08-17 06:55:34 -0400 (Tue, 17 Aug 2010)
New Revision: 3841
Modified:
components/wsrp/trunk/UpdateWSRPForGateIn.sh
Log:
- Minor clarification as to what JBOSS_TEST_HOME should point to.
Modified: components/wsrp/trunk/UpdateWSRPForGateIn.sh
===================================================================
--- components/wsrp/trunk/UpdateWSRPForGateIn.sh 2010-08-17 08:20:12 UTC (rev 3840)
+++ components/wsrp/trunk/UpdateWSRPForGateIn.sh 2010-08-17 10:55:34 UTC (rev 3841)
@@ -35,7 +35,7 @@
if [ -z "$JBOSS_TEST_HOME" -o ! -d "$JBOSS_TEST_HOME" ]
then
- echo \=\=\> Please set JBOSS_TEST_HOME to point an installation directory of JBoss AS 5.1.x to be used for tests
+ echo \=\=\> Please set JBOSS_TEST_HOME to point the root directory of a clean install of JBoss AS 5.1.x to be used for tests
exit
fi
echo Using JBoss AS home at: $JBOSS_TEST_HOME
14 years, 7 months
gatein SVN: r3840 - in components/pc/branches/2.1.x: api and 12 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-08-17 04:20:12 -0400 (Tue, 17 Aug 2010)
New Revision: 3840
Modified:
components/pc/branches/2.1.x/api/pom.xml
components/pc/branches/2.1.x/bridge/pom.xml
components/pc/branches/2.1.x/controller/pom.xml
components/pc/branches/2.1.x/docs/pom.xml
components/pc/branches/2.1.x/docs/user-guide/pom.xml
components/pc/branches/2.1.x/federation/pom.xml
components/pc/branches/2.1.x/jsr168api/pom.xml
components/pc/branches/2.1.x/management/pom.xml
components/pc/branches/2.1.x/mc/pom.xml
components/pc/branches/2.1.x/pom.xml
components/pc/branches/2.1.x/portal/pom.xml
components/pc/branches/2.1.x/portlet/pom.xml
components/pc/branches/2.1.x/samples/pom.xml
components/pc/branches/2.1.x/test/pom.xml
Log:
change version to 2.1.2-GA-SNAPSHOT
Modified: components/pc/branches/2.1.x/api/pom.xml
===================================================================
--- components/pc/branches/2.1.x/api/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/api/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/branches/2.1.x/bridge/pom.xml
===================================================================
--- components/pc/branches/2.1.x/bridge/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/bridge/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/branches/2.1.x/controller/pom.xml
===================================================================
--- components/pc/branches/2.1.x/controller/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/controller/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/branches/2.1.x/docs/pom.xml
===================================================================
--- components/pc/branches/2.1.x/docs/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/docs/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/branches/2.1.x/docs/user-guide/pom.xml
===================================================================
--- components/pc/branches/2.1.x/docs/user-guide/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/docs/user-guide/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/branches/2.1.x/federation/pom.xml
===================================================================
--- components/pc/branches/2.1.x/federation/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/federation/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/branches/2.1.x/jsr168api/pom.xml
===================================================================
--- components/pc/branches/2.1.x/jsr168api/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/jsr168api/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/branches/2.1.x/management/pom.xml
===================================================================
--- components/pc/branches/2.1.x/management/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/management/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/branches/2.1.x/mc/pom.xml
===================================================================
--- components/pc/branches/2.1.x/mc/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/mc/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-mc</artifactId>
Modified: components/pc/branches/2.1.x/pom.xml
===================================================================
--- components/pc/branches/2.1.x/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -6,7 +6,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
Modified: components/pc/branches/2.1.x/portal/pom.xml
===================================================================
--- components/pc/branches/2.1.x/portal/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/portal/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/branches/2.1.x/portlet/pom.xml
===================================================================
--- components/pc/branches/2.1.x/portlet/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/portlet/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/branches/2.1.x/samples/pom.xml
===================================================================
--- components/pc/branches/2.1.x/samples/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/samples/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/branches/2.1.x/test/pom.xml
===================================================================
--- components/pc/branches/2.1.x/test/pom.xml 2010-08-17 08:12:58 UTC (rev 3839)
+++ components/pc/branches/2.1.x/test/pom.xml 2010-08-17 08:20:12 UTC (rev 3840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.1-GA</version>
+ <version>2.1.2-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</artifactId>
14 years, 7 months
gatein SVN: r3839 - components/pc/branches.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-08-17 04:12:58 -0400 (Tue, 17 Aug 2010)
New Revision: 3839
Added:
components/pc/branches/2.1.x/
Log:
make pc 2.1.x maintenance from tag 2.1.0
Copied: components/pc/branches/2.1.x (from rev 3838, components/pc/tags/2.1.1-GA)
14 years, 7 months
gatein SVN: r3838 - in components/pc/trunk: api and 12 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-08-17 04:10:44 -0400 (Tue, 17 Aug 2010)
New Revision: 3838
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/bridge/pom.xml
components/pc/trunk/controller/pom.xml
components/pc/trunk/docs/pom.xml
components/pc/trunk/docs/user-guide/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/jsr168api/pom.xml
components/pc/trunk/management/pom.xml
components/pc/trunk/mc/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/samples/pom.xml
components/pc/trunk/test/pom.xml
Log:
move trunk to 2.2.0-Beta01-SNAPSHOT
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/api/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.pc</groupId>
Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/bridge/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-bridge</artifactId>
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/controller/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Modified: components/pc/trunk/docs/pom.xml
===================================================================
--- components/pc/trunk/docs/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/docs/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
Modified: components/pc/trunk/docs/user-guide/pom.xml
===================================================================
--- components/pc/trunk/docs/user-guide/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/docs/user-guide/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<groupId>org.gatein.pc</groupId>
<artifactId>user-guide-${translation}</artifactId>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/federation/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/jsr168api/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-jsr168api</artifactId>
Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/management/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Modified: components/pc/trunk/mc/pom.xml
===================================================================
--- components/pc/trunk/mc/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/mc/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-mc</artifactId>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -6,7 +6,7 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/portal/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portal</artifactId>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/portlet/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Modified: components/pc/trunk/samples/pom.xml
===================================================================
--- components/pc/trunk/samples/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/samples/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-samples</artifactId>
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2010-08-16 22:44:50 UTC (rev 3837)
+++ components/pc/trunk/test/pom.xml 2010-08-17 08:10:44 UTC (rev 3838)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
- <version>2.1.2-GA-SNAPSHOT</version>
+ <version>2.2.0-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</artifactId>
14 years, 7 months