File tree Expand file tree Collapse file tree 5 files changed +59
-6
lines changed
Expand file tree Collapse file tree 5 files changed +59
-6
lines changed Original file line number Diff line number Diff line change 55 - master
66
77env :
8- RELEASE_VERSION : " 0.7.4 "
9- DEVELOP_VERSION : " 0.7.5 -SNAPSHOT"
8+ RELEASE_VERSION : " 0.7.5 "
9+ DEVELOP_VERSION : " 0.7.6 -SNAPSHOT"
1010 GIT_AUTHOR_NAME : " @swisspost-devs"
1111 GIT_AUTHOR_EMAIL :
" [email protected] " 1212 GIT_COMMITTER_NAME : " swisspost-devs"
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.swisspush.apikana</groupId >
55 <artifactId >apikana</artifactId >
6- <version >0.7.4 -SNAPSHOT</version >
6+ <version >0.7.5 -SNAPSHOT</version >
77 </parent >
88
99 <artifactId >apikana-jsonschema2pojo</artifactId >
2323 </dependency >
2424 </dependencies >
2525
26+ <build >
27+ <plugins >
28+ <plugin >
29+ <groupId >org.apache.maven.plugins</groupId >
30+ <artifactId >maven-source-plugin</artifactId >
31+ <executions >
32+ <execution >
33+ <id >attach-sources</id >
34+ <goals >
35+ <goal >jar</goal >
36+ </goals >
37+ </execution >
38+ </executions >
39+ </plugin >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-javadoc-plugin</artifactId >
43+ <executions >
44+ <execution >
45+ <id >attach-javadocs</id >
46+ <goals >
47+ <goal >jar</goal >
48+ </goals >
49+ </execution >
50+ </executions >
51+ </plugin >
52+ </plugins >
53+ </build >
54+
2655</project >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.swisspush.apikana</groupId >
77 <artifactId >apikana</artifactId >
8- <version >0.7.4 -SNAPSHOT</version >
8+ <version >0.7.5 -SNAPSHOT</version >
99 </parent >
1010
1111 <groupId >org.swisspush.maven.plugins</groupId >
3434 </pluginManagement >
3535
3636 <plugins >
37+ <plugin >
38+ <groupId >org.apache.maven.plugins</groupId >
39+ <artifactId >maven-source-plugin</artifactId >
40+ <executions >
41+ <execution >
42+ <id >attach-sources</id >
43+ <goals >
44+ <goal >jar</goal >
45+ </goals >
46+ </execution >
47+ </executions >
48+ </plugin >
49+ <plugin >
50+ <groupId >org.apache.maven.plugins</groupId >
51+ <artifactId >maven-javadoc-plugin</artifactId >
52+ <executions >
53+ <execution >
54+ <id >attach-javadocs</id >
55+ <goals >
56+ <goal >jar</goal >
57+ </goals >
58+ </execution >
59+ </executions >
60+ </plugin >
3761 <plugin >
3862 <artifactId >maven-plugin-plugin</artifactId >
3963 <executions >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.swisspush.apikana</groupId >
77 <artifactId >apikana</artifactId >
8- <version >0.7.4 -SNAPSHOT</version >
8+ <version >0.7.5 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >apikana-parent</artifactId >
Original file line number Diff line number Diff line change 44
55 <groupId >org.swisspush.apikana</groupId >
66 <artifactId >apikana</artifactId >
7- <version >0.7.4 -SNAPSHOT</version >
7+ <version >0.7.5 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments