|
40 | 40 | <url>https://github.com/JavaWebStack/validator/tree/master</url> |
41 | 41 | </scm> |
42 | 42 |
|
| 43 | + <repositories> |
| 44 | + <repository> |
| 45 | + <id>central-snapshots</id> |
| 46 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 47 | + </repository> |
| 48 | + </repositories> |
| 49 | + |
43 | 50 | <dependencies> |
44 | 51 | <dependency> |
45 | 52 | <groupId>org.javawebstack</groupId> |
46 | 53 | <artifactId>abstract-data</artifactId> |
47 | | - <version>1.0.6</version> |
| 54 | + <version>1.0.7-SNAPSHOT</version> |
48 | 55 | </dependency> |
49 | 56 | <dependency> |
50 | 57 | <groupId>com.sun.mail</groupId> |
|
61 | 68 |
|
62 | 69 | <build> |
63 | 70 | <plugins> |
| 71 | + <plugin> |
| 72 | + <groupId>org.sonatype.central</groupId> |
| 73 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 74 | + <version>0.9.0</version> |
| 75 | + <extensions>true</extensions> |
| 76 | + <configuration> |
| 77 | + <publishingServerId>central</publishingServerId> |
| 78 | + </configuration> |
| 79 | + </plugin> |
64 | 80 | <plugin> |
65 | 81 | <groupId>org.apache.maven.plugins</groupId> |
66 | 82 | <artifactId>maven-surefire-plugin</artifactId> |
67 | 83 | <version>2.22.1</version> |
68 | 84 | </plugin> |
69 | | - <plugin> |
70 | | - <artifactId>maven-deploy-plugin</artifactId> |
71 | | - <version>3.0.0-M1</version> |
72 | | - <executions> |
73 | | - <execution> |
74 | | - <id>default-deploy</id> |
75 | | - <phase>deploy</phase> |
76 | | - <goals> |
77 | | - <goal>deploy</goal> |
78 | | - </goals> |
79 | | - </execution> |
80 | | - </executions> |
81 | | - </plugin> |
82 | 85 | <plugin> |
83 | 86 | <groupId>org.apache.maven.plugins</groupId> |
84 | 87 | <artifactId>maven-source-plugin</artifactId> |
|
117 | 120 | <goal>sign</goal> |
118 | 121 | </goals> |
119 | 122 | <configuration> |
120 | | - <keyname>A313520526A8DFE1C2A30399C35A3D43C557B112</keyname> |
| 123 | + <keyname>EC9CCFF8901F0AA22191DCEDD619376246C066D0</keyname> |
121 | 124 | <passphraseServerId>gpg</passphraseServerId> |
122 | 125 | <gpgArguments> |
123 | 126 | <arg>--no-tty</arg> |
|
133 | 136 |
|
134 | 137 | <distributionManagement> |
135 | 138 | <snapshotRepository> |
136 | | - <id>ossrh</id> |
137 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 139 | + <id>central</id> |
| 140 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
138 | 141 | </snapshotRepository> |
139 | | - <repository> |
140 | | - <id>ossrh</id> |
141 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
142 | | - </repository> |
143 | 142 | </distributionManagement> |
144 | 143 |
|
145 | 144 | </project> |
0 commit comments