Browse Source

update parent pom; update urls for https

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1188 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.2.0
James Ahlborn 5 years ago
parent
commit
821c939d1c
7 changed files with 24 additions and 24 deletions
  1. 1
    1
      README.txt
  2. 12
    12
      pom.xml
  3. 2
    2
      src/changes/changes.xml
  4. 2
    2
      src/site/fml/faq.fml
  5. 4
    4
      src/site/site.xml
  6. 2
    2
      src/site/xdoc/index.xml
  7. 1
    1
      src/site/xdoc/jackcess-2.xml

+ 1
- 1
README.txt View File

Please note that the GitHub repository is a mirror of the main project Please note that the GitHub repository is a mirror of the main project
repository which is hosted on SourceForge: repository which is hosted on SourceForge:


Homepage: http://jackcess.sourceforge.net/
Homepage: https://jackcess.sourceforge.io/


Project: https://sourceforge.net/projects/jackcess/ Project: https://sourceforge.net/projects/jackcess/

+ 12
- 12
pom.xml View File

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.healthmarketscience</groupId> <groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId> <artifactId>openhms-parent</artifactId>
<version>1.1.8</version>
<version>1.1.10</version>
</parent> </parent>
<groupId>com.healthmarketscience.jackcess</groupId> <groupId>com.healthmarketscience.jackcess</groupId>
<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>2.2.0-SNAPSHOT</version> <version>2.2.0-SNAPSHOT</version>
<url>http://jackcess.sf.net</url>
<url>https://jackcess.sourceforge.io</url>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<developers> <developers>
<developer> <developer>
</contributors> </contributors>
<issueManagement> <issueManagement>
<system>SourceForge2</system> <system>SourceForge2</system>
<url>http://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/trunk/</connection> <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement>
</pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<execution> <execution>
<id>bundle-manifest</id> <id>bundle-manifest</id>
<phase>process-classes</phase> <phase>process-classes</phase>
<goals>
<goals>
<goal>manifest</goal> <goal>manifest</goal>
</goals>
</goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<version>3.9</version> <version>3.9</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
<reporting> <reporting>
<plugins> <plugins>
<artifactId>maven-changes-plugin</artifactId> <artifactId>maven-changes-plugin</artifactId>
<configuration> <configuration>
<issueLinkTemplatePerSystem> <issueLinkTemplatePerSystem>
<SourceForge2Features>http://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features>
<SourceForge2Patches>http://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches>
<SourceForge2Features>https://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features>
<SourceForge2Patches>https://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches>
<GitHubPullRequests>https://github.com/jahlborn/jackcess/pull/%ISSUE%</GitHubPullRequests> <GitHubPullRequests>https://github.com/jahlborn/jackcess/pull/%ISSUE%</GitHubPullRequests>
</issueLinkTemplatePerSystem> </issueLinkTemplatePerSystem>
</configuration> </configuration>
<configuration> <configuration>
<excludeFilterFile>${basedir}/src/site/findbugs/exclude.xml</excludeFilterFile> <excludeFilterFile>${basedir}/src/site/findbugs/exclude.xml</excludeFilterFile>
</configuration> </configuration>
</plugin>
</plugin>
</plugins> </plugins>
</reporting> </reporting>
<repositories> <repositories>
<site> <site>
<id>jackcess-build-site</id> <id>jackcess-build-site</id>
<url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url> <url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url>
</site>
</site>
</distributionManagement> </distributionManagement>
</project> </project>

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

description="Major API Revision"> description="Major API Revision">
<action dev="jahlborn" type="update"> <action dev="jahlborn" type="update">
Brand new API! This release is not backwards compatible with 1.x Brand new API! This release is not backwards compatible with 1.x
releases. See Migration Guide at http://jackcess.sourceforge.net/jackcess-2.html
releases. See Migration Guide at https://jackcess.sourceforge.io/jackcess-2.html
for more details. for more details.
</action> </action>
</release> </release>
</action> </action>
<action dev="jahlborn" type="update" system="SourceForge" issue="3065010"> <action dev="jahlborn" type="update" system="SourceForge" issue="3065010">
Add support for plugging in implementations of various page Add support for plugging in implementations of various page
encoding/decoding algorithms. See the &lt;a href="http://jackcessencrypt.sourceforge.net/"&gt;Jackcess Encrypt&lt;/a&gt;
encoding/decoding algorithms. See the &lt;a href="https://jackcessencrypt.sourceforge.io/"&gt;Jackcess Encrypt&lt;/a&gt;
project for a CodecProvider implementation which supports a few of the project for a CodecProvider implementation which supports a few of the
Access encodings. (thanks to Vladimir Berezniker). Access encodings. (thanks to Vladimir Berezniker).
</action> </action>

