|
37 | 37 |
|
38 | 38 | <groupId>net.adamcin.httpsig</groupId> |
39 | 39 | <artifactId>httpsig</artifactId> |
40 | | - <version>1.0.7-SNAPSHOT</version> |
| 40 | + <version>1.1.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.1.0</tag> |
53 | 53 | </scm> |
54 | 54 |
|
55 | 55 | <modules> |
|
261 | 261 | <dependency> |
262 | 262 | <groupId>net.adamcin.httpsig</groupId> |
263 | 263 | <artifactId>httpsig-api</artifactId> |
264 | | - <version>1.0.7-SNAPSHOT</version> |
| 264 | + <version>1.1.0</version> |
265 | 265 | </dependency> |
266 | 266 | <dependency> |
267 | 267 | <groupId>net.adamcin.httpsig</groupId> |
268 | 268 | <artifactId>httpsig-test-common</artifactId> |
269 | | - <version>1.0.7-SNAPSHOT</version> |
| 269 | + <version>1.1.0</version> |
270 | 270 | <scope>test</scope> |
271 | 271 | </dependency> |
272 | 272 | <dependency> |
273 | 273 | <groupId>net.adamcin.httpsig</groupId> |
274 | 274 | <artifactId>httpsig-ssh-jce</artifactId> |
275 | | - <version>1.0.7-SNAPSHOT</version> |
| 275 | + <version>1.1.0</version> |
276 | 276 | </dependency> |
277 | 277 | <dependency> |
278 | 278 | <groupId>net.adamcin.httpsig</groupId> |
279 | 279 | <artifactId>httpsig-ssh-bc</artifactId> |
280 | | - <version>1.0.7-SNAPSHOT</version> |
| 280 | + <version>1.1.0</version> |
281 | 281 | </dependency> |
282 | 282 | <dependency> |
283 | 283 | <groupId>net.adamcin.httpsig</groupId> |
284 | 284 | <artifactId>httpsig-ssh-jsch</artifactId> |
285 | | - <version>1.0.7-SNAPSHOT</version> |
| 285 | + <version>1.1.0</version> |
286 | 286 | <scope>provided</scope> |
287 | 287 | </dependency> |
288 | 288 | <dependency> |
289 | 289 | <groupId>net.adamcin.httpsig</groupId> |
290 | 290 | <artifactId>httpsig-http-helpers</artifactId> |
291 | | - <version>1.0.7-SNAPSHOT</version> |
| 291 | + <version>1.1.0</version> |
292 | 292 | <scope>provided</scope> |
293 | 293 | </dependency> |
294 | 294 |
|
|
0 commit comments