diff --git a/pom.xml b/pom.xml index cc1299a1..4188fbd2 100644 --- a/pom.xml +++ b/pom.xml @@ -106,11 +106,6 @@ maven-scm-manager-plexus 1.12.2 - - org.kathrynhuxtable.maven.wagon - wagon-gitsite - 0.3.1 - diff --git a/src/site/resources/index.html b/src/site/resources/index.html index 97f11932..2bca2d18 100644 --- a/src/site/resources/index.html +++ b/src/site/resources/index.html @@ -51,7 +51,7 @@

Introduction

  • JUnit
  • -


    The current version of JSONassert is 2.0.0-SNAPSHOT

    +


    The current version of JSONassert is 1.5.3

    Examples

    diff --git a/src/site/resources/quickstart.html b/src/site/resources/quickstart.html index a7f45c50..00b36f86 100644 --- a/src/site/resources/quickstart.html +++ b/src/site/resources/quickstart.html @@ -49,7 +49,7 @@

    Quick Start

    <dependency>
      <groupId>org.skyscreamer</groupId>
      <artifactId>jsonassert</artifactId>
    -   <version>2.0.0-SNAPSHOT</version>
    +   <version>1.5.3</version>
    </dependency>