Skip to content

Commit

Permalink
Qi4j version change from 2.0-SNAPSHOT to 2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Dec 27, 2012
1 parent ac40649 commit 1e2d648
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
</dependency>

<!-- Tests -->
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>org.qi4j.core.runtime</artifactId>
<version>${version.qi4j}</version>
</dependency>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>org.qi4j.core.testsupport</artifactId>
Expand Down
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</scm>

<properties>
<version.qi4j>2.0-SNAPSHOT</version.qi4j>
<version.qi4j>2.0-RC1</version.qi4j>
<version.restlet>2.0.7</version.restlet>
<version.derby>10.7.1.1</version.derby>
<version.bouncy>1.46</version.bouncy>
Expand Down Expand Up @@ -117,8 +117,12 @@

<!-- Qi4j -->
<repository>
<id>ops4j-repository</id>
<url>http://repository.ops4j.org/maven2</url>
<id>qi4j-release</id>
<url>http://repository-qi4j.forge.cloudbees.com/release/</url>
</repository>
<repository>
<id>qi4j-snapshot</id>
<url>http://repository-qi4j.forge.cloudbees.com/snapshot/</url>
</repository>

<!-- Restlet -->
Expand Down
2 changes: 1 addition & 1 deletion site/www
Submodule www updated 1 files
+2 −1 roadmap.html

0 comments on commit 1e2d648

Please sign in to comment.