From a2952e99096bb4eedd5096ae30e987a8167c1358 Mon Sep 17 00:00:00 2001 From: highsource Date: Sat, 9 Jan 2016 01:27:39 +0100 Subject: [PATCH 1/3] Added Maven pom.xml files. --- client-libraries/java/rest-client/.gitignore | 1 + client-libraries/java/rest-client/pom.xml | 41 +++++++++++++ pom.xml | 63 ++++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 client-libraries/java/rest-client/pom.xml create mode 100644 pom.xml diff --git a/client-libraries/java/rest-client/.gitignore b/client-libraries/java/rest-client/.gitignore index fbee38f..a348feb 100644 --- a/client-libraries/java/rest-client/.gitignore +++ b/client-libraries/java/rest-client/.gitignore @@ -1,3 +1,4 @@ bin .classpath .project +target diff --git a/client-libraries/java/rest-client/pom.xml b/client-libraries/java/rest-client/pom.xml new file mode 100644 index 0000000..4bfa3ea --- /dev/null +++ b/client-libraries/java/rest-client/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + gcm-rest-client + Google Cloud Messaging (GCM) REST Client + REST Client for Google Cloud Messaging (GCM). + + com.google.android + gcm + 1.0.0-SNAPSHOT + ../../../pom.xml + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + org.mockito + mockito-all + 1.8.5 + test + + + junit + junit + 4.12 + test + + + + UTF-8 + + + src + test + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..349565d --- /dev/null +++ b/pom.xml @@ -0,0 +1,63 @@ + + + 4.0.0 + com.google.android + gcm + 1.0.0-SNAPSHOT + pom + + org.sonatype.oss + oss-parent + 7 + + Google Cloud Messaging (GCM) + Google Cloud Messaging (GCM) is a service that lets developers send data from servers to users' devices, and receive messages from devices on the same connection. This project contains client libraries and samples to help developers interface with and explore the Google Cloud Messaging APIs. + https://github.com/google/gcm + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + https://github.com/google/gcm + scm:git:git://github.com/google/gcm.git + scm:git:git@github.com:google/gcm.git + + + UTF-8 + + + client-libraries/java/rest-client + + + + + + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + + + From 0dbb8fc1ccc638e921d83f0d3e9503c3af495fed Mon Sep 17 00:00:00 2001 From: highsource Date: Sat, 9 Jan 2016 01:40:49 +0100 Subject: [PATCH 2/3] Changed groupId to com.google.cloud.messaging. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 349565d..90a3645 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 - com.google.android + com.google.cloud.messaging gcm 1.0.0-SNAPSHOT pom From 41e4e451607d473d59554887f9bf65baf635119a Mon Sep 17 00:00:00 2001 From: highsource Date: Sat, 9 Jan 2016 01:43:30 +0100 Subject: [PATCH 3/3] Changed groupId to com.google.cloud.messaging. --- client-libraries/java/rest-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-libraries/java/rest-client/pom.xml b/client-libraries/java/rest-client/pom.xml index 4bfa3ea..747cea8 100644 --- a/client-libraries/java/rest-client/pom.xml +++ b/client-libraries/java/rest-client/pom.xml @@ -7,7 +7,7 @@ Google Cloud Messaging (GCM) REST Client REST Client for Google Cloud Messaging (GCM). - com.google.android + com.google.cloud.messaging gcm 1.0.0-SNAPSHOT ../../../pom.xml