|
19 | 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 |
|
22 | | - <groupId>com.github.esastack</groupId> |
| 22 | + <groupId>io.esastack</groupId> |
23 | 23 | <artifactId>httpserver-parent</artifactId> |
24 | 24 | <packaging>pom</packaging> |
25 | | - <version>0.0.1-SNAPSHOT</version> |
| 25 | + <version>0.1.0-SNAPSHOT</version> |
26 | 26 |
|
27 | 27 | <name>HttpServer</name> |
28 | 28 | <description> |
|
118 | 118 | <project.build.sourceEncoding>${encoding}</project.build.sourceEncoding> |
119 | 119 | <project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding> |
120 | 120 | <excludes-tests>**/it/**Test.java</excludes-tests> |
121 | | - <esa-commons.version>0.0.1</esa-commons.version> |
| 121 | + <esa-commons.version>0.1.0</esa-commons.version> |
122 | 122 | <netty.version>4.1.52.Final</netty.version> |
123 | 123 | <netty-tcnative.version>2.0.34.Final</netty-tcnative.version> |
124 | 124 | <jzlib.version>1.1.3</jzlib.version> |
|
144 | 144 | <dependencyManagement> |
145 | 145 | <dependencies> |
146 | 146 | <dependency> |
147 | | - <groupId>com.github.esastack</groupId> |
| 147 | + <groupId>io.esastack</groupId> |
148 | 148 | <artifactId>commons</artifactId> |
149 | 149 | <version>${esa-commons.version}</version> |
150 | 150 | </dependency> |
151 | 151 | <dependency> |
152 | | - <groupId>com.github.esastack</groupId> |
| 152 | + <groupId>io.esastack</groupId> |
153 | 153 | <artifactId>commons-http</artifactId> |
154 | 154 | <version>${esa-commons.version}</version> |
155 | 155 | </dependency> |
156 | 156 | <dependency> |
157 | | - <groupId>com.github.esastack</groupId> |
| 157 | + <groupId>io.esastack</groupId> |
158 | 158 | <artifactId>commons-netty-http</artifactId> |
159 | 159 | <version>${esa-commons.version}</version> |
160 | 160 | </dependency> |
|
259 | 259 | <groupId>org.sonatype.plugins</groupId> |
260 | 260 | <artifactId>nexus-staging-maven-plugin</artifactId> |
261 | 261 | <version>1.6.8</version> |
| 262 | + <extensions>true</extensions> |
| 263 | + <configuration> |
| 264 | + <serverId>ossrh</serverId> |
| 265 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 266 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 267 | + </configuration> |
262 | 268 | </plugin> |
263 | 269 | <plugin> |
264 | 270 | <groupId>org.apache.maven.plugins</groupId> |
|
294 | 300 | <version>8.35</version> |
295 | 301 | </dependency> |
296 | 302 | <dependency> |
297 | | - <groupId>com.github.esastack</groupId> |
| 303 | + <groupId>io.esastack</groupId> |
298 | 304 | <artifactId>commons-build</artifactId> |
299 | 305 | <version>${esa-commons.version}</version> |
300 | 306 | </dependency> |
|
0 commit comments