Skip to content

Commit

Permalink
[maven-release-plugin] prepare release extscript-root-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
werpu committed Mar 26, 2012
1 parent 44a320e commit b580be8
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 48 deletions.
12 changes: 6 additions & 6 deletions extscript-bundles/extscript-myfaces20-bundle/pom.xml
Expand Up @@ -4,7 +4,7 @@
<artifactId>extscript-myfaces20-bundle</artifactId>
<packaging>jar</packaging>
<name>MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<description>
The meta bundle bundeling all needed core runtimes
Expand All @@ -14,20 +14,20 @@
<parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-bundles</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles/extscript-myfaces20-bundle</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-bundles/extscript-myfaces20-bundle</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-bundles/extscript-myfaces20-bundle</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-bundles/extscript-myfaces20-bundle</url>
</scm>

<dependencies>
<dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions extscript-bundles/pom.xml
Expand Up @@ -4,7 +4,7 @@
<artifactId>extscript-bundles</artifactId>
<packaging>pom</packaging>
<name>MyFaces Extension Scripting meta bundles</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<description>
Meta bundles bundling the various ext-script
Expand All @@ -15,14 +15,14 @@
<parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-root</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>


<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-bundles</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-bundles</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-bundles</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-bundles</url>
</scm>

<modules>
Expand Down
10 changes: 5 additions & 5 deletions extscript-core-root/extscript-core/pom.xml
Expand Up @@ -2,7 +2,7 @@
<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>
<artifactId>extscript-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>MyFaces Extension Scripting Core</name>

Expand All @@ -13,17 +13,17 @@
<parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core-root</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-core-root/extscript-core
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-core-root/extscript-core
</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root/extscript-core</url>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-core-root/extscript-core</url>
</scm>


Expand Down
10 changes: 5 additions & 5 deletions extscript-core-root/pom.xml
Expand Up @@ -3,7 +3,7 @@
<artifactId>extscript-core-root</artifactId>
<packaging>pom</packaging>
<name>MyFaces Extension Scripting Core Engine</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<description>
MyFaces Extension Scripting Core Meta Project
Expand All @@ -12,13 +12,13 @@
<parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-root</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-core-root</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-core-root</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-core-root</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-core-root</url>
</scm>

<modules>
Expand Down
12 changes: 6 additions & 6 deletions extscript-examples/blog-example/pom.xml
Expand Up @@ -4,24 +4,24 @@
<parent>
<artifactId>extscript-examples</artifactId>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>blog-example</artifactId>
<packaging>war</packaging>
<name>A simple blogging project using myfaces 2.0</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<url>http://www.apache.org</url>

<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-example
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-example
</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example</url>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-example</url>
</scm>

<repositories>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>


Expand Down
12 changes: 6 additions & 6 deletions extscript-examples/myfaces20-example/pom.xml
Expand Up @@ -4,24 +4,24 @@
<parent>
<artifactId>extscript-examples</artifactId>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>myfaces20-example</artifactId>
<packaging>war</packaging>
<name>A custom project using myfaces 2.0</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<url>http://www.apache.org</url>

<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-example
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-example
</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-example</url>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-example</url>
</scm>

<repositories>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions extscript-examples/myfaces20-extscript-helloworld/pom.xml
Expand Up @@ -4,24 +4,24 @@
<parent>
<artifactId>extscript-examples</artifactId>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>myfaces20-extscript-helloworld</artifactId>
<packaging>war</packaging>
<name>A simple project for MyFaces 2.0 and Ext-Scripting 1.0</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<url>http://www.apache.org</url>

<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld
scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-extscript-helloworld
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-extscript-helloworld
</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld</url>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples/myfaces20-extscript-helloworld</url>
</scm>


Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-myfaces20-bundle</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions extscript-examples/pom.xml
Expand Up @@ -3,7 +3,7 @@
<artifactId>extscript-examples</artifactId>
<packaging>pom</packaging>
<name>Examples Submodule</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<description>
Examples Meta Project, see the subprojects
Expand All @@ -13,16 +13,16 @@
<parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-root</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk/extscript-examples
scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples
</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples</url>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3/extscript-examples</url>
</scm>


Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<artifactId>extscript-root</artifactId>
<packaging>pom</packaging>
<name>Myfaces Extension Scripting Project</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<!-- test -->
<properties>
<myfaces12.version>1.2.9</myfaces12.version>
Expand Down Expand Up @@ -53,10 +53,10 @@
</modules>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.3
</developerConnection>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk</url>
<url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/tags/extscript-root-1.0.3</url>
</scm>


Expand Down

0 comments on commit b580be8

Please sign in to comment.