Skip to content

Commit

Permalink
Merge pull request #6 from launchdarkly/eb/ch73185/sdk-version-update
Browse files Browse the repository at this point in the history
update to SDK 4.12.1, add version note in readme
  • Loading branch information
eli-darkly committed Apr 14, 2020
2 parents 8b8baf7 + 2619161 commit 14810c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -4,5 +4,6 @@ We've built a simple console application that demonstrates how LaunchDarkly's SD
1. Make sure you have [Maven](https://maven.apache.org/download.cgi) installed. We've tested against Maven 3
2. Create a new project
3. Copy your SDK key and feature flag key from your LaunchDarkly dashboard into `main`
4. Run `mvn clean compile assembly:single`
5. Then run `java -jar target/hello-java-1.0-SNAPSHOT-jar-with-dependencies.jar`
4. Make sure `pom.xml` is referencing the latest version of `launchdarkly-java-server-sdk`; you can see the latest release [here](https://github.com/launchdarkly/java-server-sdk/releases)
5. Run `mvn clean compile assembly:single`
6. Then run `java -jar target/hello-java-1.0-SNAPSHOT-jar-with-dependencies.jar`
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -11,12 +11,14 @@
<dependency>
<groupId>com.launchdarkly</groupId>
<artifactId>launchdarkly-java-server-sdk</artifactId>
<version>[4.8.0,5.0.0)</version>
<version>4.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.14</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 14810c0

Please sign in to comment.