Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Mar 9, 2023
1 parent c6c743f commit 4aab1e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
16 changes: 5 additions & 11 deletions jar-jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,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">
<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>org.questdb</groupId>
<artifactId>jar-jni</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>JAR JNI Loader</name>
Expand All @@ -52,7 +51,7 @@
<url>https://github.com/questdb/rust-maven-plugin</url>
<connection>scm:git:https://github.com/questdb/rust-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/questdb/rust-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -161,13 +160,8 @@
</goals>
<configuration>
<target>
<mkdir dir="${java9.build.outputDirectory}"/>
<javac srcdir="${java9.sourceDirectory}"
destdir="${java9.build.outputDirectory}"
classpath="${project.build.outputDirectory}"
includeantruntime="false"
source="9"
target="9"/>
<mkdir dir="${java9.build.outputDirectory}" />
<javac srcdir="${java9.sourceDirectory}" destdir="${java9.build.outputDirectory}" classpath="${project.build.outputDirectory}" includeantruntime="false" source="9" target="9" />
</target>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<groupId>org.questdb</groupId>
<artifactId>rust-maven</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -53,7 +53,7 @@
<url>https://github.com/questdb/rust-maven-plugin</url>
<connection>scm:git:https://github.com/questdb/rust-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/questdb/rust-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions rust-maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.questdb</groupId>
<artifactId>rust-maven-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Rust Maven Plugin Usage Example</name>
Expand All @@ -46,7 +46,7 @@
<url>https://github.com/questdb/rust-maven-plugin</url>
<connection>scm:git:https://github.com/questdb/rust-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/questdb/rust-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions rust-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.questdb</groupId>
<artifactId>rust-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>maven-plugin</packaging>

<name>Rust Maven Plugin</name>
Expand All @@ -52,7 +52,7 @@
<url>https://github.com/questdb/rust-maven-plugin</url>
<connection>scm:git:https://github.com/questdb/rust-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/questdb/rust-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 4aab1e5

Please sign in to comment.