Skip to content

Commit c936c03

Browse files
authored
update version to 2.6.2 (#43)
1 parent 40677b0 commit c936c03

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>algorithm</artifactId>
77
<groupId>com.vesoft</groupId>
8-
<version>2.6.1</version>
8+
<version>2.6.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>com.vesoft</groupId>
185185
<artifactId>nebula-algorithm</artifactId>
186-
<version>2.6.1</version>
186+
<version>2.6.2</version>
187187
</dependency>
188188
</dependencies>
189189
</project>

nebula-algorithm/pom.xml

+13-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>algorithm</artifactId>
88
<groupId>com.vesoft</groupId>
9-
<version>2.6.1</version>
9+
<version>2.6.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<spark.version>2.4.4</spark.version>
18-
<nebula.version>2.6.0</nebula.version>
18+
<nebula.version>2.6.2</nebula.version>
1919
<config.version>1.4.0</config.version>
2020
<scopt.version>3.7.1</scopt.version>
2121
<scalatest.version>3.2.0</scalatest.version>
@@ -90,6 +90,17 @@
9090
</execution>
9191
</executions>
9292
</plugin>
93+
<plugin>
94+
<groupId>org.sonatype.plugins</groupId>
95+
<artifactId>nexus-staging-maven-plugin</artifactId>
96+
<version>1.6.8</version>
97+
<extensions>true</extensions>
98+
<configuration>
99+
<serverId>ossrh</serverId>
100+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
101+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
102+
</configuration>
103+
</plugin>
93104
<plugin>
94105
<groupId>org.scala-tools</groupId>
95106
<artifactId>maven-scala-plugin</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.vesoft</groupId>
88
<artifactId>algorithm</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.6.1</version>
10+
<version>2.6.2</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)