-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release jna-inchi-1.2
- Loading branch information
Showing
19 changed files
with
133 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>jna-rinchi-core</artifactId> | ||
<name>JNA RInChI Core</name> | ||
<description>Functionality for calling the RInChI library from Java. Requires an appropriate RInChI binary on the classpath to use</description> | ||
<build> | ||
<resources> | ||
<resource> | ||
<directory>src/main/resources</directory> | ||
<filtering>true</filtering> | ||
<includes> | ||
<include>**/*.props</include> | ||
</includes> | ||
</resource> | ||
<resource> | ||
<directory>src/main/resources</directory> | ||
<filtering>false</filtering> | ||
<excludes> | ||
<exclude>**/*.props</exclude> | ||
</excludes> | ||
</resource> | ||
</resources> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi-api</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-linux-arm</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-linux-x86</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-linux-x86-64</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-win32-x86</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-win32-x86-64</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>net.java.dev.jna</groupId> | ||
<artifactId>jna</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2</version> | ||
</parent> | ||
<artifactId>jna-rinchi-core</artifactId> | ||
<name>JNA RInChI Core</name> | ||
<description>Functionality for calling the RInChI library from Java. Requires an appropriate RInChI binary on the classpath to use</description> | ||
<build> | ||
<resources> | ||
<resource> | ||
<directory>src/main/resources</directory> | ||
<filtering>true</filtering> | ||
<includes> | ||
<include>**/*.props</include> | ||
</includes> | ||
</resource> | ||
<resource> | ||
<directory>src/main/resources</directory> | ||
<filtering>false</filtering> | ||
<excludes> | ||
<exclude>**/*.props</exclude> | ||
</excludes> | ||
</resource> | ||
</resources> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi-api</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-linux-arm</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-linux-x86</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-linux-x86-64</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-win32-x86</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-rinchi-win32-x86-64</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>net.java.dev.jna</groupId> | ||
<artifactId>jna</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>jna-rinchi-linux-arm</artifactId> | ||
<name>JNA RInChI Linux ARM</name> | ||
<description>Binaries for 32-bit ARM Linux e.g. Raspberry Pi</description> | ||
</project> | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2</version> | ||
</parent> | ||
<artifactId>jna-rinchi-linux-arm</artifactId> | ||
<name>JNA RInChI Linux ARM</name> | ||
<description>Binaries for 32-bit ARM Linux e.g. Raspberry Pi</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>jna-rinchi-linux-x86-64</artifactId> | ||
<name>JNA RInChI Linux x86-64</name> | ||
<description>Binaries for 64-bit Linux</description> | ||
</project> | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2</version> | ||
</parent> | ||
<artifactId>jna-rinchi-linux-x86-64</artifactId> | ||
<name>JNA RInChI Linux x86-64</name> | ||
<description>Binaries for 64-bit Linux</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>jna-rinchi-linux-x86</artifactId> | ||
<name>JNA RInChI Linux x86</name> | ||
<description>Binaries for 32-bit Linux</description> | ||
</project> | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2</version> | ||
</parent> | ||
<artifactId>jna-rinchi-linux-x86</artifactId> | ||
<name>JNA RInChI Linux x86</name> | ||
<description>Binaries for 32-bit Linux</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>jna-rinchi-win32-x86-64</artifactId> | ||
<name>JNA RInChI Win32 x86-64</name> | ||
<description>Binaries for 64-bit Windows</description> | ||
</project> | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2</version> | ||
</parent> | ||
<artifactId>jna-rinchi-win32-x86-64</artifactId> | ||
<name>JNA RInChI Win32 x86-64</name> | ||
<description>Binaries for 64-bit Windows</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>jna-rinchi-win32-x86</artifactId> | ||
<name>JNA RInChI Win32 x86</name> | ||
<description>Binaries for 32-bit Windows</description> | ||
</project> | ||
<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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>io.github.dan2097</groupId> | ||
<artifactId>jna-inchi</artifactId> | ||
<version>1.2</version> | ||
</parent> | ||
<artifactId>jna-rinchi-win32-x86</artifactId> | ||
<name>JNA RInChI Win32 x86</name> | ||
<description>Binaries for 32-bit Windows</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters