File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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>
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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments