Skip to content

Commit 2ce70f8

Browse files
committed
build: bump cyclonedx-maven-plugin and improve POM description
Update cyclonedx-maven-plugin to 2.9.3
1 parent 03c923c commit 2ce70f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>jar</packaging>
1515

1616
<name>Jackcess</name>
17-
<description>A pure Java library for reading from and writing to MS Access databases</description>
17+
<description>A pure Java library for reading from and writing to Microsoft Access databases (MDB and ACCDB), without requiring a database engine, JDBC/ODBC driver, or an MS Access installation.</description>
1818
<url>${githubBaseUrl}${project.artifactId}</url>
1919
<inceptionYear>2005</inceptionYear>
2020

@@ -111,7 +111,7 @@
111111

112112
<!-- additional plugins not defined in parent -->
113113
<dep.plugin.sortpom.version>4.0.0</dep.plugin.sortpom.version>
114-
<dep.plugin.cyclonedx.version>2.9.2</dep.plugin.cyclonedx.version>
114+
<dep.plugin.cyclonedx.version>2.9.3</dep.plugin.cyclonedx.version>
115115
<dep.plugin.versions.version>2.21.0</dep.plugin.versions.version>
116116

117117
<basepom.deploy.snapshot.url>https://central.sonatype.com/repository/maven-snapshots/</basepom.deploy.snapshot.url>

0 commit comments

Comments
 (0)