File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.peersafe</groupId >
66 <artifactId >abi_chainsql</artifactId >
7- <version >3.0.0 </version >
7+ <version >3.0.2 </version >
88 <name >abi_chainsql</name >
99 <url >https://github.com/ChainSQL/java-chainsql-api/tree/feature/contract</url >
1010 <description >abi_chainsql is a toolkit for ChainSQL JAVA API</description >
7777 <id >release</id >
7878 <build >
7979 <plugins >
80+ <plugin >
81+ <groupId >org.apache.maven.plugins</groupId >
82+ <artifactId >maven-surefire-plugin</artifactId >
83+ <configuration >
84+ <skip >true</skip >
85+ </configuration >
86+ </plugin >
8087 <plugin >
8188 <groupId >org.apache.maven.plugins</groupId >
8289 <artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.peersafe</groupId >
55 <artifactId >chainsql</artifactId >
6- <version >3.0.1 </version >
6+ <version >3.0.3 </version >
77 <packaging >jar</packaging >
88 <name >ChainSQL JAVA API</name >
99 <url >https://github.com/chainsql/java-chainsql-api</url >
9494 <dependency >
9595 <groupId >com.peersafe</groupId >
9696 <artifactId >abi_chainsql</artifactId >
97- <version >3.0.0 </version >
97+ <version >3.0.2 </version >
9898 </dependency ><!--
9999 <dependency>
100100 <groupId>io.reactivex</groupId>
203203 <build >
204204 <plugins >
205205 <plugin >
206+ <groupId >org.apache.maven.plugins</groupId >
206207 <artifactId >maven-surefire-plugin</artifactId >
207208 <configuration >
208209 <skip >true</skip >
210+ <javadoc .skip>true</javadoc .skip>
209211 </configuration >
210212 </plugin >
211213
You can’t perform that action at this time.
0 commit comments