File tree Expand file tree Collapse file tree
src/main/java/com/mailjet/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <!-- General configuration -->
77 <groupId >com.mailjet</groupId >
88 <artifactId >mailjet-client</artifactId >
9- <version >5.0 .0</version >
9+ <version >5.1 .0</version >
1010 <packaging >jar</packaging >
1111 <name >Mailjet Client</name >
1212 <description >A Mailjet API Client</description >
2727 <connection >scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</connection >
2828 <developerConnection >scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</developerConnection >
2929 <url >git@github.com:mailjet/mailjet-apiv3-java.git</url >
30- <tag >mailjet-client-5.0 .0</tag >
30+ <tag >mailjet-client-5.1 .0</tag >
3131 </scm >
3232 <!-- License-->
3333 <licenses >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class MailjetClient {
3535 private ClientOptions _options ;
3636 private OkHttpClient _client ;
3737
38- private static final String userAgent = "mailjet-apiv3-java/v5.0 .0" ;
38+ private static final String userAgent = "mailjet-apiv3-java/v5.1 .0" ;
3939
4040 /**
4141 * Deprecated - please, use MailjetClient(ClientOptions clientOptions) ctor instead
You can’t perform that action at this time.
0 commit comments