We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f996b39 commit 66d7957Copy full SHA for 66d7957
README.adoc
@@ -32,7 +32,7 @@ You can access the stable release from maven central using the coordinates
32
<dependency>
33
<groupId>io.pivotal.cfenv</groupId>
34
<artifactId>java-cfenv-boot</artifactId>
35
- <version>3.0.0</version>
+ <version>3.1.3</version>
36
</dependency>
37
----
38
gradle.properties
@@ -1,6 +1,6 @@
1
org.gradle.parallel=true
2
3
group=io.pivotal.cfenv
4
-version=3.1.2-SNAPSHOT
+version=3.1.3-SNAPSHOT
5
onlyShowStandardStreamsOnTestFailure=false
6
0 commit comments