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 >nebula-flink</artifactId >
77 <groupId >com.vesoft</groupId >
8- <version >2 .0-SNAPSHOT</version >
8+ <version >3 .0-SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
1212
1313 <artifactId >nebula-flink-connector</artifactId >
1414
1515 <properties >
16- <nebula .version>2.0 .0-SNAPSHOT</nebula .version>
16+ <nebula .version>3 .0-SNAPSHOT</nebula .version>
1717 <flink .version>1.11.3</flink .version>
1818 <scala .binary.version>2.11</scala .binary.version>
1919 <compiler .source.version>1.8</compiler .source.version>
8282 </execution >
8383 </executions >
8484 </plugin >
85+ <plugin >
86+ <groupId >org.sonatype.plugins</groupId >
87+ <artifactId >nexus-staging-maven-plugin</artifactId >
88+ <version >1.6.8</version >
89+ <extensions >true</extensions >
90+ <configuration >
91+ <serverId >ossrh</serverId >
92+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
93+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
94+ </configuration >
95+ </plugin >
8596 <plugin >
8697 <groupId >org.apache.maven.plugins</groupId >
8798 <artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >nebula-flink</artifactId >
77 <groupId >com.vesoft</groupId >
8- <version >2 .0-SNAPSHOT</version >
8+ <version >3 .0-SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
1616 <dependency >
1717 <groupId >com.vesoft</groupId >
1818 <artifactId >nebula-flink-connector</artifactId >
19- <version >2.0-SNAPSHOT </version >
19+ <version >${project.version} </version >
2020 </dependency >
2121
2222 <dependency >
Original file line number Diff line number Diff line change 77 <groupId >com.vesoft</groupId >
88 <artifactId >nebula-flink</artifactId >
99 <packaging >pom</packaging >
10- <version >2 .0-SNAPSHOT</version >
10+ <version >3 .0-SNAPSHOT</version >
1111
1212 <modules >
1313 <module >connector</module >
You can’t perform that action at this time.
0 commit comments