You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FFM-5298 - Java SDK release 1.1.6 prep
What
- Update version numbers on pom.xml files for 1.1.6
- Bump minor versions of dependencies to get latest bug fixes and security updates
Why
To allow published artifacts to have the correct version number.
Testing
Tested manually with ff-java-server-sample against app.harness.io, ensured flags are retrieved ok and metrics are being sent back.
* skip tests on maven publish
* minor fix
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The first step is to install the FF SDK as a dependency in your application usin
69
69
70
70
Refer to the [Harness Feature Flag Java Server SDK](https://mvnrepository.com/artifact/io.harness/ff-java-server-sdk) to identify the latest version for your build automation tool.
71
71
72
-
This section lists dependencies for Maven and Gradle and uses the 1.1.5.3 version as an example:
72
+
This section lists dependencies for Maven and Gradle and uses the 1.1.6 version as an example:
73
73
74
74
#### Maven
75
75
@@ -78,14 +78,14 @@ Add the following Maven dependency in your project's pom.xml file:
0 commit comments