Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0.20101107-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
balunasj committed Nov 7, 2010
1 parent 2c5eb78 commit 27fe4f5
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 34 deletions.
4 changes: 2 additions & 2 deletions annotations/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions attributes/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>

Expand Down
7 changes: 3 additions & 4 deletions commons/pom.xml
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<name>commons</name>
<build>
<plugins>
Expand Down
10 changes: 5 additions & 5 deletions dist/pom.xml
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>

<!-- SCM and distribution management -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/dist</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/dist</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20101107-M4/cdk/dist</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20101107-M4/cdk/dist</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20101107-M4/cdk/dist</url>
</scm>
<build>
<finalName>cdk</finalName>
Expand Down
7 changes: 3 additions & 4 deletions generator/pom.xml
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<name>Java Server Faces component generator</name>


Expand Down
4 changes: 2 additions & 2 deletions maven-cdk-plugin/pom.xml
Expand Up @@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-resources-plugin/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<packaging>maven-plugin</packaging>
<name>maven-resources-plugin</name>
<description>Maven plugin for packaging resources with web application</description>
Expand Down
13 changes: 6 additions & 7 deletions parent/pom.xml
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../../build/parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>

Expand All @@ -23,9 +22,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20101107-M4/cdk/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20101107-M4/cdk/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/tags/4.0.0.20101107-M4/cdk/parent</url>
</scm>

<build>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
Expand All @@ -32,9 +32,9 @@
</modules>
<!-- SCM and distribution management -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20101107-M4/cdk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20101107-M4/cdk</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20101107-M4/cdk</url>
</scm>

<!-- Minimal build configuration -->
Expand Down
4 changes: 2 additions & 2 deletions xinclude/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.20101107-M4</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>

Expand Down

0 comments on commit 27fe4f5

Please sign in to comment.