Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Dec 13, 2021
1 parent 226dcb1 commit bee0ea3
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 36 deletions.
5 changes: 2 additions & 3 deletions jna-inchi-all/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-all</artifactId>
<name>JNA InChI All</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-api</artifactId>
<name>JNA InChI API</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-core</artifactId>
<name>JNA InChI Core</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-darwin-aarch64/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-darwin-aarch64</artifactId>
<name>JNA InChI Darwin AArch64</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-darwin-x86-64/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-darwin-x86-64</artifactId>
<name>JNA InChI Darwin x86-64</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-linux-arm/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-linux-arm</artifactId>
<name>JNA InChI Linux ARM</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-linux-x86-64/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-linux-x86-64</artifactId>
<name>JNA InChI Linux x86-64</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-linux-x86/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-linux-x86</artifactId>
<name>JNA InChI Linux x86</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-smiles/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-smiles</artifactId>
<name>JNA InChI SMILES</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-win32-x86-64/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-win32-x86-64</artifactId>
<name>JNA InChI Win32 x86-64</name>
Expand Down
5 changes: 2 additions & 3 deletions jna-inchi-win32-x86/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>0.0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>jna-inchi-win32-x86</artifactId>
<name>JNA InChI Win32 x86</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<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">
<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>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<name>JNA InChI</name>
<description>Parent project for JNA InChI</description>
Expand Down Expand Up @@ -35,6 +34,7 @@
<developerConnection>
scm:git:https://github.com/dan2097/jna-inchi
</developerConnection>
<tag>1.0</tag>
</scm>
<distributionManagement><!--For deployment to Maven Central via OSSRH -->
<snapshotRepository>
Expand Down

0 comments on commit bee0ea3

Please sign in to comment.