Skip to content

Commit

Permalink
Development version now 2.0.x. Also updated docs for latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Jul 5, 2018
1 parent 77424e6 commit 0045904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ There´s also an blog post describing this project: [Spring Boot & Apache CXF
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>cxf-spring-boot-starter</name>
<description>Boot starter for SOAP-Webservices with Apache CXF using JAX-WS &amp; JAXB with Annotations only</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 0045904

Please sign in to comment.