opsgenie / opsgenieclient

Apache License 2.0
20 stars 20 forks source link

Is the github up to date with the latest release versions of opsgenie? #11

Closed tariq1890 closed 5 years ago

tariq1890 commented 7 years ago

I am asking to make sure I fork the right version of opsgenie sdk. I see that current release version is 2.11.0 while the github version is at 2.0.1-SNAPSHOT.

Since we are using version 2.9.0, we'd like to fork that code and migrate to jersey v2 . ( Issue #10)

tariq1890 commented 7 years ago

@alpgurtan Could you help clarify?

davidkarlsen commented 7 years ago

Any progress here?

halitokumus commented 7 years ago

Do you mean the Java SDK? Java SDK should be at 2.10.0 currently, where do you see the 2.0.1-SNAPSHOT?

omerozkan commented 7 years ago

Hello, We are using a different release strategy. All the SDK and client tools' versions are defined in https://github.com/opsgenie/opsgenie-integration/blob/master/version.properties file. You can see the line:

sdk=2.10.0 is the latest version of the java sdk.