|
48 | 48 |
|
49 | 49 | <repositories> |
50 | 50 | <repository> |
51 | | - <id>ossrh</id> |
52 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 51 | + <id>central-snapshots</id> |
| 52 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
53 | 53 | </repository> |
54 | 54 | </repositories> |
55 | 55 |
|
|
62 | 62 | <dependency> |
63 | 63 | <groupId>org.javawebstack</groupId> |
64 | 64 | <artifactId>validator</artifactId> |
65 | | - <version>1.0.2</version> |
| 65 | + <version>1.0.3-SNAPSHOT</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>org.javawebstack</groupId> |
69 | 69 | <artifactId>abstract-data</artifactId> |
70 | | - <version>1.0.6</version> |
| 70 | + <version>1.0.7-SNAPSHOT</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.reflections</groupId> |
|
83 | 83 |
|
84 | 84 | <build> |
85 | 85 | <plugins> |
| 86 | + <plugin> |
| 87 | + <groupId>org.sonatype.central</groupId> |
| 88 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 89 | + <version>0.9.0</version> |
| 90 | + <extensions>true</extensions> |
| 91 | + <configuration> |
| 92 | + <publishingServerId>central</publishingServerId> |
| 93 | + </configuration> |
| 94 | + </plugin> |
86 | 95 | <plugin> |
87 | 96 | <groupId>org.apache.maven.plugins</groupId> |
88 | 97 | <artifactId>maven-surefire-plugin</artifactId> |
89 | 98 | <version>2.22.1</version> |
90 | 99 | </plugin> |
91 | | - <plugin> |
92 | | - <artifactId>maven-deploy-plugin</artifactId> |
93 | | - <version>3.0.0-M1</version> |
94 | | - <executions> |
95 | | - <execution> |
96 | | - <id>default-deploy</id> |
97 | | - <phase>deploy</phase> |
98 | | - <goals> |
99 | | - <goal>deploy</goal> |
100 | | - </goals> |
101 | | - </execution> |
102 | | - </executions> |
103 | | - </plugin> |
104 | 100 | <plugin> |
105 | 101 | <groupId>org.apache.maven.plugins</groupId> |
106 | 102 | <artifactId>maven-source-plugin</artifactId> |
|
139 | 135 | <goal>sign</goal> |
140 | 136 | </goals> |
141 | 137 | <configuration> |
142 | | - <keyname>A313520526A8DFE1C2A30399C35A3D43C557B112</keyname> |
| 138 | + <keyname>EC9CCFF8901F0AA22191DCEDD619376246C066D0</keyname> |
143 | 139 | <passphraseServerId>gpg</passphraseServerId> |
144 | 140 | <gpgArguments> |
145 | 141 | <arg>--no-tty</arg> |
|
155 | 151 |
|
156 | 152 | <distributionManagement> |
157 | 153 | <snapshotRepository> |
158 | | - <id>ossrh</id> |
159 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 154 | + <id>central</id> |
| 155 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
160 | 156 | </snapshotRepository> |
161 | | - <repository> |
162 | | - <id>ossrh</id> |
163 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
164 | | - </repository> |
165 | 157 | </distributionManagement> |
166 | 158 |
|
167 | 159 | </project> |
0 commit comments