Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiremock 3 locations #134

Merged
merged 3 commits into from Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions _config-3.x.yml
@@ -1,5 +1,6 @@
url: "https://wiremock.org/3.x"
destination: "./tmp/site_3x"
wiremock_version: 3.0.0-beta-14
wiremock_preview_site: true
wiremock_baseline: 3.x
wiremock_preview: true
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -235,7 +235,7 @@ compress_html:
envs: development

wiremock_version: 2.35.0
wiremock_beta_version: 3.0.0-beta-8
wiremock_beta_version: 3.0.0-beta-14
wiremock_baseline: 2.x
pageEditPrefix: https://github.com/wiremock/wiremock.org/edit/main/

Expand All @@ -244,4 +244,4 @@ community_slack:

# Default link for wiremock signup button in header
# This can be overridden in pages using frontmatter start_link variable
header_signup_link: https://wiremock.io/product?utm_source=wiremock.org&utm_medium=masthead&utm_campaign=homepage_2022_baseline
header_signup_link: https://wiremock.io/product?utm_source=wiremock.org&utm_medium=masthead&utm_campaign=homepage_2022_baseline
8 changes: 4 additions & 4 deletions _docs/download-and-installation.md
Expand Up @@ -31,7 +31,7 @@ conflicting versions of its dependencies. The standalone JAR is also runnable (s

```xml
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>{{ site.wiremock_beta_version }}</version>
<scope>test</scope>
Expand All @@ -41,10 +41,10 @@ conflicting versions of its dependencies. The standalone JAR is also runnable (s
#### Gradle

```groovy
testImplementation "com.github.tomakehurst:wiremock-standalone:{{ site.wiremock_beta_version }}"
testImplementation "org.wiremock:wiremock-standalone:{{ site.wiremock_beta_version }}"
```

### Stable
### WireMock 2.x Stable

#### Docker

Expand Down Expand Up @@ -79,5 +79,5 @@ testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:{{ site.wire
## Direct download

If you want to run WireMock as a standalone process you can
<a id="wiremock-standalone-download" href="https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-jre8-standalone/{{ site.wiremock_version }}/wiremock-jre8-standalone-{{ site.wiremock_version }}.jar">download the standalone JAR from
<a id="wiremock-standalone-download" href="https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/{{ site.wiremock_beta_version }}/wiremock-standalone-{{ site.wiremock_beta_version }}.jar">download the standalone JAR from
here</a>