File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >com.openmldb.emulator</groupId >
88 <artifactId >emulator</artifactId >
9- <version >1.0 </version >
9+ <version >1.1-SNAPSHOT </version >
1010
1111 <name >emulator</name >
12- <!-- FIXME change it to the project's website -->
13- <url >http://www.example.com</url >
12+ <url >https://openmldb.ai/docs/zh/main/app_ecosystem/sql_emulator/sql_emulator.html</url >
1413
1514 <properties >
1615 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1716 <maven .compiler.source>1.8</maven .compiler.source>
1817 <maven .compiler.target>1.8</maven .compiler.target>
18+ <openmldb .jdbc.version>0.8.6-SNAPSHOT</openmldb .jdbc.version>
1919 </properties >
2020
2121 <dependencies >
3333 <dependency >
3434 <groupId >com.4paradigm.openmldb</groupId >
3535 <artifactId >openmldb-jdbc</artifactId >
36- <version >0.8.3 </version >
36+ <version >${openmldb.jdbc.version} </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >com.google.guava</groupId >
134134 </plugins >
135135 </pluginManagement >
136136 </build >
137+
138+ <repositories >
139+ <repository >
140+ <id >s01.oss.sonatype.org-snapshot</id >
141+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
142+ <releases >
143+ <enabled >false</enabled >
144+ </releases >
145+ <snapshots >
146+ <enabled >true</enabled >
147+ </snapshots >
148+ </repository >
149+ </repositories >
137150</project >
You can’t perform that action at this time.
0 commit comments