Skip to content

Commit

Permalink
Update to 1.1-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
niclash committed Feb 16, 2010
1 parent fb2892d commit 15eaa77
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 203 deletions.
11 changes: 9 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.qi4j.app</groupId>
<artifactId>qi4j-chronos</artifactId>
<version>1.0-RC3-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<groupId>org.qi4j.app.chronos</groupId>
<artifactId>qi4j-chronos-core</artifactId>
<name>Qi4j Apps Chronos - Core</name>
<version>1.0-RC3-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down Expand Up @@ -50,10 +50,17 @@
<artifactId>qi4j-core-runtime</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.5.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>

Expand Down
11 changes: 5 additions & 6 deletions ideaplugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.qi4j</groupId>
<artifactId>qi4j</artifactId>
<version>1.0-RC2-SNAPSHOT</version>
<groupId>org.qi4j.app</groupId>
<artifactId>qi4j-chronos</artifactId>
<version>1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.qi4j.app.chronos</groupId>
<artifactId>qi4j-app-chronos-idea</artifactId>
<name>Qi4j Apps Chronos - IntelliJ IDEA plugin</name>
<version>1.0-RC2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.qi4j.core</groupId>
Expand Down
Loading

0 comments on commit 15eaa77

Please sign in to comment.