This repository was archived by the owner on Mar 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
11
29
12
30
## [ 1.0.0-m.1] - 2017-04-26
13
31
Original file line number Diff line number Diff line change 15
15
<timestamp >${maven.build.timestamp}</timestamp >
16
16
<java .version>1.8</java .version>
17
17
<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>
20
20
</properties >
21
21
<licenses >
22
22
<license >
42
42
<dependency >
43
43
<groupId >com.atomist</groupId >
44
44
<artifactId >artifact-source</artifactId >
45
- <version >1.0.0-SNAPSHOT </version >
45
+ <version >1.0.0-m.3 </version >
46
46
<exclusions >
47
47
<exclusion >
48
48
<groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments