We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a117d57 commit 51e0c32Copy full SHA for 51e0c32
2 files changed
README.md
@@ -23,7 +23,7 @@ Add the below dependency to the project's POM:
23
<dependency>
24
<groupId>com.factset.sdk.eventdriven</groupId>
25
<artifactId>factsettrading</artifactId>
26
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
27
</dependency>
28
```
29
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.factset.sdk.eventdriven"
8
-version = "2.0.0-SNAPSHOT"
+version = "2.0.0"
9
10
java {
11
withJavadocJar()
0 commit comments