Skip to content

Commit

Permalink
updating versions to 0.2.0 all around
Browse files Browse the repository at this point in the history
  • Loading branch information
luis100 committed Jun 7, 2013
1 parent 6979551 commit aa42dfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adaptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-model</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-model</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-core</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>eu.scape-project</groupId>
<artifactId>scout-model</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
Expand All @@ -254,4 +254,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>

0 comments on commit aa42dfc

Please sign in to comment.