Skip to content

Commit dc7ba34

Browse files
author
Ronald Holshausen
committed
updated the readmes
1 parent 62a9ddd commit dc7ba34

File tree

10 files changed

+22
-11
lines changed

10 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0
2+
3+
4+
15
# 2.0 RC5 - More Java DSL tweaks, started pact specification 2 matcher implementation
26

37
* 0682fe2 - update changelog (Ronald Holshausen, Fri Jul 11 13:10:38 2014 +1000)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Which is a project that aims at providing tooling to coordinate pact generation
8383

8484
## Building the library
8585

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

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

109109
or
110+
110111
$ ./gradlew clean check uploadArchives
111112

112113
You will need to be added to the nexus project to be able to do this.

pact-jvm-consumer-groovy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group-id = `au.com.dius`
1111

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

14-
version-id = `2.0-RC5`
14+
version-id = `2.0.0`
1515

1616
##Usage
1717

pact-jvm-consumer-junit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group-id = `au.com.dius`
1111

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

14-
version-id = `2.0-RC5`
14+
version-id = `2.0.0`
1515

1616
##Usage
1717

pact-jvm-consumer-sbt/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pact-jvm-consumer-sbt
2+
=====================
3+

pact-jvm-consumer-specs2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
pact-jvm-consumer-specs2
22
========================
33

4-
##Specs2 Bindings for the pact-jvm library
4+
## Specs2 Bindings for the pact-jvm library
55

6-
##Dependency
6+
## Dependency
77

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

13-
##Usage
13+
## Usage
1414

1515
To author a test, extend `PactSpec`
1616

pact-jvm-consumer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Pact Consumer is used by projects that are consumers of an API.
55

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

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

10-
Please let us know if you build one and we'll link to you from the main page
10+
Please let us know if you build one and we'll link to you from the main page.

pact-jvm-provider-sbt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The sbt plugin adds an sbt task for running all provider pacts against a running
55

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

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

1010
and the following to your build.sbt
1111

pact-jvm-provider-specs2/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pact-jvm-provider-specs2
2+
========================
3+

pact-jvm-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The server implements a `JSON` `REST` Admin API with the following endpoints.
1515

1616
## Running the server
1717

18-
sbt pact-jvm-server/run
18+
$ sbt pact-jvm-server/run
1919

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

0 commit comments

Comments
 (0)