Skip to content

Commit 7042183

Browse files
committed
Prepare for 3.29.0
1 parent 7269179 commit 7042183

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

VERSION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
version=3.28.0
2-
3-
1+
version=3.29.0

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.willena</groupId>
55
<artifactId>sqlite-jdbc</artifactId>
6-
<version>3.28.0</version>
6+
<version>3.29.0</version>
77
<name>SQLite JDBC</name>
88
<description>SQLite JDBC library with encryption and authentication support</description>
99
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>
@@ -107,11 +107,6 @@
107107
<connectionUrl>https://oss.sonatype.org/service/local/staging/deploy/maven2</connectionUrl>
108108
</configuration>
109109
</plugin>
110-
<plugin>
111-
<groupId>org.apache.maven.plugins</groupId>
112-
<artifactId>maven-javadoc-plugin</artifactId>
113-
<version>2.10.3</version>
114-
</plugin>
115110
<plugin>
116111
<artifactId>maven-jar-plugin</artifactId>
117112
<version>2.3.2</version>
@@ -150,7 +145,7 @@
150145
<plugin>
151146
<groupId>org.apache.maven.plugins</groupId>
152147
<artifactId>maven-javadoc-plugin</artifactId>
153-
<version>2.9.1</version>
148+
<version>2.10.3</version>
154149
<executions>
155150
<execution>
156151
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)