Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

63 feature request change namespace to iogithubpeter szrnka #64

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ A simple Java client library for Firebase Hosting REST API (https://firebase.goo

## Maven

Add the following dependency to your Maven pom.xml:

```xml
<dependency>
<groupId>io.github.szrnka-peter</groupId>
<groupId>io.github.peter-szrnka</groupId>
<artifactId>firebase-hosting-api-java</artifactId>
<version>0.8</version>
<version>0.9</version>
</dependency>
```

**IMPORTANT: In case version < 0.9, please use "io.github.szrnka-peter" as groupId!**

## Object serializers

You have to create your own Serializer by implementing the io.github.szrnkapeter.firebase.hosting.serializer.Serializer interface. For further details, please check https://github.com/peter-szrnka/firebase-hosting-api-java/wiki/Serializers
Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.szrnka-peter</groupId>
<groupId>io.github.peter-szrnka</groupId>
<artifactId>firebase-hosting-api-java</artifactId>
<version>0.9-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/version_0.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<dependencies>
<dependency>
<groupId>io.github.szrnka-peter</groupId>
<groupId>io.github.peter-szrnka</groupId>
<artifactId>firebase-hosting-api-java</artifactId>
<version>0.9-SNAPSHOT</version>
</dependency>
Expand Down