Skip to content

Commit 84345f7

Browse files
dbulahovstbischof
authored andcommitted
update parent pom to 0.0.3
Signed-off-by: <[email protected]>
1 parent d049294 commit 84345f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guard/jsqltranspiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.jsqlparser</groupId>
3232
<artifactId>jsqlparser</artifactId>
33-
<version>5.2-SNAPSHOT</version>
33+
<version>5.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>ai.starlake.jsqltranspiler</groupId>

guard/jsqltranspiler/test.bndrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
# -runbundles is calculated by the bnd-resolver-maven-plugin
5454
-runbundles: \
5555
ai.starlake.transpiler;version='[0.7.0,0.7.1)',\
56+
com.github.jsqlparser;version='[5.3.0,5.3.1)',\
5657
json;version='[20250107.0.0,20250107.0.1)',\
5758
junit-jupiter-api;version='[5.10.2,5.10.3)',\
5859
junit-jupiter-engine;version='[5.10.2,5.10.3)',\
@@ -62,7 +63,6 @@
6263
junit-platform-launcher;version='[1.10.2,1.10.3)',\
6364
net.bytebuddy.byte-buddy;version='[1.12.16,1.12.17)',\
6465
net.bytebuddy.byte-buddy-agent;version='[1.12.16,1.12.17)',\
65-
net.sf.jsqlparser;version='[5.2.0,5.2.1)',\
6666
org.apache.felix.scr;version='[2.2.10,2.2.11)',\
6767
org.eclipse.daanse.jdbc.db.api;version='[0.0.1,0.0.2)',\
6868
org.eclipse.daanse.jdbc.db.dialect.api;version='[0.0.1,0.0.2)',\

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.daanse</groupId>
2121
<artifactId>org.eclipse.daanse.pom.parent</artifactId>
22-
<version>0.0.2</version>
22+
<version>0.0.3</version>
2323
</parent>
2424
<artifactId>org.eclipse.daanse.sql</artifactId>
2525
<version>${revision}</version>

0 commit comments

Comments
 (0)