|
3 | 3 |
|
4 | 4 | <groupId>org.locationtech.proj4j</groupId> |
5 | 5 | <artifactId>proj4j</artifactId> |
6 | | - <version>1.1.1-SNAPSHOT</version> |
| 6 | + <version>${revision}</version> |
7 | 7 | <packaging>bundle</packaging> |
8 | 8 | <name>Proj4J</name> |
9 | 9 | <url>https://github.com/locationtech/proj4j</url> |
|
136 | 136 | </execution> |
137 | 137 | </executions> |
138 | 138 | </plugin> |
139 | | - <plugin> |
140 | | - <groupId>org.apache.maven.plugins</groupId> |
141 | | - <artifactId>maven-release-plugin</artifactId> |
142 | | - <version>2.5.3</version> |
143 | | - <configuration> |
144 | | - <localCheckout>true</localCheckout> |
145 | | - <pushChanges>false</pushChanges> |
146 | | - <mavenExecutorId>forked-path</mavenExecutorId> |
147 | | - <arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments> |
148 | | - </configuration> |
149 | | - <dependencies> |
150 | | - <dependency> |
151 | | - <groupId>org.apache.maven.scm</groupId> |
152 | | - <artifactId>maven-scm-provider-gitexe</artifactId> |
153 | | - <version>1.9.5</version> |
154 | | - </dependency> |
155 | | - </dependencies> |
156 | | - </plugin> |
157 | 139 | </plugins> |
158 | 140 | </build> |
159 | 141 |
|
|
198 | 180 | <autoReleaseAfterClose>false</autoReleaseAfterClose> |
199 | 181 | </configuration> |
200 | 182 | </plugin> |
| 183 | + <plugin> |
| 184 | + <groupId>org.apache.maven.plugins</groupId> |
| 185 | + <artifactId>maven-gpg-plugin</artifactId> |
| 186 | + <version>1.6</version> |
| 187 | + <executions> |
| 188 | + <execution> |
| 189 | + <id>sign-artifacts</id> |
| 190 | + <phase>verify</phase> |
| 191 | + <goals> |
| 192 | + <goal>sign</goal> |
| 193 | + </goals> |
| 194 | + </execution> |
| 195 | + </executions> |
| 196 | + </plugin> |
201 | 197 | </plugins> |
202 | 198 | </build> |
203 | 199 | </profile> |
204 | | - |
205 | | - <!-- GPG Signature on release --> |
206 | | - <profile> |
207 | | - <id>release-sign-artifacts</id> |
208 | | - <activation> |
209 | | - <property> |
210 | | - <name>performRelease</name> |
211 | | - <value>true</value> |
212 | | - </property> |
213 | | - </activation> |
214 | | - <build> |
215 | | - <plugins> |
216 | | - <plugin> |
217 | | - <groupId>org.apache.maven.plugins</groupId> |
218 | | - <artifactId>maven-gpg-plugin</artifactId> |
219 | | - <version>1.6</version> |
220 | | - <executions> |
221 | | - <execution> |
222 | | - <id>sign-artifacts</id> |
223 | | - <phase>verify</phase> |
224 | | - <goals> |
225 | | - <goal>sign</goal> |
226 | | - </goals> |
227 | | - </execution> |
228 | | - </executions> |
229 | | - </plugin> |
230 | | - </plugins> |
231 | | - </build> |
232 | | - </profile> |
233 | 200 | </profiles> |
234 | 201 | </project> |
0 commit comments