Skip to content

Commit 74a437f

Browse files
author
vaibhav.sinha
committed
Release 2.0.0
1 parent b8480f9 commit 74a437f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The artifact is available on Maven Central Repository and be downloaded by addin
99
<dependency>
1010
<groupId>com.github.vaibhav-sinha</groupId>
1111
<artifactId>kong-java-client</artifactId>
12-
<version>0.1.1-SNAPSHOT</version>
12+
<version>0.2.0</version>
1313
</dependency>
1414

1515
## Usage

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.vaibhav-sinha</groupId>
88
<artifactId>kong-java-client</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010

1111
<packaging>jar</packaging>
1212

@@ -144,7 +144,6 @@
144144
<target>1.8</target>
145145
</configuration>
146146
</plugin>
147-
<!--
148147
<plugin>
149148
<groupId>org.apache.maven.plugins</groupId>
150149
<artifactId>maven-source-plugin</artifactId>
@@ -171,7 +170,6 @@
171170
</execution>
172171
</executions>
173172
</plugin>
174-
-->
175173
<plugin>
176174
<groupId>org.apache.maven.plugins</groupId>
177175
<artifactId>maven-gpg-plugin</artifactId>
@@ -200,4 +198,4 @@
200198
</plugins>
201199
</build>
202200

203-
</project>
201+
</project>

src/main/java/com/github/vaibhavsinha/kong/api/admin/ApiService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface ApiService {
2121
* But it only take effect when API id is empty.
2222
* 2. When the API id input is not empty, it will consider to update the existing API. So, we can either
2323
* create a API (without id), or update a API (with id).
24-
* 3. When you try to create a API with name & id, it will become odd. Kong will give you the 200(ok) response,
24+
* 3. When you try to create a API with name and id, it will become odd. Kong will give you the 200(ok) response,
2525
* but won't create the API that you wanted. (That's why we'd better not use this interface.
2626
*
2727
* */

0 commit comments

Comments
 (0)