Skip to content

Commit

Permalink
update snapshot version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Jan 10, 2022
1 parent 0643db2 commit 4741072
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<artifactId>nebula-flink</artifactId>
<groupId>com.vesoft</groupId>
<version>2.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>nebula-flink-connector</artifactId>

<properties>
<nebula.version>2.0.0-SNAPSHOT</nebula.version>
<nebula.version>3.0-SNAPSHOT</nebula.version>
<flink.version>1.11.3</flink.version>
<scala.binary.version>2.11</scala.binary.version>
<compiler.source.version>1.8</compiler.source.version>
Expand Down Expand Up @@ -82,6 +82,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-flink</artifactId>
<groupId>com.vesoft</groupId>
<version>2.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>nebula-flink-connector</artifactId>
<version>2.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vesoft</groupId>
<artifactId>nebula-flink</artifactId>
<packaging>pom</packaging>
<version>2.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>

<modules>
<module>connector</module>
Expand Down

0 comments on commit 4741072

Please sign in to comment.