Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Jul 4, 2023
1 parent 482a7af commit 155505c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions jar-jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.questdb</groupId>
<artifactId>jar-jni</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>JAR JNI Loader</name>
Expand All @@ -51,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.1.1</tag>
</scm>

<properties>
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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<groupId>org.questdb</groupId>
<artifactId>rust-maven</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -54,7 +54,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.1.1</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions rust-maven-jna-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-jna-example</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>Rust Maven Plugin JNA 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.1.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions rust-maven-jni-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-jni-example</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 155505c

Please sign in to comment.