+ 2
- 2
src/site/fml/faq.fml View File

project does not directly support decrypting Access databases, but project does not directly support decrypting Access databases, but
does, however, support plugging in encryption support using a custom does, however, support plugging in encryption support using a custom
<a href="apidocs/com/healthmarketscience/jackcess/CodecProvider.html">CodecProvider</a>. <a href="apidocs/com/healthmarketscience/jackcess/CodecProvider.html">CodecProvider</a>.
The separate <a href="http://jackcessencrypt.sourceforge.net/">Jackcess Encrypt
project</a> contains the <a href="http://jackcessencrypt.sourceforge.net/apidocs/com/healthmarketscience/jackcess/CryptCodecProvider.html">CryptCodecProvider</a>,
The separate <a href="https://jackcessencrypt.sourceforge.io/">Jackcess Encrypt
project</a> contains the <a href="https://jackcessencrypt.sourceforge.io/apidocs/com/healthmarketscience/jackcess/CryptCodecProvider.html">CryptCodecProvider</a>,
which implements the Jackess CodecProvider interface and supports which implements the Jackess CodecProvider interface and supports
some forms of Access database encryption. some forms of Access database encryption.
</answer> </answer>

+ 4
- 4
src/site/site.xml View File

<body> <body>
<menu name="Jackcess"> <menu name="Jackcess">
<item name="About" href="index.html"/> <item name="About" href="index.html"/>
<item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=134943"/>
<item name="SourceForge Project" href="http://sourceforge.net/projects/jackcess/"/>
<item name="Downloads" href="https://sourceforge.net/project/showfiles.php?group_id=134943"/>
<item name="SourceForge Project" href="https://sourceforge.net/projects/jackcess/"/>
<item name="Cookbook" href="cookbook.html"/> <item name="Cookbook" href="cookbook.html"/>
<item name="Upgrading to Jackcess 2.x" href="jackcess-2.html"/> <item name="Upgrading to Jackcess 2.x" href="jackcess-2.html"/>
<item name="FAQ" href="faq.html"/> <item name="FAQ" href="faq.html"/>
<item name="Support" href="http://sourceforge.net/projects/jackcess/support"/>
<item name="Jackcess Encrypt" href="http://jackcessencrypt.sourceforge.net/"/>
<item name="Support" href="https://sourceforge.net/projects/jackcess/support"/>
<item name="Jackcess Encrypt" href="https://jackcessencrypt.sourceforge.io/"/>
<item name="GitHub Mirror" href="https://github.com/jahlborn/jackcess"/> <item name="GitHub Mirror" href="https://github.com/jahlborn/jackcess"/>
</menu> </menu>



+ 2
- 2
src/site/xdoc/index.xml View File

<section name="Jackcess"> <section name="Jackcess">
<p> <p>
Jackcess is a pure Java library for reading from and writing to MS Jackcess is a pure Java library for reading from and writing to MS
Access databases (currently supporting versions 2000-2016). It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. It is not an application. There is no GUI. It's a
Access databases (currently supporting versions 2000-2016). It is part of the <a href="https://openhms.sourceforge.io/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. It is not an application. There is no GUI. It's a
library, intended for other developers to use to build Java library, intended for other developers to use to build Java
applications. Jackcess is licensed under the applications. Jackcess is licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a> (as of version 2.1.0). <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a> (as of version 2.1.0).
for reading Access files, written in C. for reading Access files, written in C.
</li> </li>
<li> <li>
<a href="http://jackcessencrypt.sourceforge.net/">Jackcess
<a href="https://jackcessencrypt.sourceforge.io/">Jackcess
Encrypt</a> - Extension library for Jackcess which implements Encrypt</a> - Extension library for Jackcess which implements
support for some forms of Microsoft Access and Microsoft Money support for some forms of Microsoft Access and Microsoft Money
encryption. encryption.

+ 1
- 1
src/site/xdoc/jackcess-2.xml View File



<h4>Working with Jackcess Encrypt</h4> <h4>Working with Jackcess Encrypt</h4>
<p> <p>
If you are using the <a href="http://jackcessencrypt.sourceforge.net/">Jackcess Encrypt</a> project, then you will need to
If you are using the <a href="https://jackcessencrypt.sourceforge.io/">Jackcess Encrypt</a> project, then you will need to
use a version compatible with the relevant Jackess API. use a version compatible with the relevant Jackess API.
Fortunately, the major versions match, so it's pretty simple: Fortunately, the major versions match, so it's pretty simple:
</p> </p>

Loading…
Cancel
Save