Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Feb 20, 2024
1 parent 2f5b590 commit 1cbd645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<name>UCanAccess</name>
<description>Open-source pure Java JDBC driver for Access databases. Allows Java developers and client programs (e.g. OpenOffice, LibreOffice, SQuirreL SQL) to read and write various versions of Microsoft Access databases.</description>
<url>https://github.com/spannm/${project.artifactId}</url>
<url>https://github.com/${developerId}/${project.artifactId}</url>
<inceptionYear>2012</inceptionYear>

<organization>
Expand Down Expand Up @@ -219,7 +219,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables combine.children="append">
<user.timezone/>
<user.timezone />
</systemPropertyVariables>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
Expand Down

0 comments on commit 1cbd645

Please sign in to comment.