Skip to content

Commit

Permalink
ARQ-461 Upgrade to CR1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Jun 4, 2011
1 parent b883aaa commit 4a5efc1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions pom.xml
@@ -1,6 +1,6 @@
<?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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<!-- Parent -->
<parent>
Expand All @@ -9,26 +9,26 @@
<version>6-beta-2</version>
<relativePath />
</parent>

<!-- Model Version -->
<modelVersion>4.0.0</modelVersion>

<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-jetty</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Arquillian Container Parent Jetty</name>
<description>Jetty Container integrations for the Arquillian Project</description>
<!-- Model Version -->
<modelVersion>4.0.0</modelVersion>

<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-jetty</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Arquillian Container Parent Jetty</name>
<description>Jetty Container integrations for the Arquillian Project</description>

<!-- Properties -->
<properties>

<!-- Properties -->
<properties>

<!-- Versioning -->
<version.arquillian_core>1.0.0.Beta1</version.arquillian_core>
<version.arquillian_core>1.0.0.CR1-SNAPSHOT</version.arquillian_core>

</properties>
</properties>

<dependencyManagement>
<dependencies>
Expand All @@ -42,10 +42,10 @@
</dependencies>
</dependencyManagement>

<modules>
<module>jetty-embedded-6.1</module>
<module>jetty-embedded-7</module>
</modules>
<modules>
<module>jetty-embedded-6.1</module>
<module>jetty-embedded-7</module>
</modules>

<build>
<plugins>
Expand All @@ -63,7 +63,7 @@
<argLine>-Xmx512M</argLine>
</configuration>
</plugin>
</plugins>
</plugins>
</build>
</project>

0 comments on commit 4a5efc1

Please sign in to comment.