|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>io.github.kavahub</groupId>
|
5 | 5 | <artifactId>kavahub-async-file</artifactId>
|
6 |
| - <version>1.0.1-SNAPSHOT</version> |
| 6 | + <version>1.0.0-SNAPSHOT</version> |
7 | 7 | <name>kavahub-async-file</name>
|
8 | 8 | <packaging>jar</packaging>
|
9 | 9 |
|
|
49 | 49 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
|
50 | 50 | <maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
|
51 | 51 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
| 52 | + <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version> |
52 | 53 |
|
53 | 54 | <!-- thrid lib -->
|
54 | 55 | <junit-jupiter.version>5.8.1</junit-jupiter.version>
|
|
143 | 144 | <version>${maven-compiler-plugin.version}</version>
|
144 | 145 | </plugin>
|
145 | 146 |
|
146 |
| - <plugin> |
147 |
| - <groupId>org.apache.maven.plugins</groupId> |
148 |
| - <artifactId>maven-release-plugin</artifactId> |
149 |
| - <version>${maven-release-plugin.version}</version> |
150 |
| - </plugin> |
151 | 147 | </plugins>
|
152 | 148 | </build>
|
153 | 149 |
|
|
168 | 164 |
|
169 | 165 | <build>
|
170 | 166 | <plugins>
|
| 167 | + <plugin> |
| 168 | + <groupId>org.apache.maven.plugins</groupId> |
| 169 | + <artifactId>maven-release-plugin</artifactId> |
| 170 | + <version>${maven-release-plugin.version}</version> |
| 171 | + </plugin> |
| 172 | + |
171 | 173 | <plugin>
|
172 | 174 | <groupId>org.apache.maven.plugins</groupId>
|
173 | 175 | <artifactId>maven-surefire-plugin</artifactId>
|
|
233 | 235 | <target>1.8</target>
|
234 | 236 | </configuration>
|
235 | 237 | </plugin>
|
| 238 | + |
| 239 | + <plugin> |
| 240 | + <groupId>org.sonatype.plugins</groupId> |
| 241 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 242 | + <version>${nexus-staging-maven-plugin.version}</version> |
| 243 | + <extensions>true</extensions> |
| 244 | + <configuration> |
| 245 | + <serverId>ossrh</serverId> |
| 246 | + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 247 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 248 | + </configuration> |
| 249 | + </plugin> |
236 | 250 | </plugins>
|
237 | 251 | </build>
|
238 | 252 | </profile>
|
|
0 commit comments