From 7d83dc3f990f6039c1b62f2196d35194449be618 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 20 May 2019 12:45:14 -0700 Subject: [PATCH] Version Bump v4.4.1: Package not uploaded correctly --- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 2 +- README.md | 4 ++-- build.gradle | 2 +- pom.xml | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f633ea..ddf44787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [4.4.1] - 2019-05-20 +### Fix +- 4.4.0 release not deployed properly to Maven + ## [4.4.0] - 2019-05-20 ### Added - [PR #500](https://github.com/sendgrid/sendgrid-java/pull/500/files): Update CONTRIBUTING.md - using gitflow workflow, development branch instead of master -- BIG thanks to [Alex](https://github.com/pushkyn) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e4e4f9f..531dcb88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ touch Example.java Add the example you want to test to Example.java, including the headers at the top of the file. ``` bash -javac -classpath ../repo/com/sendgrid/4.4.0/sendgrid-4.4.0-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.0/sendgrid-4.4.0-jar.jar:. Example +javac -classpath ../repo/com/sendgrid/4.4.1/sendgrid-4.4.1-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.1/sendgrid-4.4.1-jar.jar:. Example ``` diff --git a/README.md b/README.md index d6941f89..3b941063 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add the following to your build.gradle file in the root of your project. ... dependencies { ... - implementation 'com.sendgrid:sendgrid-java:4.4.0' + implementation 'com.sendgrid:sendgrid-java:4.4.1' } repositories { @@ -86,7 +86,7 @@ mvn install You can just drop the jar file in. It's a fat jar - it has all the dependencies built in. -[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.0/sendgrid-java.jar) +[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.1/sendgrid-java.jar) ## Dependencies diff --git a/build.gradle b/build.gradle index 813ff301..45e457de 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'maven' apply plugin: 'signing' group = 'com.sendgrid' -version = '4.4.0' +version = '4.4.1' ext.packaging = 'jar' allprojects { diff --git a/pom.xml b/pom.xml index a7adaa87..2f396ef1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.sendgrid sendgrid-java Twilio SendGrid Java helper library - 4.4.0 + 4.4.1 This Java module allows you to quickly and easily send emails through Twilio SendGrid using Java. https://github.com/sendgrid/sendgrid-java