Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Set development version to 0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Jun 11, 2015
1 parent f7b1b6d commit 4796345
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.rbmhtechnology"

name := "eventuate"

version := "0.2-SNAPSHOT"
version := "0.3-SNAPSHOT"

scalaVersion := "2.11.4"

Expand Down
4 changes: 2 additions & 2 deletions src/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
master_doc = 'index'
project = u'Eventuate'
copyright = u'2015 Red Bull Media House'
version = '0.2-SNAPSHOT'
release = '0.2-SNAPSHOT'
version = '0.3-SNAPSHOT'
release = '0.3-SNAPSHOT'
exclude_patterns = []
highlight_language = 'scala'
html_title = 'Eventuate'
Expand Down
8 changes: 4 additions & 4 deletions src/sphinx/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To include the latest release into a Maven project, add the following to your ``
<dependency>
<groupId>com.rbmhtechnology</groupId>
<artifactId>eventuate_2.11</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>

To include the latest development snapshot::
Expand All @@ -35,7 +35,7 @@ To include the latest development snapshot::
<dependency>
<groupId>com.rbmhtechnology</groupId>
<artifactId>eventuate_2.11</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.3-SNAPSHOT</version>
</dependency>

SBT
Expand All @@ -45,13 +45,13 @@ To include the latest release into an sbt_ project, add the following to your ``

resolvers += "Eventuate Releases" at "https://dl.bintray.com/rbmhtechnology/maven"

libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.1"
libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.2"

To include the latest development snapshot::

resolvers += "OJO Snapshots" at "https://oss.jfrog.org/oss-snapshot-local"

libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.2-SNAPSHOT"
libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.3-SNAPSHOT"

Sources
-------
Expand Down

0 comments on commit 4796345

Please sign in to comment.