Skip to content

Commit

Permalink
DVC-000 update details to use latest release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
squarepegg committed Apr 5, 2022
1 parent 0bec6ea commit d3d25f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
<dependency>
<groupId>com.devcycle</groupId>
<artifactId>java-server-sdk</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -27,7 +27,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
Alternatively you can use the SDK in your Gradle project by adding the following to *build.gradle*:

```yaml
implementation("com.devcycle:java-server-sdk:1.0.3")
implementation("com.devcycle:java-server-sdk:1.0.4")
```

## DNS Caching
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ signing {

group = 'com.devcycle'
archivesBaseName = "java-server-sdk"
version = '1.0.3'
version = '1.0.4'

uploadArchives {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

compileOnly("org.projectlombok:lombok:1.18.22")

implementation("com.devcycle:java-server-sdk:1.0.3")
implementation("com.devcycle:java-server-sdk:1.0.4")

testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.devcycle</groupId>
<artifactId>java-server-sdk</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d3d25f8

Please sign in to comment.