File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ stages:
8686 maven | "$(Agent.OS)"
8787 path : $(HOME)/.m2/repository
8888 displayName : " Cache Maven repository"
89- # TODO: remove branch once jh_experiment_new_ilp is merged
90- - script : git clone --depth 1 -b jh_experiment_new_ilp https://github.com/questdb/questdb.git ./questdb
89+ - script : git clone --depth 1 https://github.com/questdb/questdb.git ./questdb
9190 displayName : git clone questdb
9291 - task : Maven@3
9392 displayName : " Update client version"
Original file line number Diff line number Diff line change 3838 <test .include>%regex[.*[^o].class]</test .include><!-- exclude module-info.class-->
3939 </properties >
4040
41- <version >1.0.2 -SNAPSHOT</version >
41+ <version >1.1.1 -SNAPSHOT</version >
4242 <groupId >org.questdb</groupId >
4343 <artifactId >questdb-client</artifactId >
4444 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2727
2828 <groupId >org.questdb</groupId >
2929 <artifactId >client-examples</artifactId >
30- <version >1.0.2 -SNAPSHOT</version >
30+ <version >1.1.1 -SNAPSHOT</version >
3131 <name >Examples for QuestDB</name >
3232
3333 <dependencies >
Original file line number Diff line number Diff line change 2525<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2626 <modelVersion >4.0.0</modelVersion >
2727
28- <version >1.0.2 -SNAPSHOT</version >
28+ <version >1.1.1 -SNAPSHOT</version >
2929 <groupId >org.questdb</groupId >
3030 <artifactId >client-parent</artifactId >
3131 <packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments