-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Binaries are available from Maven Central.
Group | Artifact | Latest Stable Version |
---|---|---|
com.opsgenie | opsgenie-* |
Below are the various artifacts published:
Artifact | Description |
---|---|
opsgenie-core | Core module |
opsgenie-aws-core | Core AWS module |
opsgenie-aws-s3 | S3 extension for AWS module |
OpsGenie-OSS builds are run on OpsGenie's internal Jenkins.
Branch | Build | Coverage | Tests |
---|---|---|---|
Master |
Artifact versions are in X.Y.Z
format
-
X
: Major version number.- Increases only when there are big API and/or architectural changes.
- Breaks backward compatibility.
-
Y
: Minor version number.- Increases for small API changes and big improvements.
- Breaks backward compatibility.
-
Z
: Patch version number.- Increases for bug fixes and small improvements.
- Doesn’t break backward compatibility.
- JDK 1.8+ (for build and execution)
- Maven 3.x (for build)
To build:
$ git clone git@github.com:opsgenie/opsgenie-oss.git
$ cd opsgenie-oss/
$ mvn clean install
Please use GitHub Issues for any bug report, feature request and support.
If you would like to contribute, please
- Fork the repository on GitHub and clone your fork.
- Create a branch for your changes and make your changes on it.
- Send a pull request by explaining clearly what is your contribution.
Tip: Please check the existing pull requests for similar contributions and consider submit an issue to discuss the proposed feature before writing code.
Copyright (c) 2016 OpsGenie
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.