Skip to content

Commit

Permalink
updated the readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jul 19, 2014
1 parent 62a9ddd commit dc7ba34
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.0



# 2.0 RC5 - More Java DSL tweaks, started pact specification 2 matcher implementation

* 0682fe2 - update changelog (Ronald Holshausen, Fri Jul 11 13:10:38 2014 +1000)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Which is a project that aims at providing tooling to coordinate pact generation

## Building the library

Most of pact-jvm is written in Scala. You can build it using SBT (the old way). We are moving the build to Gradle,
Most of Pact-JVM is written in Scala. You can build it using SBT (the old way). We are moving the build to Gradle,
so you can build it with that too.

To build the libraries:
Expand All @@ -107,6 +107,7 @@ To publish to a nexus repo, change the url in project/Build.scala then run:
$ sbt clean test publish

or

$ ./gradlew clean check uploadArchives

You will need to be added to the nexus project to be able to do this.
2 changes: 1 addition & 1 deletion pact-jvm-consumer-groovy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group-id = `au.com.dius`

artifact-id = `pact-jvm-consumer-groovy_2.10`

version-id = `2.0-RC5`
version-id = `2.0.0`

##Usage

Expand Down
2 changes: 1 addition & 1 deletion pact-jvm-consumer-junit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group-id = `au.com.dius`

artifact-id = `pact-jvm-consumer-junit_2.10`

version-id = `2.0-RC5`
version-id = `2.0.0`

##Usage

Expand Down
3 changes: 3 additions & 0 deletions pact-jvm-consumer-sbt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pact-jvm-consumer-sbt
=====================

8 changes: 4 additions & 4 deletions pact-jvm-consumer-specs2/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pact-jvm-consumer-specs2
========================

##Specs2 Bindings for the pact-jvm library
## Specs2 Bindings for the pact-jvm library

##Dependency
## Dependency

In the root folder of your project in build.sbt add the line:
```
libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0-RC4"
libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.0"
```

##Usage
## Usage

To author a test, extend `PactSpec`

Expand Down
4 changes: 2 additions & 2 deletions pact-jvm-consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Pact Consumer is used by projects that are consumers of an API.

Most projects will want to use pact-consumer via one of the test framework specific projects above.

If your favourite framework is not implemented, this module should give you all the hooks you need
If your favourite framework is not implemented, this module should give you all the hooks you need.

Please let us know if you build one and we'll link to you from the main page
Please let us know if you build one and we'll link to you from the main page.
2 changes: 1 addition & 1 deletion pact-jvm-provider-sbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The sbt plugin adds an sbt task for running all provider pacts against a running

To use the pact sbt plugin, add the following to your project/plugins.sbt

addSbtPlugin("com.dius" %% "pact-jvm-provider-sbt" % "2.0-RC5")
addSbtPlugin("com.dius" %% "pact-jvm-provider-sbt" % "2.0.0")

and the following to your build.sbt

Expand Down
3 changes: 3 additions & 0 deletions pact-jvm-provider-specs2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pact-jvm-provider-specs2
========================

2 changes: 1 addition & 1 deletion pact-jvm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The server implements a `JSON` `REST` Admin API with the following endpoints.

## Running the server

sbt pact-jvm-server/run
$ sbt pact-jvm-server/run

By default will run on port `29999` but a port number can be optionally supplied.

Expand Down

0 comments on commit dc7ba34

Please sign in to comment.