Skip to content

Commit

Permalink
updating Mailjet java version in pom.xml files (#818)
Browse files Browse the repository at this point in the history
* update pom.xml

Mailjet java version 4.1.1 released today, updating pom.xml to match

* update pom.xml

Mailjet java version 4.1.1 released today, updating pom.xml to match

* update pm.xml

Mailjet java version 4.1.1 released today, updating pom.xml to match
  • Loading branch information
Atanas Damyanliev authored and lesv committed Aug 21, 2017
1 parent 6661719 commit 7842f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/mailjet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath>..</relativePath>
</parent>
<properties>
<mailjet.version>4.1.0</mailjet.version>
<mailjet.version>4.1.1</mailjet.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion compute/mailjet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>

<properties>
<mailjet.version>4.1.0</mailjet.version>
<mailjet.version>4.1.1</mailjet.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/mailjet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
<jetty>9.4.4.v20170414</jetty>

<mailjet-version>4.1.0</mailjet-version>
<mailjet-version>4.1.1</mailjet-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7842f1b

Please sign in to comment.