Skip to content

Commit

Permalink
Updated the dependency to gpars-1.0-beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclav committed May 22, 2012
1 parent 4b332fe commit 4978680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ To save you from looking up the GPars library itself, you can get it as:
<dependency> <dependency>
<groupId>org.codehaus.gpars</groupId> <groupId>org.codehaus.gpars</groupId>
<artifactId>gpars</artifactId> <artifactId>gpars</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
</dependency> </dependency>
``` ```


Expand Down Expand Up @@ -182,7 +182,9 @@ dependencies {
// if you don't want Gaelyk integration // if you don't want Gaelyk integration
exclude group: 'org.gaelyk', module: 'gaelyk' exclude group: 'org.gaelyk', module: 'gaelyk'
} }
compile 'org.codehaus.gpars:gpars:1.0-beta-2'
// if you want Gaelyk integration // if you want Gaelyk integration
// compile 'org.gaelyk:gaelyk:1.2-SNAPSHOT' // compile 'org.gaelyk:gaelyk:1.2-SNAPSHOT'
} }
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,3 @@

apply plugin: 'groovy' apply plugin: 'groovy'
apply plugin: 'maven' apply plugin: 'maven'


Expand All @@ -25,7 +24,7 @@ dependencies {
groovy 'org.codehaus.groovy:groovy-all:1.8.6' groovy 'org.codehaus.groovy:groovy-all:1.8.6'
compile "com.google.appengine:appengine-api-1.0-sdk:$gaeVersion" compile "com.google.appengine:appengine-api-1.0-sdk:$gaeVersion"
compile "com.google.appengine:appengine-api-labs:$gaeVersion" compile "com.google.appengine:appengine-api-labs:$gaeVersion"
compile 'org.codehaus.gpars:gpars:1.0-SNAPSHOT' compile 'org.codehaus.gpars:gpars:1.0-beta-2'
compile 'org.gaelyk:gaelyk:1.2-SNAPSHOT' compile 'org.gaelyk:gaelyk:1.2-SNAPSHOT'
deployerJars "org.apache.maven.wagon:wagon-http-lightweight:2.0" deployerJars "org.apache.maven.wagon:wagon-http-lightweight:2.0"
} }
Expand Down

0 comments on commit 4978680

Please sign in to comment.