Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYch authored and OlegYch committed Mar 16, 2011
1 parent b0619b4 commit 0910fff
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.textile
Expand Up @@ -14,7 +14,7 @@ h3. Usage as processor

<pre>
> *olegychRepo at https://bitbucket.org/olegych/mvn/raw/default
> *sources is com.olegych sbt-sources-processor 0.2.0-SNAPSHOT
> *sources is com.olegych sbt-sources-processor 0.2.0
...
> sources
...
Expand All @@ -23,7 +23,7 @@ h3. Usage as processor
You can also replace the default update task by issuing the following command (probably not the best idea for now):

<pre>
> *update is com.olegych sbt-sources-processor 0.2.0-SNAPSHOT
> *update is com.olegych sbt-sources-processor 0.2.0
</pre>

To revert to default 'update' use this command:
Expand All @@ -42,7 +42,7 @@ h3. Usage as plugin
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val olegychRepo = "olegychRepo" at "https://bitbucket.org/olegych/mvn/raw/default"
val sbtSourcesPlugin = "com.olegych" % "sbt-sources-plugin" % "0.2.0-SNAPSHOT"
val sbtSourcesPlugin = "com.olegych" % "sbt-sources-plugin" % "0.2.0"
}
</pre>

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -4,7 +4,7 @@ project.organization=com.olegych
project.name=sbt-sources
offline=false
sbt.version=0.7.5.RC0
project.version=0.2.0-SNAPSHOT
project.version=0.2.0
def.scala.version=2.7.7
build.scala.versions=2.7.7
project.initialize=false
2 changes: 1 addition & 1 deletion sbt-sources-core/project/build.properties
@@ -1,4 +1,4 @@
#Project properties
#Mon Feb 28 17:44:03 EET 2011
project.name=sbt-sources-core
project.version=0.2.0-SNAPSHOT
project.version=0.2.0
2 changes: 1 addition & 1 deletion sbt-sources-plugin/project/build.properties
@@ -1,4 +1,4 @@
#Project properties
#Mon Feb 28 17:44:03 EET 2011
project.name=sbt-sources-plugin
project.version=0.2.0-SNAPSHOT
project.version=0.2.0
2 changes: 1 addition & 1 deletion sbt-sources-processor/project/build.properties
@@ -1,4 +1,4 @@
#Project properties
#Mon Feb 28 17:44:03 EET 2011
project.name=sbt-sources-processor
project.version=0.2.0-SNAPSHOT
project.version=0.2.0
@@ -1,7 +1,7 @@
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val testedVersion = "0.2.0-SNAPSHOT"
val testedVersion = "0.2.0"
val groupId = "com.olegych"
val sourcesPlugin = groupId % "sbt-sources-plugin" % testedVersion
val scriptedTestUtils = groupId % "sbt-sources-tests_2.7.7" % testedVersion
Expand Down
@@ -1,7 +1,7 @@
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val testedVersion = "0.2.0-SNAPSHOT"
val testedVersion = "0.2.0"
val groupId = "com.olegych"
val sourcesPlugin = groupId % "sbt-sources-plugin" % testedVersion
val scriptedTestUtils = groupId % "sbt-sources-tests_2.7.7" % testedVersion
Expand Down
@@ -1,7 +1,7 @@
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val testedVersion = "0.2.0-SNAPSHOT"
val testedVersion = "0.2.0"
val groupId = "com.olegych"
val sourcesPlugin = groupId % "sbt-sources-plugin" % testedVersion
val scriptedTestUtils = groupId % "sbt-sources-tests_2.7.7" % testedVersion
Expand Down

0 comments on commit 0910fff

Please sign in to comment.