Skip to content

Commit

Permalink
Version Bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davue committed Feb 6, 2021
1 parent 1da4855 commit 583150f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Add the following to your `pom.xml`:
<dependencies>
<dependency>
<groupId>com.github.VSETH-GECO</groupId>
<artifactId>GECo4J</artifactId>
<version>0.9.9</version> <!-- Or use any other version including commit hashes -->
<artifactId>GECo4J</artifactId>
<version>1.0.0</version> <!-- Or use any other version including commit hashes -->
</dependency>
</dependencies>
```
Expand All @@ -34,7 +34,8 @@ You can get a shaded jar on [Jenkins](https://jenkins.stammgruppe.eu/blue/organi

## Usage
#### Resources
* [Latest Release Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/0.9.9/javadoc/)

* [Latest Release Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/1.0.0/javadoc/)
* [Latest Master Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/master-SNAPSHOT/javadoc/)
* [Latest Dev Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/dev-SNAPSHOT/javadoc/)

Expand All @@ -46,8 +47,9 @@ The first thing you have to do, is to construct a `DefaultGECo4JClient` using yo
```java
GECoClient gecoClient = new DefaultGECoClient(<API Token>);
```
Then you can look at the [Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/0.9.9/javadoc/) to see what you can do with a `GECoClient`.
For example print the titles of the first page of events:

Then you can look at the [Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/1.0.0/javadoc/) to see what you can
do with a `GECoClient`. For example print the titles of the first page of events:
```java
class Example {
public static void main(String[] args){
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.ethz.geco</groupId>
<artifactId>GECo4J</artifactId>
<version>0.9.9</version>
<version>1.0.0</version>
<name>GECo4J</name>
<description>A Java wrapper for the GECo Web API. Copyright (c) 2018, Licensed under GNU LGPLv3.</description>
<url>https://github.com/VSETH-GECO/GECo4J</url>
Expand Down

0 comments on commit 583150f

Please sign in to comment.