accurest update to 1.1.0-M1 - messaging support! (#15)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[](https://travis-ci.org/Codearte/accurest-maven-plugin) [](https://github.com/Codearte/accurest/labels/maven) [](https://maven-badges.herokuapp.com/maven-central/io.codearte.accurest/accurest-maven-plugin)
|
||||
|
||||
Accurate REST Maven Plugin
|
||||
Accurest Maven Plugin
|
||||
====
|
||||
|
||||
Documentation
|
||||
---
|
||||
|
||||
* [Accurest Wiki](http://codearte.github.io/accurest/)
|
||||
* [Accurest Documentation](http://codearte.github.io/accurest/)
|
||||
* [Accurest Maven Plugin Documentation Site](http://codearte.github.io/accurest-maven-plugin/plugin-info.html)
|
||||
|
||||
|
||||
35
pom.xml
35
pom.xml
@@ -6,10 +6,10 @@
|
||||
<groupId>io.codearte.accurest</groupId>
|
||||
<artifactId>accurest-maven-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<version>0.5.13-SNAPSHOT</version>
|
||||
<version>0.6.0-SNAPSHOT</version>
|
||||
|
||||
<name>Accurest Maven Plugin</name>
|
||||
<description>Accurate REST Maven Plugin</description>
|
||||
<description>Accurest Maven Plugin</description>
|
||||
<url>https://github.com/Codearte/accurest-maven-plugin</url>
|
||||
|
||||
<prerequisites>
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<accurest.version>1.0.6</accurest.version>
|
||||
<accurest.version>1.1.0-M2</accurest.version>
|
||||
|
||||
<aetherVersion>1.1.0</aetherVersion>
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
<plugin>
|
||||
<groupId>io.takari.maven.plugins</groupId>
|
||||
<artifactId>takari-lifecycle-plugin</artifactId>
|
||||
<version>1.11.12</version>
|
||||
<version>1.12.0</version>
|
||||
<extensions>true</extensions>
|
||||
<executions>
|
||||
<execution>
|
||||
@@ -264,17 +264,6 @@
|
||||
<artifactId>stub-runner</artifactId>
|
||||
<version>${accurest.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.tomakehurst</groupId>
|
||||
<artifactId>wiremock</artifactId>
|
||||
<version>2.0.8-beta</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
<artifactId>groovy-all</artifactId>
|
||||
<version>2.4.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.eclipse.aether</groupId>
|
||||
@@ -355,13 +344,13 @@
|
||||
<dependency>
|
||||
<groupId>io.takari.maven.plugins</groupId>
|
||||
<artifactId>takari-plugin-testing</artifactId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.9.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.takari.maven.plugins</groupId>
|
||||
<artifactId>takari-plugin-integration-testing</artifactId>
|
||||
<version>2.8.0</version>
|
||||
<version>2.9.0</version>
|
||||
<type>pom</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
@@ -378,18 +367,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- set current version for accurest deps -->
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.4</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<reporting>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<item name="Complex Configuration" href="complex.html"/>
|
||||
</menu>
|
||||
<menu name="Related Projects">
|
||||
<item name="Accurate REST" href="https://github.com/Codearte/accurest"/>
|
||||
<item name="Accurest" href="https://github.com/Codearte/accurest"/>
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user