Skip to content

Commit 23cff5d

Browse files
committed
Upgrade
1 parent 6a23fd0 commit 23cff5d

4 files changed

Lines changed: 20 additions & 317 deletions

File tree

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>org.eclipse.tycho</groupId>
44
<artifactId>tycho-build</artifactId>
5-
<version>3.0.5</version>
5+
<version>4.0.13</version>
66
</extension>
77
</extensions>

h2/META-INF/MANIFEST.MF

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bundle-Name: H2 Database Light Engine
1111
Bundle-RequiredExecutionEnvironment: JavaSE-17
1212
Bundle-SymbolicName: com.h2database.light
1313
Bundle-Vendor: ARCAD Software
14-
Bundle-Version: 2.3.232.1
14+
Bundle-Version: 2.4.240.1
1515
Bundle-License: https://github.com/ARCAD-Software/h2database-light
1616
Bundle-Category: jdbc
1717
Multi-Release: true
@@ -44,19 +44,19 @@ Import-Package: javax.crypto,
4444
org.w3c.dom,
4545
org.xml.sax,
4646
org.xml.sax.helpers
47-
Export-Package: org.h2;version="2.3.232",
48-
org.h2.api;version="2.3.232",
49-
org.h2.fulltext;version="2.3.232",
50-
org.h2.jdbc;version="2.3.232",
51-
org.h2.jdbcx;version="2.3.232",
52-
org.h2.tools;version="2.3.232",
53-
org.h2.util;version="2.3.232",
54-
org.h2.value;version="2.3.232",
55-
org.h2.bnf;version="2.3.232",
56-
org.h2.bnf.context;version="2.3.232",
57-
org.h2.mvstore;version="2.3.232",
58-
org.h2.mvstore.tx;version="2.3.232",
59-
org.h2.mvstore.type;version="2.3.232",
60-
org.h2.mvstore.rtree;version="2.3.232",
61-
org.h2.store.fs;version="2.3.232"
47+
Export-Package: org.h2;version="2.4.240",
48+
org.h2.api;version="2.4.240",
49+
org.h2.bnf;version="2.4.240",
50+
org.h2.bnf.context;version="2.4.240",
51+
org.h2.fulltext;version="2.4.240",
52+
org.h2.jdbc;version="2.4.240",
53+
org.h2.jdbcx;version="2.4.240",
54+
org.h2.mvstore;version="2.4.240",
55+
org.h2.mvstore.rtree;version="2.4.240",
56+
org.h2.mvstore.tx;version="2.4.240",
57+
org.h2.mvstore.type;version="2.4.240",
58+
org.h2.store.fs;version="2.4.240",
59+
org.h2.tools;version="2.4.240",
60+
org.h2.util;version="2.4.240",
61+
org.h2.value;version="2.4.240"
6262
Provide-Capability: osgi.service;objectClass:List<String>=org.osgi.service.jdbc.DataSourceFactory

h2/pom.xml

Lines changed: 0 additions & 297 deletions
This file was deleted.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
16-
<tycho.version>3.0.5</tycho.version>
17-
<tycho.extra.version>3.0.5</tycho.extra.version>
16+
<tycho.version>4.0.13</tycho.version>
17+
<tycho.extra.version>4.0.13</tycho.extra.version>
1818
<keystore></keystore>
1919
<tycho.scmUrl>scm:git:https://github.com/ARCAD-Software/h2database-light.git</tycho.scmUrl>
2020
</properties>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.ops4j.pax.logging</groupId>
2525
<artifactId>pax-logging-api</artifactId>
26-
<version>1.12.10</version>
26+
<version>1.12.13</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.osgi</groupId>

0 commit comments

Comments
 (0)