Skip to content

Commit 06a693d

Browse files
committed
updates README and issue templates
1 parent b1f24ff commit 06a693d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/ISSUE_TEMPLATE/-everything-else--report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ATTENTION: Only issues using a filled template will be accepted!
1616

1717
<!-- Please remove all items that are not relevant. -->
1818

19+
- 3.0.0-SNAPSHOT
1920
- 2.2.2
2021
- 2.2.1
2122
- 2.2.0

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ATTENTION: Only issues using a filled template will be accepted!
1414

1515
<!-- Please remove all items that are not relevant. -->
1616

17+
- 3.0.0-SNAPSHOT
1718
- 2.2.2
1819
- 2.2.1
1920
- 2.2.0

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
# JOpenCage
22

3-
:warning: This is an unstable branch that only contains SNAPSHOT versions; it is still under development.
4-
53
[![Maven Central](https://img.shields.io/maven-central/v/com.opencagedata/jopencage.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.opencagedata/jopencage)
6-
[![UnitTests](https://github.com/OpenCageData/jopencage/actions/workflows/unit-tests.yml/badge.svg?branch=master)](https://github.com/OpenCageData/jopencage/actions)
4+
[![Java workflow](https://github.com/OpenCageData/jopencage/actions/workflows/java.yml/badge.svg)](https://github.com/OpenCageData/jopencage/actions/workflows/java.yml)
75
[![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://opencagedata.github.io/jopencage/javadoc/)
86

97
[![security status](https://www.meterian.io/badge/gh/OpenCageData/jopencage/security?branch=master)](https://www.meterian.io/report/gh/OpenCageData/jopencage)
108
[![stability status](https://www.meterian.io/badge/gh/OpenCageData/jopencage/stability?branch=master)](https://www.meterian.io/report/gh/OpenCageData/jopencage)
119

1210
This package provides a Java client to the OpenCage Geocoding API: https://opencagedata.com/api
1311

12+
:warning: This is an unstable branch that only contains SNAPSHOT versions; it is still under development.
13+
The latest stable version is 2.2.2 available on MavenCentral and this [branch](https://github.com/OpenCageData/jopencage/tree/2.x)
14+
1415
## Tutorial
1516

1617
You can find a comprehensive tutorial for using this package [on the OpenCage site](https://opencagedata.com/tutorials/geocode-in-java).
1718

1819
## Getting started
1920

20-
Signup for a [free-trial API Key](https://opencagedata.com/users/sign_up).
21+
Sign up for a [free-trial API Key](https://opencagedata.com/users/sign_up).
2122

2223
## Usage
2324

@@ -78,10 +79,6 @@ https://opencagedata.github.io/jopencage/javadoc/
7879
- Apache Http Client
7980
- FasterXml Jackson
8081
- Slf4j
81-
- JDK 8+
82-
- Apache Http Client
83-
- FasterXml Jackson
84-
- Slf4j
8582

8683
## Testing
8784

0 commit comments

Comments
 (0)