File tree Expand file tree Collapse file tree 2 files changed +26
-25
lines changed
Expand file tree Collapse file tree 2 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 3838
3939echo " --------------------------"
4040echo " Done. v3 module version now at $Version ${CommitHash: +-dev.$CommitHash } "
41- fi
41+ fi
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >skyflow-java</artifactId >
14- <version >2.0.0-beta.2-dev.2066a9b </version >
14+ <version >2.0.0-beta.2-dev.e726d65 </version >
1515 <packaging >jar</packaging >
1616
1717 <properties >
3232 </dependencies >
3333
3434 <build >
35- <plugins >
36- <plugin >
37- <groupId >org.apache.maven.plugins</groupId >
38- <artifactId >maven-shade-plugin</artifactId >
39- <version >3.6.0</version >
40- <executions >
41- <execution >
42- <phase >package</phase >
43- <goals >
44- <goal >shade</goal >
45- </goals >
46- <configuration >
47- <artifactSet >
48- <includes >
49- <include >com.skyflow:common</include >
50- </includes >
51- </artifactSet >
52- </configuration >
53- </execution >
54- </executions >
55- </plugin >
56- </plugins >
57- </build >
35+ <plugins >
36+ <plugin >
37+ <groupId >org.apache.maven.plugins</groupId >
38+ <artifactId >maven-shade-plugin</artifactId >
39+ <version >3.6.0</version >
40+ <executions >
41+ <execution >
42+ <phase >package</phase >
43+ <goals >
44+ <goal >shade</goal >
45+ </goals >
46+ <configuration >
47+ <artifactSet >
48+ <includes >
49+ <include >com.skyflow:common</include >
50+ </includes >
51+ </artifactSet >
52+ </configuration >
53+ </execution >
54+ </executions >
55+ </plugin >
56+ </plugins >
57+ </build >
58+
5859</project >
You can’t perform that action at this time.
0 commit comments