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

Commit 67daaeb

Browse files
committed
Prepare 1.0.0-m.2 release
1 parent 91e3c53 commit 67daaeb

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/atomist/rug-cli/compare/1.0.0-m.1...HEAD
10+
[Unreleased]: https://github.com/atomist/rug-cli/compare/1.0.0-m.2...HEAD
11+
12+
## [1.0.0-m.2] - 2017-05-09
13+
14+
Initial milestone 2 release
15+
16+
[1.0.0-m.2]: https://github.com/atomist/rug-cli/compare/1.0.0-m.1...1.0.0-m.2
17+
18+
### Changed
19+
20+
- Upgrade to Rug 1.0.0-m.3
21+
22+
### Added
23+
24+
- Allow to configure options globally in `cli.yml` as per
25+
https://github.com/atomist/rug-cli/issues/187
26+
27+
- Allow to overwrite Rug version check as per
28+
https://github.com/atomist/rug-cli/issues/186
1129

1230
## [1.0.0-m.1] - 2017-04-26
1331

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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>1.0.0-20170509100918</rug.version>
19-
<rug-resolver.version>1.0.0-m.1</rug-resolver.version>
18+
<rug.version>1.0.0-m.3</rug.version>
19+
<rug-resolver.version>1.0.0-m.2</rug-resolver.version>
2020
</properties>
2121
<licenses>
2222
<license>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.atomist</groupId>
4444
<artifactId>artifact-source</artifactId>
45-
<version>1.0.0-SNAPSHOT</version>
45+
<version>1.0.0-m.3</version>
4646
<exclusions>
4747
<exclusion>
4848
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)