Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1-CR2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 5, 2010
1 parent 6fdc64b commit a208862
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 74 deletions.
11 changes: 5 additions & 6 deletions jsf/login/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<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>

<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -172,9 +171,9 @@
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/login</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/login</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/login</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/login</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/login</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/login</url>
</scm>

</project>
Expand Down
16 changes: 7 additions & 9 deletions jsf/numberguess/pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<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>

<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -70,7 +69,7 @@
</activation>

<properties>
<distributable.flag></distributable.flag>
<distributable.flag />
</properties>

<dependencies>
Expand Down Expand Up @@ -726,8 +725,7 @@ filesCopiedToWebInfLib=appengine-api-1.0-sdk-1.2.5.jar|appengine-api-labs-1.2.5.
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<connectors>
<connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>${jetty.http.port}</port>
<maxIdleTime>3600000</maxIdleTime>
</connector>
Expand Down Expand Up @@ -773,9 +771,9 @@ filesCopiedToWebInfLib=appengine-api-1.0-sdk-1.2.5.jar|appengine-api-labs-1.2.5.
</properties>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/numberguess</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/numberguess</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/numberguess</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/numberguess</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/numberguess</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/numberguess</url>
</scm>

</project>
Expand Down
17 changes: 7 additions & 10 deletions jsf/permalink/pom.xml
@@ -1,12 +1,11 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -427,8 +426,7 @@
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<connectors>
<connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>${jetty.http.port}</port>
<maxIdleTime>3600000</maxIdleTime>
</connector>
Expand Down Expand Up @@ -552,8 +550,7 @@
<!--
<executions> <execution> <id>touch-web-inf</id>
<phase>validate</phase> <configuration> <tasks>
<touch file="${webapp.directory}/WEB-INF/web.xml"
/> </tasks> </configuration> <goals>
<touch file="${webapp.directory}/WEB-INF/web.xml" /> </tasks> </configuration> <goals>
<goal>run</goal> </goals> </execution>
</executions>
-->
Expand All @@ -564,9 +561,9 @@
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/permalink</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/permalink</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/permalink</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/permalink</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/permalink</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/permalink</url>
</scm>

</project>
2 changes: 1 addition & 1 deletion jsf/translator/ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/translator/ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
8 changes: 4 additions & 4 deletions jsf/translator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down Expand Up @@ -61,9 +61,9 @@
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/translator</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/translator</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/translator</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/translator</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/translator</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/translator</url>
</scm>

</project>
Expand Down
2 changes: 1 addition & 1 deletion jsf/translator/war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
47 changes: 17 additions & 30 deletions pom.xml
@@ -1,6 +1,5 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.weld</groupId>
Expand All @@ -10,7 +9,7 @@
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<name>Weld Examples</name>

<description>
Expand Down Expand Up @@ -102,7 +101,7 @@
<maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
<failsafe.maven.plugin.version>2.4.3-alpha-1</failsafe.maven.plugin.version>
<ant.junit.version>1.6.2</ant.junit.version>
<ftest.version.discriminator></ftest.version.discriminator>
<ftest.version.discriminator />
<selenium.browser>*firefoxproxy</selenium.browser>
<selenium.browser.url>http://localhost:8080</selenium.browser.url>
<selenium.server.port>14444</selenium.server.port>
Expand Down Expand Up @@ -240,9 +239,9 @@
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2</url>
</scm>

<profiles>
Expand Down Expand Up @@ -450,12 +449,8 @@
<phase>post-integration-test</phase>
<configuration>
<tasks>
<get taskname="selenium-shutdown"
src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
ignoreerrors="true"
dest="${project.build.directory}/selenium.stop.msg" />
<echo taskname="selenium-shutdown"
message="DGF Errors during shutdown are expected" />
<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${project.build.directory}/selenium.stop.msg" />
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
</tasks>
</configuration>
<goals>
Expand Down Expand Up @@ -673,12 +668,8 @@
<phase>post-integration-test</phase>
<configuration>
<tasks>
<get taskname="selenium-shutdown"
src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
ignoreerrors="true"
dest="${project.build.directory}/selenium.stop.msg" />
<echo taskname="selenium-shutdown"
message="DGF Errors during shutdown are expected" />
<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${project.build.directory}/selenium.stop.msg" />
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
</tasks>
</configuration>
<goals>
Expand Down Expand Up @@ -869,9 +860,9 @@
<phase>pre-integration-test</phase>
<configuration>
<tasks>
<property name="url.to.wait" value="http://localhost:8180/${project.build.finalName}"/>
<copy file="${project.build.directory}/${project.build.finalName}.${project.packaging}" todir="${jboss.master.configuration}/farm"/>
<echo message="Waiting for application at ${url.to.wait}"/>
<property name="url.to.wait" value="http://localhost:8180/${project.build.finalName}" />
<copy file="${project.build.directory}/${project.build.finalName}.${project.packaging}" todir="${jboss.master.configuration}/farm" />
<echo message="Waiting for application at ${url.to.wait}" />
<waitfor maxwait="${application.deploy.timeout}" maxwaitunit="second">
<http url="${url.to.wait}" errorsBeginAt="404" />
</waitfor>
Expand All @@ -888,15 +879,11 @@
<phase>post-integration-test</phase>
<configuration>
<tasks>
<echo message="Undeploying application..."/>
<delete file="${jboss.master.configuration}/farm/${project.build.finalName}.${project.packaging}"/>
<echo message="Undeploying application..." />
<delete file="${jboss.master.configuration}/farm/${project.build.finalName}.${project.packaging}" />

<get taskname="selenium-shutdown"
src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
ignoreerrors="true"
dest="${project.build.directory}/selenium.stop.msg" />
<echo taskname="selenium-shutdown"
message="DGF Errors during shutdown are expected" />
<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${project.build.directory}/selenium.stop.msg" />
<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
</tasks>
</configuration>
<goals>
Expand Down
8 changes: 4 additions & 4 deletions se/hello-world/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -90,9 +90,9 @@
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/se/hello-world</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/se/hello-world</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/se/hello-world</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/hello-world</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/hello-world</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/se/hello-world</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions se/numberguess/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -91,9 +91,9 @@
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/se/numberguess</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/se/numberguess</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/se/numberguess</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/numberguess</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/numberguess</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/se/numberguess</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions wicket/numberguess/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-CR2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -189,9 +189,9 @@
</properties>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/wicket/numberguess</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/wicket/numberguess</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/trunk/wicket/numberguess</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/wicket/numberguess</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/wicket/numberguess</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/wicket/numberguess</url>
</scm>

</project>

0 comments on commit a208862

Please sign in to comment.