File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
Expand file tree Collapse file tree 3 files changed +24
-6
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.5 -SNAPSHOT</version >
8+ <version >3.0 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
182182 <dependency >
183183 <groupId >com.vesoft</groupId >
184184 <artifactId >nebula-algorithm</artifactId >
185- <version >2.5-SNAPSHOT </version >
185+ <version >${project.version} </version >
186186 </dependency >
187187 </dependencies >
188188</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.5 -SNAPSHOT</version >
9+ <version >3.0 -SNAPSHOT</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.5 -SNAPSHOT</nebula .version>
18+ <nebula .version>3.0 -SNAPSHOT</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>
7676
7777
7878 <build >
79- <testSourceDirectory >src/main/scala </testSourceDirectory >
79+ <testSourceDirectory >src/test </testSourceDirectory >
8080 <plugins >
8181 <!-- deploy-plugin -->
8282 <plugin >
9090 </execution >
9191 </executions >
9292 </plugin >
93+ <plugin >
94+ <groupId >org.sonatype.plugins</groupId >
95+ <artifactId >nexus-staging-maven-plugin</artifactId >
96+ <executions >
97+ <execution >
98+ <id >default-deploy</id >
99+ <phase >deploy</phase >
100+ <goals >
101+ <goal >deploy</goal >
102+ </goals >
103+ </execution >
104+ </executions >
105+ <configuration >
106+ <serverId >ossrh</serverId >
107+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
108+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
109+ </configuration >
110+ </plugin >
93111 <plugin >
94112 <groupId >org.scala-tools</groupId >
95113 <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.5 -SNAPSHOT</version >
10+ <version >3.0 -SNAPSHOT</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