|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 | | - <groupId>com.arena-returns</groupId> |
| 7 | + <groupId>com.arenareturns</groupId> |
8 | 8 | <artifactId>SimpleNet</artifactId> |
9 | | - <version>1.7.0</version> |
| 9 | + <version>1.7.1</version> |
10 | 10 |
|
11 | 11 | <name>SimpleNet</name> |
12 | 12 | <description>ArenaReturns' fork of SimpleNet, an easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.</description> |
|
22 | 22 | <developers> |
23 | 23 | <developer> |
24 | 24 | <name>Arena Returns</name> |
25 | | - <email>contact@arena-returns.com</email> |
26 | | - <organization>com.arena-returns</organization> |
| 25 | + <email>contact@arenareturns.com</email> |
| 26 | + <organization>com.arenareturns</organization> |
27 | 27 | <organizationUrl>https://github.com/ArenaReturns/SimpleNet</organizationUrl> |
28 | 28 | </developer> |
29 | 29 | <developer> |
|
40 | 40 | <url>https://github.com/ArenaReturns/SimpleNet</url> |
41 | 41 | </scm> |
42 | 42 |
|
43 | | - <distributionManagement> |
44 | | - <snapshotRepository> |
45 | | - <id>ossrh</id> |
46 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
47 | | - </snapshotRepository> |
48 | | - <repository> |
49 | | - <id>ossrh</id> |
50 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
51 | | - </repository> |
52 | | - </distributionManagement> |
53 | | - |
54 | 43 | <properties> |
55 | 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
56 | 45 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
59 | 48 |
|
60 | 49 | <dependencies> |
61 | 50 | <dependency> |
62 | | - <groupId>com.arena-returns</groupId> |
| 51 | + <groupId>com.arenareturns</groupId> |
63 | 52 | <artifactId>Pbbl</artifactId> |
64 | | - <version>1.0.2</version> |
| 53 | + <version>1.0.3</version> |
65 | 54 | </dependency> |
66 | 55 | <dependency> |
67 | 56 | <groupId>org.junit.jupiter</groupId> |
|
176 | 165 | <artifactId>maven-surefire-plugin</artifactId> |
177 | 166 | <version>3.0.0-M5</version> |
178 | 167 | <configuration> |
179 | | - <argLine>--add-opens com.arena_returns.simplenet/com.arena_returns.simplenet=ALL-UNNAMED</argLine> |
| 168 | + <argLine>--add-opens com.arenareturns.simplenet/com.arenareturns.simplenet=ALL-UNNAMED</argLine> |
180 | 169 | </configuration> |
181 | 170 | </plugin> |
182 | 171 | <plugin> |
183 | | - <groupId>org.sonatype.plugins</groupId> |
184 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
185 | | - <version>1.6.8</version> |
| 172 | + <groupId>org.sonatype.central</groupId> |
| 173 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 174 | + <version>0.6.0</version> |
186 | 175 | <extensions>true</extensions> |
187 | 176 | <configuration> |
188 | | - <serverId>ossrh</serverId> |
189 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
190 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 177 | + <publishingServerId>central</publishingServerId> |
191 | 178 | </configuration> |
192 | 179 | </plugin> |
193 | 180 | </plugins> |
|
0 commit comments