File tree Expand file tree Collapse file tree 8 files changed +20
-8
lines changed
src/main/java/com/sparkpost Expand file tree Collapse file tree 8 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.sparkpost</groupId >
55 <artifactId >sparkpost</artifactId >
6- <version >0.10 </version >
6+ <version >0.11 </version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >apps</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.sparkpost</groupId >
66 <artifactId >apps</artifactId >
7- <version >0.10 </version >
7+ <version >0.11 </version >
88 </parent >
99 <artifactId >sparkpost-documentor-app</artifactId >
1010 <name >Generates Markdown of Protocol</name >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.sparkpost</groupId >
88 <artifactId >apps</artifactId >
9- <version >0.10 </version >
9+ <version >0.11 </version >
1010 </parent >
1111 <groupId >com.sparkpost.sample</groupId >
1212 <artifactId >sparkpost-javamail-app</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.sparkpost</groupId >
66 <artifactId >apps</artifactId >
7- <version >0.10 </version >
7+ <version >0.11 </version >
88 </parent >
99 <artifactId >sparkpost-samples-app</artifactId >
1010 <name >Example use SparkPost library</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.sparkpost</groupId >
66 <artifactId >sparkpost</artifactId >
7- <version >0.10 </version >
7+ <version >0.11 </version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <artifactId >libs</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.sparkpost</groupId >
66 <artifactId >libs</artifactId >
7- <version >0.10 </version >
7+ <version >0.11 </version >
88 </parent >
99 <!-- <version>0.10</version> -->
1010 <artifactId >sparkpost-lib</artifactId >
Original file line number Diff line number Diff line change 1+
2+ package com .sparkpost ;
3+
4+ public class Build {
5+
6+ public static final String VERSION = "0.11" ;
7+
8+ public static final String BUILD_VERSION = "BUILD_GENERATED_VERSION" ;
9+
10+ public static final String GIT_HASH = "BUILD_GENERATED_GIT_HASH" ;
11+
12+ }
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.sparkpost</groupId >
66 <artifactId >sparkpost</artifactId >
7- <version >0.10 </version >
7+ <version >0.11 </version >
88 <packaging >pom</packaging >
99 <name >*** SparkPost Java Code ***</name >
1010 <description >SparkPost client library for Java https://www.sparkpost.com/</description >
258258 <dependency >
259259 <groupId >com.sparkpost</groupId >
260260 <artifactId >sparkpost-lib</artifactId >
261- <version >0.10 </version >
261+ <version >0.11 </version >
262262 </dependency >
263263
264264 </dependencies >
You can’t perform that action at this time.
0 commit comments