gatein SVN: r6127 - in components/mop/trunk: api and 2 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-03-25 12:32:25 -0400 (Fri, 25 Mar 2011)
New Revision: 6127
Modified:
components/mop/trunk/api/pom.xml
components/mop/trunk/core/pom.xml
components/mop/trunk/pom.xml
components/mop/trunk/spi/pom.xml
Log:
[maven-release-plugin] prepare release 1.1.0-Beta01
Modified: components/mop/trunk/api/pom.xml
===================================================================
--- components/mop/trunk/api/pom.xml 2011-03-25 16:31:17 UTC (rev 6126)
+++ components/mop/trunk/api/pom.xml 2011-03-25 16:32:25 UTC (rev 6127)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.1.0-Beta01-SNAPSHOT</version>
+ <version>1.1.0-Beta01</version>
</parent>
<!-- ****************** -->
Modified: components/mop/trunk/core/pom.xml
===================================================================
--- components/mop/trunk/core/pom.xml 2011-03-25 16:31:17 UTC (rev 6126)
+++ components/mop/trunk/core/pom.xml 2011-03-25 16:32:25 UTC (rev 6127)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.1.0-Beta01-SNAPSHOT</version>
+ <version>1.1.0-Beta01</version>
</parent>
<!-- ****************** -->
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2011-03-25 16:31:17 UTC (rev 6126)
+++ components/mop/trunk/pom.xml 2011-03-25 16:32:25 UTC (rev 6127)
@@ -34,16 +34,16 @@
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.1.0-Beta01-SNAPSHOT</version>
+ <version>1.1.0-Beta01</version>
<packaging>pom</packaging>
<name>GateIn - MOP</name>
<description>Model Object for Portal</description>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/mop/trunk/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/mop/trunk/</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/mop/trunk/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/mop/tags/1.1.0-B...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/mop/tags/1.1.0-Beta01</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/mop/tags/1.1.0-Beta01</url>
</scm>
<dependencyManagement>
Modified: components/mop/trunk/spi/pom.xml
===================================================================
--- components/mop/trunk/spi/pom.xml 2011-03-25 16:31:17 UTC (rev 6126)
+++ components/mop/trunk/spi/pom.xml 2011-03-25 16:32:25 UTC (rev 6127)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.1.0-Beta01-SNAPSHOT</version>
+ <version>1.1.0-Beta01</version>
</parent>
<!-- ****************** -->
13 years, 9 months
gatein SVN: r6126 - in components/mop/trunk: core/src/main/java/org/gatein/mop/core/api and 4 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-03-25 12:31:17 -0400 (Fri, 25 Mar 2011)
New Revision: 6126
Removed:
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/MOPFormatter.java
components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/POMFormatterTestCase.java
Modified:
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/AttributesImpl.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/ModelImpl.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/NavigationContainer.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/PageContainer.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteContainer.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteImpl.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/WorkspaceObjectImpl.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/AbstractCustomization.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextType.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextTypeContainer.java
components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/CustomizationContainer.java
components/mop/trunk/core/src/test/java/org/gatein/mop/core/support/content/portlet/PortletPreferenceState.java
components/mop/trunk/pom.xml
Log:
GTNMOP-35 : Update to Chromattic 1.1.0-beta2 and JCR 1.14-CR1
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/AttributesImpl.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/AttributesImpl.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/AttributesImpl.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -23,9 +23,10 @@
import org.chromattic.api.annotations.Create;
import org.chromattic.api.annotations.FormattedBy;
import org.chromattic.api.annotations.NamingPolicy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.OneToMany;
import org.chromattic.api.annotations.PrimaryType;
-import org.gatein.mop.core.api.MOPFormatter;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import org.gatein.mop.core.util.AbstractAttributes;
import java.util.Date;
@@ -37,7 +38,8 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:attributes")
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
@NamingPolicy(onDuplicate = NameConflictResolution.REPLACE)
public abstract class AttributesImpl extends AbstractAttributes
{
Deleted: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/MOPFormatter.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/MOPFormatter.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/MOPFormatter.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -1,37 +0,0 @@
-/**
- * Copyright (C) 2009 eXo Platform SAS.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.gatein.mop.core.api;
-
-import org.chromattic.api.format.ObjectFormatter;
-import org.chromattic.api.format.FormatterContext;
-import org.chromattic.ext.format.AbstractEncodingObjectFormatter;
-
-/**
- * @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
- * @version $Revision$
- */
-public class MOPFormatter extends AbstractEncodingObjectFormatter
-{
-
- public String getPrefix()
- {
- return "mop:";
- }
-
-}
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/ModelImpl.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/ModelImpl.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/ModelImpl.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -148,7 +148,7 @@
workspace = session.findByPath(WorkspaceImpl.class, "mop:workspace");
if (workspace == null)
{
- workspace = session.insert(WorkspaceImpl.class, "mop:workspace");
+ workspace = session.insert(WorkspaceImpl.class, "mop", "workspace");
}
}
return workspace;
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/NavigationContainer.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/NavigationContainer.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/NavigationContainer.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,12 +19,13 @@
package org.gatein.mop.core.api.workspace;
import org.chromattic.api.annotations.FormattedBy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.OneToMany;
import org.chromattic.api.annotations.OneToOne;
import org.chromattic.api.annotations.Create;
import org.chromattic.api.annotations.PrimaryType;
import org.chromattic.api.annotations.MappedBy;
-import org.gatein.mop.core.api.MOPFormatter;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import java.util.List;
import java.util.Map;
@@ -34,7 +35,8 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:navigationcontainer")
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
public abstract class NavigationContainer
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/PageContainer.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/PageContainer.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/PageContainer.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,12 +19,13 @@
package org.gatein.mop.core.api.workspace;
import org.chromattic.api.annotations.FormattedBy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.OneToMany;
import org.chromattic.api.annotations.OneToOne;
import org.chromattic.api.annotations.Create;
import org.chromattic.api.annotations.PrimaryType;
import org.chromattic.api.annotations.MappedBy;
-import org.gatein.mop.core.api.MOPFormatter;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import java.util.Map;
@@ -33,7 +34,8 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:pagecontainer")
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
public abstract class PageContainer
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteContainer.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteContainer.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteContainer.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,13 +19,11 @@
package org.gatein.mop.core.api.workspace;
import org.chromattic.api.annotations.FormattedBy;
-import org.chromattic.api.annotations.MappedBy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.OneToMany;
-import org.chromattic.api.annotations.OneToOne;
import org.chromattic.api.annotations.Create;
import org.chromattic.api.annotations.PrimaryType;
-import org.gatein.mop.api.workspace.Site;
-import org.gatein.mop.core.api.MOPFormatter;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import java.util.Collection;
import java.util.Map;
@@ -34,7 +32,8 @@
* @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
* @version $Revision$
*/
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
@PrimaryType(name = "foo")
public abstract class SiteContainer<T extends SiteImpl>
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteImpl.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteImpl.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/SiteImpl.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -21,21 +21,23 @@
import org.chromattic.api.RelationshipType;
import org.chromattic.api.annotations.FormattedBy;
import org.chromattic.api.annotations.ManyToOne;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.OneToOne;
import org.chromattic.api.annotations.MappedBy;
import org.chromattic.api.annotations.Destroy;
import org.chromattic.api.annotations.Owner;
import org.chromattic.api.annotations.PrimaryType;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import org.gatein.mop.api.workspace.Site;
import org.gatein.mop.api.workspace.Page;
import org.gatein.mop.api.workspace.ObjectType;
-import org.gatein.mop.core.api.MOPFormatter;
/**
* @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
* @version $Revision$
*/
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
@PrimaryType(name = "mop:site")
public abstract class SiteImpl<C extends SiteContainer> extends WorkspaceObjectImpl implements Site
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/WorkspaceObjectImpl.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/WorkspaceObjectImpl.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/WorkspaceObjectImpl.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,18 +19,19 @@
package org.gatein.mop.core.api.workspace;
import org.chromattic.api.annotations.*;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import org.gatein.mop.api.workspace.WorkspaceObject;
import org.gatein.mop.api.workspace.ObjectType;
import org.gatein.mop.api.content.CustomizationContext;
import org.gatein.mop.core.api.AttributesImpl;
-import org.gatein.mop.core.api.MOPFormatter;
import org.gatein.mop.core.api.ModelImpl;
/**
* @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
* @version $Revision$
*/
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
@PrimaryType(name = "mop:workspaceobject")
public abstract class WorkspaceObjectImpl implements WorkspaceObject
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/AbstractCustomization.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/AbstractCustomization.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/AbstractCustomization.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,17 +19,17 @@
package org.gatein.mop.core.api.workspace.content;
import org.chromattic.api.annotations.FormattedBy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.Owner;
import org.chromattic.api.annotations.PrimaryType;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import org.gatein.mop.api.content.Customization;
import org.gatein.mop.api.content.CustomizationContext;
import org.gatein.mop.api.content.ContentType;
import org.gatein.mop.api.workspace.WorkspaceCustomizationContext;
-import org.gatein.mop.core.api.MOPFormatter;
import org.gatein.mop.core.api.content.CustomizationContextComparator;
import org.gatein.mop.core.api.content.ContentManagerRegistry;
import org.gatein.mop.spi.content.ContentProvider;
-import org.gatein.mop.spi.content.StateContainer;
import org.chromattic.api.annotations.OneToOne;
import org.chromattic.api.annotations.MappedBy;
import org.chromattic.api.annotations.Create;
@@ -48,7 +48,8 @@
* @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
* @version $Revision$
*/
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
@PrimaryType(name = "mop:customization")
public abstract class AbstractCustomization implements Customization<Object>
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextType.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextType.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextType.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,11 +19,12 @@
package org.gatein.mop.core.api.workspace.content;
import org.chromattic.api.annotations.FormattedBy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.OneToMany;
import org.chromattic.api.annotations.Name;
import org.chromattic.api.annotations.ManyToOne;
import org.chromattic.api.annotations.PrimaryType;
-import org.gatein.mop.core.api.MOPFormatter;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import java.util.Map;
@@ -32,7 +33,8 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:contexttype")
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
public abstract class ContextType
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextTypeContainer.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextTypeContainer.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/ContextTypeContainer.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,7 +19,7 @@
package org.gatein.mop.core.api.workspace.content;
import org.chromattic.api.annotations.*;
-import org.gatein.mop.core.api.MOPFormatter;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import java.util.Map;
@@ -28,7 +28,8 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:contexttypecontainer")
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
public abstract class ContextTypeContainer
{
Modified: components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/CustomizationContainer.java
===================================================================
--- components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/CustomizationContainer.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/main/java/org/gatein/mop/core/api/workspace/content/CustomizationContainer.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -19,15 +19,15 @@
package org.gatein.mop.core.api.workspace.content;
import org.chromattic.api.annotations.FormattedBy;
+import org.chromattic.api.annotations.NamingPrefix;
import org.chromattic.api.annotations.PrimaryType;
+import org.chromattic.ext.format.BaseEncodingObjectFormatter;
import org.gatein.mop.api.content.Customization;
import org.gatein.mop.api.content.ContentType;
-import org.gatein.mop.api.workspace.WorkspaceCustomizationContext;
import org.chromattic.api.annotations.Create;
import org.chromattic.api.annotations.OneToOne;
import org.chromattic.api.annotations.OneToMany;
import org.chromattic.api.annotations.MappedBy;
-import org.gatein.mop.core.api.MOPFormatter;
import org.gatein.mop.core.api.workspace.WorkspaceCustomizationContextImpl;
import java.util.Map;
@@ -37,7 +37,8 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:customizationcontainer")
-(a)FormattedBy(MOPFormatter.class)
+@NamingPrefix("mop")
+(a)FormattedBy(BaseEncodingObjectFormatter.class)
public abstract class CustomizationContainer
{
Deleted: components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/POMFormatterTestCase.java
===================================================================
--- components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/POMFormatterTestCase.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/POMFormatterTestCase.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -1,76 +0,0 @@
-/**
- * Copyright (C) 2009 eXo Platform SAS.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.gatein.mop.core.api;
-
-import junit.framework.TestCase;
-import org.chromattic.api.format.ObjectFormatter;
-
-/**
- * @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
- * @version $Revision$
- */
-public class POMFormatterTestCase extends TestCase
-{
-
- /** . */
- private final ObjectFormatter formatter = new MOPFormatter();
-
- private void assertString(String expected, String s)
- {
- assertEquals(expected, formatter.encodeNodeName(null, s));
- assertEquals(s, formatter.decodeNodeName(null, expected));
- }
-
- private void assertCannotDecode(String s)
- {
- try
- {
- formatter.decodeNodeName(null, s);
- fail();
- }
- catch (IllegalStateException ignore)
- {
- }
- }
-
- public void testStrings()
- {
- assertString("mop:", "");
- assertString("mop:a", "a");
- assertString("mop:%00", "{");
- assertString("mop:%01", "}");
- assertString("mop:%02", ".");
- assertString("mop:%03", "/");
- assertString("mop:%04", ":");
- assertString("mop:%05", "[");
- assertString("mop:%06", "]");
- assertString("mop:%07", "|");
- assertString("mop:%08", "*");
- assertString("mop:%09", "%");
- assertString("mop:a%03b", "a/b");
- }
-
- public void testDecodeFailure()
- {
- assertCannotDecode("%0");
- assertCannotDecode("%0" + (char)('0' - 1));
- assertCannotDecode("%0" + (char)('9' + 1));
- assertCannotDecode("%1");
- }
-}
Modified: components/mop/trunk/core/src/test/java/org/gatein/mop/core/support/content/portlet/PortletPreferenceState.java
===================================================================
--- components/mop/trunk/core/src/test/java/org/gatein/mop/core/support/content/portlet/PortletPreferenceState.java 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/core/src/test/java/org/gatein/mop/core/support/content/portlet/PortletPreferenceState.java 2011-03-25 16:31:17 UTC (rev 6126)
@@ -18,12 +18,10 @@
*/
package org.gatein.mop.core.support.content.portlet;
-import org.chromattic.api.annotations.FormattedBy;
import org.chromattic.api.annotations.ManyToOne;
import org.chromattic.api.annotations.Name;
import org.chromattic.api.annotations.PrimaryType;
import org.chromattic.api.annotations.Property;
-import org.gatein.mop.core.api.MOPFormatter;
import java.util.List;
@@ -32,7 +30,6 @@
* @version $Revision$
*/
@PrimaryType(name = "mop:portletpreference")
-(a)FormattedBy(MOPFormatter.class)
public abstract class PortletPreferenceState
{
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2011-03-25 15:33:48 UTC (rev 6125)
+++ components/mop/trunk/pom.xml 2011-03-25 16:31:17 UTC (rev 6126)
@@ -124,7 +124,7 @@
<!-- Build settings -->
<!-- ************** -->
- <org.chromattic.version>1.0.6</org.chromattic.version>
+ <org.chromattic.version>1.1.0-beta2</org.chromattic.version>
<!--
Current testuite doesn't work with surefire 2.7 defined in parent pom
@@ -143,14 +143,4 @@
<module>core</module>
</modules>
- <!-- for testing purpose only -->
- <profiles>
- <profile>
- <id>chromattictrunk</id>
- <properties>
- <org.chromattic.version>1.1.0-SNAPSHOT</org.chromattic.version>
- </properties>
- </profile>
- </profiles>
-
</project>
13 years, 9 months
gatein SVN: r6122 - in components/mop/trunk: api and 2 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-03-24 16:10:14 -0400 (Thu, 24 Mar 2011)
New Revision: 6122
Modified:
components/mop/trunk/api/pom.xml
components/mop/trunk/core/pom.xml
components/mop/trunk/pom.xml
components/mop/trunk/spi/pom.xml
Log:
update trunk to 1.1.0-Beta01-SNAPSHOT
Modified: components/mop/trunk/api/pom.xml
===================================================================
--- components/mop/trunk/api/pom.xml 2011-03-24 20:01:01 UTC (rev 6121)
+++ components/mop/trunk/api/pom.xml 2011-03-24 20:10:14 UTC (rev 6122)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.6-Beta02-SNAPSHOT</version>
+ <version>1.1.0-Beta01-SNAPSHOT</version>
</parent>
<!-- ****************** -->
Modified: components/mop/trunk/core/pom.xml
===================================================================
--- components/mop/trunk/core/pom.xml 2011-03-24 20:01:01 UTC (rev 6121)
+++ components/mop/trunk/core/pom.xml 2011-03-24 20:10:14 UTC (rev 6122)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.6-Beta02-SNAPSHOT</version>
+ <version>1.1.0-Beta01-SNAPSHOT</version>
</parent>
<!-- ****************** -->
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2011-03-24 20:01:01 UTC (rev 6121)
+++ components/mop/trunk/pom.xml 2011-03-24 20:10:14 UTC (rev 6122)
@@ -34,7 +34,7 @@
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.6-Beta02-SNAPSHOT</version>
+ <version>1.1.0-Beta01-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - MOP</name>
Modified: components/mop/trunk/spi/pom.xml
===================================================================
--- components/mop/trunk/spi/pom.xml 2011-03-24 20:01:01 UTC (rev 6121)
+++ components/mop/trunk/spi/pom.xml 2011-03-24 20:10:14 UTC (rev 6122)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.6-Beta02-SNAPSHOT</version>
+ <version>1.1.0-Beta01-SNAPSHOT</version>
</parent>
<!-- ****************** -->
13 years, 9 months
gatein SVN: r6121 - components/mop/branches.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-03-24 16:01:01 -0400 (Thu, 24 Mar 2011)
New Revision: 6121
Added:
components/mop/branches/1.0.x/
Log:
creating mop 1.0.x branch
13 years, 9 months
gatein SVN: r6120 - in components/wsrp/trunk: admin-gui and 13 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-03-24 09:49:35 -0400 (Thu, 24 Mar 2011)
New Revision: 6120
Modified:
components/wsrp/trunk/admin-gui/pom.xml
components/wsrp/trunk/api/pom.xml
components/wsrp/trunk/common/pom.xml
components/wsrp/trunk/consumer/pom.xml
components/wsrp/trunk/hibernate-impl/pom.xml
components/wsrp/trunk/jcr-impl/pom.xml
components/wsrp/trunk/pom.xml
components/wsrp/trunk/producer/pom.xml
components/wsrp/trunk/test/pom.xml
components/wsrp/trunk/ws-security/jboss5/pom.xml
components/wsrp/trunk/ws-security/pom.xml
components/wsrp/trunk/ws-security/wss/pom.xml
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp1-ws/pom.xml
components/wsrp/trunk/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/admin-gui/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/trunk/api/pom.xml
===================================================================
--- components/wsrp/trunk/api/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/api/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/trunk/common/pom.xml
===================================================================
--- components/wsrp/trunk/common/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/common/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/consumer/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/trunk/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/trunk/hibernate-impl/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/hibernate-impl/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/trunk/jcr-impl/pom.xml
===================================================================
--- components/wsrp/trunk/jcr-impl/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/jcr-impl/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-Beta01</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.1.0-Beta01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk/</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/trunk/</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/trunk/</url>
</scm>
<properties>
Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/producer/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/trunk/test/pom.xml
===================================================================
--- components/wsrp/trunk/test/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/test/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/ws-security/jboss5/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss-jboss5</artifactId>
Modified: components/wsrp/trunk/ws-security/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/ws-security/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<artifactId>wsrp-wss-parent</artifactId>
Modified: components/wsrp/trunk/ws-security/wss/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wss/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/ws-security/wss/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss</artifactId>
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/trunk/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp2-ws/pom.xml 2011-03-24 13:48:44 UTC (rev 6119)
+++ components/wsrp/trunk/wsrp2-ws/pom.xml 2011-03-24 13:49:35 UTC (rev 6120)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Beta01</version>
+ <version>2.1.0-Beta02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
13 years, 9 months
gatein SVN: r6119 - components/wsrp/tags.
by do-not-reply@jboss.org
Author: theute
Date: 2011-03-24 09:48:44 -0400 (Thu, 24 Mar 2011)
New Revision: 6119
Added:
components/wsrp/tags/2.1.0-Beta01/
Log:
[maven-scm] copy for tag 2.1.0-Beta01
13 years, 9 months
gatein SVN: r6118 - in components/wsrp/trunk: admin-gui and 13 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-03-24 09:48:08 -0400 (Thu, 24 Mar 2011)
New Revision: 6118
Modified:
components/wsrp/trunk/admin-gui/pom.xml
components/wsrp/trunk/api/pom.xml
components/wsrp/trunk/common/pom.xml
components/wsrp/trunk/consumer/pom.xml
components/wsrp/trunk/hibernate-impl/pom.xml
components/wsrp/trunk/jcr-impl/pom.xml
components/wsrp/trunk/pom.xml
components/wsrp/trunk/producer/pom.xml
components/wsrp/trunk/test/pom.xml
components/wsrp/trunk/ws-security/jboss5/pom.xml
components/wsrp/trunk/ws-security/pom.xml
components/wsrp/trunk/ws-security/wss/pom.xml
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp1-ws/pom.xml
components/wsrp/trunk/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare release 2.1.0-Beta01
Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/admin-gui/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/trunk/api/pom.xml
===================================================================
--- components/wsrp/trunk/api/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/api/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/trunk/common/pom.xml
===================================================================
--- components/wsrp/trunk/common/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/common/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/consumer/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/trunk/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/trunk/hibernate-impl/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/hibernate-impl/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/trunk/jcr-impl/pom.xml
===================================================================
--- components/wsrp/trunk/jcr-impl/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/jcr-impl/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/trunk/</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/trunk/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-Beta01</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.1.0-Beta01</url>
</scm>
<properties>
Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/producer/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/trunk/test/pom.xml
===================================================================
--- components/wsrp/trunk/test/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/test/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/ws-security/jboss5/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss-jboss5</artifactId>
Modified: components/wsrp/trunk/ws-security/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/ws-security/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<artifactId>wsrp-wss-parent</artifactId>
Modified: components/wsrp/trunk/ws-security/wss/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wss/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/ws-security/wss/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss</artifactId>
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/trunk/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp2-ws/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
+++ components/wsrp/trunk/wsrp2-ws/pom.xml 2011-03-24 13:48:08 UTC (rev 6118)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Alpha03-SNAPSHOT</version>
+ <version>2.1.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
13 years, 9 months
gatein SVN: r6117 - components/wsrp/trunk.
by do-not-reply@jboss.org
Author: theute
Date: 2011-03-24 09:35:03 -0400 (Thu, 24 Mar 2011)
New Revision: 6117
Modified:
components/wsrp/trunk/pom.xml
Log:
GTNWSRP-215: Upgrade Chomattic to 1.0.8
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-03-23 09:11:19 UTC (rev 6116)
+++ components/wsrp/trunk/pom.xml 2011-03-24 13:35:03 UTC (rev 6117)
@@ -57,7 +57,7 @@
<version.javax.xml.ws>2.1</version.javax.xml.ws>
<version.javax.xml.soap.saaj>1.3</version.javax.xml.soap.saaj>
<version.google-collections>1.0</version.google-collections>
- <version.chromattic>1.0.6</version.chromattic>
+ <version.chromattic>1.0.8</version.chromattic>
</properties>
<dependencyManagement>
13 years, 9 months
gatein SVN: r6116 - epp/portal/branches/EPP_5_1_Branch.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-03-23 05:11:19 -0400 (Wed, 23 Mar 2011)
New Revision: 6116
Modified:
epp/portal/branches/EPP_5_1_Branch/pom.xml
Log:
JBEPP-698: LDAP configuration with encrypted password
Modified: epp/portal/branches/EPP_5_1_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-03-23 09:04:25 UTC (rev 6115)
+++ epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-03-23 09:11:19 UTC (rev 6116)
@@ -47,7 +47,7 @@
<org.gatein.common.version>2.0.3-GA</org.gatein.common.version>
<org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
<org.gatein.pc.version>2.2.0-GA</org.gatein.pc.version>
- <org.picketlink.idm>1.1.7.GA</org.picketlink.idm>
+ <org.picketlink.idm>1.1.8.CR01</org.picketlink.idm>
<org.gatein.wsrp.version>2.0.1-Beta01</org.gatein.wsrp.version>
<org.gatein.mop.version>1.0.3-GA</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
13 years, 9 months