Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclav committed Dec 18, 2012
1 parent fdec79f commit 971c8d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defaultTasks 'test'

archivesBaseName = 'gpars'
group = 'org.codehaus.gpars'
version = '1.0.0-rc1'
version = '1.0.0'

sourceCompatibility = 6
targetCompatibility = 6
Expand Down
2 changes: 1 addition & 1 deletion grails-doc/src/doc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

title=The GPars Framework
subtitle=Groovy Parallel Systems
version=1.0.0-rc1
version=1.0.0
authors=The Whole GPars Gang
copyright=Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
footer=Tackling the complexity of concurrent programming with Groovy.
Expand Down
2 changes: 1 addition & 1 deletion java-demo/gpars-java-demo.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.8.2" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.gpars:gpars:1.0-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.gpars:gpars:1.0.0-rc1" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.jsr166-mirror:jsr166y:1.7.0" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.groovy:groovy-all:1.8.6" level="project" />
</component>
Expand Down
4 changes: 2 additions & 2 deletions java-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.codehaus.gpars</groupId>
<artifactId>gpars-java-demo</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>gpars-java-demo</name>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>org.codehaus.gpars</groupId>
<artifactId>gpars</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit 971c8d8

Please sign in to comment.