Browse Source

[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1393 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-4.0.5
James Ahlborn 1 year ago
parent
commit
7b338ea7bf
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      pom.xml

+ 4
- 4
pom.xml View File

<artifactId>jackcess</artifactId> <artifactId>jackcess</artifactId>
<name>Jackcess</name> <name>Jackcess</name>
<description>A pure Java library for reading from and writing to MS Access databases.</description> <description>A pure Java library for reading from and writing to MS Access databases.</description>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
<url>https://jackcess.sourceforge.io</url> <url>https://jackcess.sourceforge.io</url>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<developers> <developers>
<url>https://sourceforge.net/p/jackcess/bugs/</url> <url>https://sourceforge.net/p/jackcess/bugs/</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.4</connection>
<connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection>
<!-- read/write svn connection --> <!-- read/write svn connection -->
<developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.4</developerConnection>
<url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.4</url>
<developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</developerConnection>
<url>http://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</url>
</scm> </scm>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>

Loading…
Cancel
Save