From 1c2ab9c906a71e3422bbd6fad533c25831f1174d Mon Sep 17 00:00:00 2001 From: Sharif Ahmed Date: Thu, 10 Aug 2017 10:33:51 -0400 Subject: [PATCH 1/5] Update overview-summary.html --- docs/overview-summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview-summary.html b/docs/overview-summary.html index 372f03c2..b19fb980 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -159,7 +159,7 @@

Salesforce Marketing Cloud Java SDK 1.2.0 API

-ETClient client = new ETClient("/Users/imurdock/fuel.properties");
+ETClient client = new ETClient("fuel.properties");
 

From b17dc6eae317be1d218a8644e119687fac57b1f8 Mon Sep 17 00:00:00 2001 From: Sharif Ahmed Date: Thu, 10 Aug 2017 10:58:25 -0400 Subject: [PATCH 2/5] Update overview-summary.html --- docs/overview-summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview-summary.html b/docs/overview-summary.html index b19fb980..37501ba3 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -159,7 +159,7 @@

Salesforce Marketing Cloud Java SDK 1.2.0 API

-ETClient client = new ETClient("fuel.properties");
+ETClient client = new ETClient("fuelsdk.properties");
 

From ef624dc34c5760d2252efcc4c919eb5d97621d01 Mon Sep 17 00:00:00 2001 From: Sharif Ahmed Date: Thu, 10 Aug 2017 13:28:15 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74686aa..3d930e3e 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Installation The easiest way to install the Java SDK is via Maven—simply add the following dependency to your project's `pom.xml`: - com.exacttarget + com.github.salesforce-marketingcloud fuelsdk 1.2.0 From 3d7f626d1893a67bd20094c9fbc64008055a5c41 Mon Sep 17 00:00:00 2001 From: Sharif Ahmed Date: Thu, 10 Aug 2017 14:57:16 -0400 Subject: [PATCH 4/5] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71165ee6..0ffa674d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # OS X .DS_Store fuelsdk.properties +settings.xml # Eclipse .classpath From 1a92f50dff707ec761c8f7ba55d23a605b88b674 Mon Sep 17 00:00:00 2001 From: Sharif Ahmed Date: Tue, 15 Aug 2017 14:19:55 -0400 Subject: [PATCH 5/5] Update changelog.md --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 932a484a..ad461932 100644 --- a/changelog.md +++ b/changelog.md @@ -18,5 +18,5 @@ - ETSubscriberTest.java - ETTriggeredTest.java -* API docs : added API documentation using doxygen documentation framework. (under docs/ directory) - +* API docs : added API documentation using javadoc documentation framework. (under docs/ directory) +http://salesforce-marketingcloud.github.io/FuelSDK-Java/