Skip to content

Commit af9a0cd

Browse files
committed
Prepare for 3.26.0
1 parent 976572d commit af9a0cd

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

pom.xml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3-
1+
<?xml version="1.0"?>
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.xerial</groupId>
65
<artifactId>sqlite-jdbc</artifactId>
7-
<version>3.25.3</version>
6+
<version>3.26.0</version>
87
<name>SQLite JDBC</name>
98
<description>SQLite JDBC library</description>
10-
119
<parent>
1210
<groupId>org.sonatype.oss</groupId>
1311
<artifactId>oss-parent</artifactId>
1412
<version>9</version>
1513
</parent>
16-
1714
<properties>
1815
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1916
</properties>
20-
2117
<licenses>
2218
<license>
2319
<name>The Apache Software License, Version 2.0</name>
2420
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2521
<distribution>repo</distribution>
2622
</license>
2723
</licenses>
28-
2924
<developers>
3025
<developer>
3126
<id>leo</id>
@@ -40,7 +35,6 @@
4035
<timezone>+9</timezone>
4136
</developer>
4237
</developers>
43-
4438
<build>
4539
<resources>
4640
<resource>
@@ -62,7 +56,7 @@
6256
<includes>
6357
<include>**/sqlite-jdbc.properties</include>
6458
</includes>
65-
</resource>
59+
</resource>
6660
<resource>
6761
<directory>${basedir}</directory>
6862
<targetPath>META-INF/maven/${project.groupId}/${project.artifactId}</targetPath>
@@ -72,7 +66,6 @@
7266
</includes>
7367
</resource>
7468
</resources>
75-
7669
<testResources>
7770
<testResource>
7871
<directory>src/test/java</directory>
@@ -84,7 +77,6 @@
8477
<directory>src/test/resources</directory>
8578
</testResource>
8679
</testResources>
87-
8880
<plugins>
8981
<plugin>
9082
<groupId>org.apache.maven.plugins</groupId>
@@ -95,13 +87,11 @@
9587
<target>1.6</target>
9688
</configuration>
9789
</plugin>
98-
9990
<plugin>
10091
<groupId>org.apache.maven.plugins</groupId>
10192
<artifactId>maven-surefire-report-plugin</artifactId>
10293
<version>2.6</version>
10394
</plugin>
104-
10595
<plugin>
10696
<artifactId>maven-release-plugin</artifactId>
10797
<version>2.1</version>
@@ -113,7 +103,6 @@
113103
<connectionUrl>scm:hg:ssh://[email protected]/xerial/sqlite-jdbc</connectionUrl>
114104
</configuration>
115105
</plugin>
116-
117106
<plugin>
118107
<groupId>org.apache.maven.plugins</groupId>
119108
<artifactId>maven-javadoc-plugin</artifactId>
@@ -122,7 +111,6 @@
122111
<additionalparam>-Xdoclint:none</additionalparam>
123112
</configuration>
124113
</plugin>
125-
126114
<plugin>
127115
<artifactId>maven-jar-plugin</artifactId>
128116
<version>2.3.2</version>
@@ -133,8 +121,6 @@
133121
</archive>
134122
</configuration>
135123
</plugin>
136-
137-
138124
<plugin>
139125
<groupId>org.apache.felix</groupId>
140126
<artifactId>maven-bundle-plugin</artifactId>
@@ -148,8 +134,6 @@
148134
</configuration>
149135
</plugin>
150136
</plugins>
151-
152-
153137
<pluginManagement>
154138
<plugins>
155139
<plugin>
@@ -171,13 +155,11 @@
171155
</plugins>
172156
</pluginManagement>
173157
</build>
174-
175158
<scm>
176159
<connection>scm:git:git://github.com/xerial/sqlite-jdbc.git</connection>
177160
<developerConnection>scm:git:[email protected]:xerial/sqlite-jdbc.git</developerConnection>
178161
<url>https://github.com/xerial/sqlite-jdbc</url>
179162
</scm>
180-
181163
<profiles>
182164
<profile>
183165
<id>release-sign-artifacts</id>
@@ -207,7 +189,6 @@
207189
</build>
208190
</profile>
209191
</profiles>
210-
211192
<dependencies>
212193
<dependency>
213194
<groupId>junit</groupId>

0 commit comments

Comments
 (0)