Skip to content

Commit

Permalink
release 1.18.2
Browse files Browse the repository at this point in the history
 1. update leveldb-api
  • Loading branch information
halibobo1205 committed Nov 18, 2022
1 parent 6812202 commit 773fd61
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@

<groupId>com.halibobor</groupId>
<artifactId>leveldbjni-all</artifactId>
<version>1.18.1</version>
<version>1.18.2</version>
<packaging>bundle</packaging>

<properties>
<forge-project-id>leveldbjni</forge-project-id>
<forge-project-id-uc>LEVELDBJNI</forge-project-id-uc>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hawtjni-version>1.18</hawtjni-version>
<leveldb-api-version>0.6</leveldb-api-version>
<leveldb-api-version>1.18.2</leveldb-api-version>
<leveldbjni-version>1.8</leveldbjni-version>
<junit-version>4.13.2</junit-version>
<jacoco.version>0.8.8</jacoco.version>
Expand Down Expand Up @@ -117,8 +117,17 @@
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.halibobor</groupId>
<artifactId>leveldb-api</artifactId>
<version>${leveldb-api-version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -219,7 +228,7 @@
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Export-Package>
org.fusesource.leveldbjni*;version=${project.version},
org.fusesource.leveldbjni*;version=${leveldbjni-version},
org.iq80.leveldb*;version=${leveldb-api-version},
org.fusesource.hawtjni*;version=${hawtjni-version},
</Export-Package>
Expand Down

0 comments on commit 773fd61

Please sign in to comment.