Skip to content

Commit

Permalink
Bumping (restoring) version number after release
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek authored and vivek committed Oct 16, 2013
1 parent 49a3373 commit a06c51b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -14,7 +14,7 @@

name=bixo
# Must be kept in sync with <project><version> value in pom.xml
version=0.9.1
version=1.0-SNAPSHOT

# For location of local cache of dependent jars
# Default is ~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion contrib/helpful/build.properties
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name=helpful
version=0.9.1
version=1.0-SNAPSHOT

# For location of local cache of dependent jars
# Default is ~/.m2/repository
Expand Down
4 changes: 2 additions & 2 deletions contrib/helpful/pom.xml
Expand Up @@ -23,7 +23,7 @@
<artifactId>helpful</artifactId>
<name>helpful</name>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>1.0-SNAPSHOT</version>
<repositories>
<repository>
<id>Conjars</id>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>bixo</groupId>
<artifactId>bixo-core</artifactId>
<version>0.9.1</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/build.properties
Expand Up @@ -22,7 +22,7 @@
*/

name=bixo-examples
version=0.9.1
version=1.0-SNAPSHOT

jar.name=${ant.project.name}-${version}.jar
job.name=${ant.project.name}-job-${version}.jar
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -23,7 +23,7 @@
<artifactId>bixo-examples</artifactId>
<name>Bixo Examples</name>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>1.0-SNAPSHOT</version>
<repositories>
<repository>
<id>Conjars</id>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>bixo</groupId>
<artifactId>bixo-core</artifactId>
<version>0.9.1</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<!-- cascading-11-jdbc is based on Cascading 1.x and needs to be updated -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -37,7 +37,7 @@
</scm>
<packaging>jar</packaging>
<!-- Must be kept in sync with "version" value in build.properties -->
<version>0.9.1</version>
<version>1.0-SNAPSHOT</version>

<repositories>
<repository>
Expand Down

0 comments on commit a06c51b

Please sign in to comment.