Browse Source

[maven-release-plugin] copy for tag jackcess-1.2.8

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.8@633 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-1.2.8
James Ahlborn 12 years ago
parent
commit
1ddbb96072
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      pom.xml
  2. 1
    1
      src/changes/changes.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>1.2.8-SNAPSHOT</version>
<version>1.2.8</version>
<url>http://jackcess.sf.net</url> <url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<developers> <developers>
<url>http://sourceforge.net/tracker/?group_id=134943&amp;atid=731445</url> <url>http://sourceforge.net/tracker/?group_id=134943&amp;atid=731445</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</connection>
<connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/jackcess-1.2.8</connection>
<!-- read/write svn connection --> <!-- read/write svn connection -->
<developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</developerConnection>
<url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/trunk/</url>
<developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/jackcess-1.2.8</developerConnection>
<url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/jackcess-1.2.8</url>
</scm> </scm>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>

+ 1
- 1
src/changes/changes.xml View File

<author email="javajedi@users.sf.net">Tim McCune</author> <author email="javajedi@users.sf.net">Tim McCune</author>
</properties> </properties>
<body> <body>
<release version="1.2.8" date="TBD">
<release version="1.2.8" date="2012-07-10">
<action dev="jahlborn" type="update" issue="3523179"> <action dev="jahlborn" type="update" issue="3523179">
Add osgi header information to the manifest. Add osgi header information to the manifest.
</action> </action>

Loading…
Cancel
Save