Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
werpu committed Dec 6, 2012
1 parent cf907c6 commit dbc4610
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 77 deletions.
14 changes: 7 additions & 7 deletions extscript-bundles/extscript-myfaces20-bundle/pom.xml
Expand Up @@ -24,7 +24,7 @@
<artifactId>extscript-myfaces20-bundle</artifactId> <artifactId>extscript-myfaces20-bundle</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle</name> <name>MyFaces Extension Scripting MyFaces 2.0 convenience meta bundle</name>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>


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


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


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


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


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




<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.5/extscript-bundles</connection> <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/tags/extscript-root-1.0.5/extscript-bundles</developerConnection> <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/tags/extscript-root-1.0.5/extscript-bundles</url> <url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles</url>
</scm> </scm>


<modules> <modules>
Expand Down
12 changes: 6 additions & 6 deletions extscript-core-root/extscript-cdi/pom.xml
Expand Up @@ -20,7 +20,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"> <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> <modelVersion>4.0.0</modelVersion>
<artifactId>extscript-cdi</artifactId> <artifactId>extscript-cdi</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MyFaces Extension Scripting Core for Apache OWB</name> <name>MyFaces Extension Scripting Core for Apache OWB</name>


Expand All @@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core-root</artifactId> <artifactId>extscript-core-root</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</parent> </parent>


<repositories> <repositories>
Expand All @@ -49,12 +49,12 @@


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


Expand All @@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId> <artifactId>extscript-core</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</dependency> </dependency>
<!-- <!--
<dependency> <dependency>
Expand Down
10 changes: 5 additions & 5 deletions extscript-core-root/extscript-core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId> <artifactId>extscript-core</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MyFaces Extension Scripting Core</name> <name>MyFaces Extension Scripting Core</name>


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


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




Expand Down
6 changes: 3 additions & 3 deletions extscript-core-root/extscript-myfaces/pom.xml
Expand Up @@ -21,14 +21,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-myfaces</artifactId> <artifactId>extscript-myfaces</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MyFaces Extension Scripting Core MyFaces Specific Subproject</name> <name>MyFaces Extension Scripting Core MyFaces Specific Subproject</name>


<parent> <parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core-root</artifactId> <artifactId>extscript-core-root</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
Expand All @@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId> <artifactId>extscript-core</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</dependency> </dependency>


</dependencies> </dependencies>
Expand Down
12 changes: 6 additions & 6 deletions extscript-core-root/extscript-spring/pom.xml
Expand Up @@ -20,24 +20,24 @@
<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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>extscript-spring</artifactId> <artifactId>extscript-spring</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MyFaces Extension Scripting Core Spring</name> <name>MyFaces Extension Scripting Core Spring</name>


<parent> <parent>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core-root</artifactId> <artifactId>extscript-core-root</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</parent> </parent>


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


<description> <description>
Expand All @@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-core</artifactId> <artifactId>extscript-core</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
Expand Down
10 changes: 5 additions & 5 deletions extscript-core-root/pom.xml
Expand Up @@ -22,7 +22,7 @@
<artifactId>extscript-core-root</artifactId> <artifactId>extscript-core-root</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>MyFaces Extension Scripting Core Engine</name> <name>MyFaces Extension Scripting Core Engine</name>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>


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


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.5/extscript-core-root</connection> <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/tags/extscript-root-1.0.5/extscript-core-root</developerConnection> <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/tags/extscript-root-1.0.5/extscript-core-root</url> <url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root</url>
</scm> </scm>


<modules> <modules>
Expand Down
10 changes: 5 additions & 5 deletions extscript-doccompiler/pom.xml
Expand Up @@ -22,7 +22,7 @@
<artifactId>extscript-doccompiler</artifactId> <artifactId>extscript-doccompiler</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>MyFaces Extension Scripting Doccompiler</name> <name>MyFaces Extension Scripting Doccompiler</name>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>


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


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/scripting/tags/extscript-root-1.0.5/extscript-core-root</connection> <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/tags/extscript-root-1.0.5/extscript-core-root</developerConnection> <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/tags/extscript-root-1.0.5/extscript-core-root</url> <url>http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-core-root</url>
</scm> </scm>




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


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


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




Expand Down
12 changes: 6 additions & 6 deletions extscript-examples/cdi-example/pom.xml
Expand Up @@ -22,25 +22,25 @@
<parent> <parent>
<artifactId>extscript-examples</artifactId> <artifactId>extscript-examples</artifactId>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>myfaces21-extscript-cdi</artifactId> <artifactId>myfaces21-extscript-cdi</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>A simple project for MyFaces 2.1 and Ext-Scripting 1.0 and CDI</name> <name>A simple project for MyFaces 2.1 and Ext-Scripting 1.0 and CDI</name>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
<url>http://www.apache.org</url> <url>http://www.apache.org</url>


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


Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency> <dependency>
<groupId>org.apache.myfaces.extensions.scripting</groupId> <groupId>org.apache.myfaces.extensions.scripting</groupId>
<artifactId>extscript-cdi</artifactId> <artifactId>extscript-cdi</artifactId>
<version>1.0.5</version> <version>1.0.6-SNAPSHOT</version>
</dependency> </dependency>


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


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


<repositories> <repositories>
Expand Down

0 comments on commit dbc4610

Please sign in to comment.