Skip to content
Open
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
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>be.appfoundry.promtius</groupId>
<artifactId>promtius-parent</artifactId>
<version>3.1</version>
<version>3.1.1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion promtius-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.appfoundry.promtius</groupId>
<artifactId>promtius-parent</artifactId>
<version>3.1</version>
<version>3.1.1</version>
</parent>

<artifactId>promtius-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion promtius-apns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.appfoundry.promtius</groupId>
<artifactId>promtius-parent</artifactId>
<version>3.1</version>
<version>3.1.1</version>
</parent>

<artifactId>promtius-apns</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion promtius-gcm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.appfoundry.promtius</groupId>
<artifactId>promtius-parent</artifactId>
<version>3.1</version>
<version>3.1.1</version>
</parent>

<artifactId>promtius-gcm</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class Constants {
* Endpoint for sending messages.
*/
public static final String GCM_SEND_ENDPOINT =
"https://gcm-http.googleapis.com/gcm/send";
"https://fcm.googleapis.com/fcm/send";

/**
* Parameter for to field.
Expand Down