Commit c936c03 1 parent 40677b0 commit c936c03 Copy full SHA for c936c03
File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >algorithm</artifactId >
7
7
<groupId >com.vesoft</groupId >
8
- <version >2.6.1 </version >
8
+ <version >2.6.2 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
183
183
<dependency >
184
184
<groupId >com.vesoft</groupId >
185
185
<artifactId >nebula-algorithm</artifactId >
186
- <version >2.6.1 </version >
186
+ <version >2.6.2 </version >
187
187
</dependency >
188
188
</dependencies >
189
189
</project >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >algorithm</artifactId >
8
8
<groupId >com.vesoft</groupId >
9
- <version >2.6.1 </version >
9
+ <version >2.6.2 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modelVersion >4.0.0</modelVersion >
15
15
16
16
<properties >
17
17
<spark .version>2.4.4</spark .version>
18
- <nebula .version>2.6.0 </nebula .version>
18
+ <nebula .version>2.6.2 </nebula .version>
19
19
<config .version>1.4.0</config .version>
20
20
<scopt .version>3.7.1</scopt .version>
21
21
<scalatest .version>3.2.0</scalatest .version>
90
90
</execution >
91
91
</executions >
92
92
</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 >
93
104
<plugin >
94
105
<groupId >org.scala-tools</groupId >
95
106
<artifactId >maven-scala-plugin</artifactId >
Original file line number Diff line number Diff line change 7
7
<groupId >com.vesoft</groupId >
8
8
<artifactId >algorithm</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >2.6.1 </version >
10
+ <version >2.6.2 </version >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments