|
37 | 37 |
|
38 | 38 | <groupId>net.adamcin.httpsig</groupId> |
39 | 39 | <artifactId>httpsig</artifactId> |
40 | | - <version>1.2.2-SNAPSHOT</version> |
| 40 | + <version>1.3.0</version> |
41 | 41 | <packaging>pom</packaging> |
42 | 42 |
|
43 | 43 | <inceptionYear>2013</inceptionYear> |
|
49 | 49 | <url>https://github.com/adamcin/httpsig-java</url> |
50 | 50 | <developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection> |
51 | 51 | <connection>scm:git://github.com/adamcin/httpsig-java.git</connection> |
52 | | - <tag>HEAD</tag> |
| 52 | + <tag>httpsig-1.3.0</tag> |
53 | 53 | </scm> |
54 | 54 |
|
55 | 55 | <modules> |
|
266 | 266 | <dependency> |
267 | 267 | <groupId>net.adamcin.httpsig</groupId> |
268 | 268 | <artifactId>httpsig-api</artifactId> |
269 | | - <version>1.2.2-SNAPSHOT</version> |
| 269 | + <version>1.3.0</version> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
272 | 272 | <groupId>net.adamcin.httpsig</groupId> |
273 | 273 | <artifactId>httpsig-test-common</artifactId> |
274 | | - <version>1.2.2-SNAPSHOT</version> |
| 274 | + <version>1.3.0</version> |
275 | 275 | <scope>test</scope> |
276 | 276 | </dependency> |
277 | 277 | <dependency> |
278 | 278 | <groupId>net.adamcin.httpsig</groupId> |
279 | 279 | <artifactId>httpsig-ssh-jce</artifactId> |
280 | | - <version>1.2.2-SNAPSHOT</version> |
| 280 | + <version>1.3.0</version> |
281 | 281 | </dependency> |
282 | 282 | <dependency> |
283 | 283 | <groupId>net.adamcin.httpsig</groupId> |
284 | 284 | <artifactId>httpsig-ssh-bc</artifactId> |
285 | | - <version>1.2.2-SNAPSHOT</version> |
| 285 | + <version>1.3.0</version> |
286 | 286 | </dependency> |
287 | 287 | <dependency> |
288 | 288 | <groupId>net.adamcin.httpsig</groupId> |
289 | 289 | <artifactId>httpsig-ssh-jsch</artifactId> |
290 | | - <version>1.2.2-SNAPSHOT</version> |
| 290 | + <version>1.3.0</version> |
291 | 291 | <scope>provided</scope> |
292 | 292 | </dependency> |
293 | 293 | <dependency> |
294 | 294 | <groupId>net.adamcin.httpsig</groupId> |
295 | 295 | <artifactId>httpsig-hmac</artifactId> |
296 | | - <version>1.2.2-SNAPSHOT</version> |
| 296 | + <version>1.3.0</version> |
297 | 297 | <scope>provided</scope> |
298 | 298 | </dependency> |
299 | 299 | <dependency> |
300 | 300 | <groupId>net.adamcin.httpsig</groupId> |
301 | 301 | <artifactId>httpsig-http-helpers</artifactId> |
302 | | - <version>1.2.2-SNAPSHOT</version> |
| 302 | + <version>1.3.0</version> |
303 | 303 | <scope>provided</scope> |
304 | 304 | </dependency> |
305 | 305 |
|
|
0 commit comments