Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit a6494d6

Browse files
committed
Uppdate dependencies
1 parent b254f0c commit a6494d6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/atomist/rug-cli/compare/0.26.0...HEAD
10+
[Unreleased]: https://github.com/atomist/rug-cli/compare/0.26.1...HEAD
11+
12+
## [0.26.1] - 2017-03-20
13+
14+
[0.26.1]: https://github.com/atomist/rug-cli/compare/0.26.0...0.26.1
15+
16+
### Changed
17+
18+
- Upgraded to Rug 0.17.0 and rug-resolver
1119

1220
## [0.26.0] - 2017-03-20
1321

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.atomist</groupId>
77
<artifactId>rug-cli</artifactId>
8-
<version>0.26.0-SNAPSHOT</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>rug-cli</name>
1111
<description>CLI for creating and running Rugs</description>
@@ -15,8 +15,8 @@
1515
<timestamp>${maven.build.timestamp}</timestamp>
1616
<java.version>1.8</java.version>
1717
<maven.version>3.3.9</maven.version>
18-
<rug.version>0.16.0</rug.version>
19-
<rug-resolver.version>0.15.0</rug-resolver.version>
18+
<rug.version>0.17.0</rug.version>
19+
<rug-resolver.version>0.16.0</rug-resolver.version>
2020
</properties>
2121
<licenses>
2222
<license>

0 commit comments

Comments
 (0)