Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update to 1.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
skiddykong committed Feb 14, 2017
1 parent 8433e7b commit beb8b9d
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## Unreleased

## [1.4.0] - 2017-02-14

### Added
- New lint checker module to verify raml files.
- New lint checker module to verify raml files
- Refactored BetterAbstractMojoTestCase to its own module so it can be reused to test lintcheck rules

## [1.3.0] - 2016-11-15

Expand Down
2 changes: 1 addition & 1 deletion io-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lint-checker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>uk.gov.justice.maven</groupId>
<artifactId>raml-maven</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion raml-for-testing-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion raml-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion raml-generator-for-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion raml-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.gov.justice.maven</groupId>
<artifactId>raml-maven</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>raml-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion raml-maven-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion raml-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>raml-maven</artifactId>
<groupId>uk.gov.justice.maven</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>raml-parser</artifactId>
Expand Down

0 comments on commit beb8b9d

Please sign in to comment.