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

Commit

Permalink
Merge branch 'master' into dev/update-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinYSpasov committed May 3, 2019
2 parents b43f006 + 8e1fd6e commit 3a4c3fc
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 182 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## Unreleased

## [1.6.6] - 2019-05-03
## [1.6.7] - 2019-05-03

### Changed
- Updated common-bom version to 2.0.2

## [1.6.6] - 2019-02-12

### Removed
- Removed raml-maven-test-utils module

## [1.6.5] - 2019-02-01

### Changed
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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 1 addition & 2 deletions 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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -22,7 +22,6 @@
<module>raml-maven-plugin-it</module>
<module>raml-generator-for-testing</module>
<module>lint-checker-core</module>
<module>raml-maven-test-utils</module>
</modules>

<properties>
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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion raml-maven-plugin-it/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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
7 changes: 4 additions & 3 deletions 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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
</parent>

<artifactId>raml-maven-plugin</artifactId>
Expand All @@ -20,6 +20,7 @@

<properties>
<org.apache.maven.plugin-tools.version>3.5</org.apache.maven.plugin-tools.version>
<maven-test-utils.version>1.0.0</maven-test-utils.version>
</properties>

<build>
Expand Down Expand Up @@ -160,8 +161,8 @@
</dependency>
<dependency>
<groupId>uk.gov.justice.maven</groupId>
<artifactId>raml-maven-test-utils</artifactId>
<version>${project.version}</version>
<artifactId>maven-test-utils</artifactId>
<version>${maven-test-utils.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.core.IsEqual.equalTo;

import uk.gov.justice.maven.test.utils.BetterAbstractMojoTestCase;
import uk.gov.justice.raml.core.GeneratorConfig;
import uk.gov.justice.raml.maven.test.utils.BetterAbstractMojoTestCase;

import java.io.File;
import java.nio.file.Files;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;

import uk.gov.justice.maven.test.utils.BetterAbstractMojoTestCase;
import uk.gov.justice.raml.maven.lintchecker.LintCheckerException;
import uk.gov.justice.raml.maven.lintchecker.rules.FailingLintCheckRule;
import uk.gov.justice.raml.maven.lintchecker.rules.LintCheckMojo;
import uk.gov.justice.raml.maven.lintchecker.rules.SucceedingLintCheckRule;
import uk.gov.justice.raml.maven.test.utils.BetterAbstractMojoTestCase;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

import uk.gov.justice.maven.test.utils.BetterAbstractMojoTestCase;
import uk.gov.justice.raml.maven.common.BasicGoalConfig;
import uk.gov.justice.raml.maven.test.utils.BetterAbstractMojoTestCase;

import java.io.File;
import java.io.IOException;
Expand Down
55 changes: 0 additions & 55 deletions raml-maven-test-utils/pom.xml

This file was deleted.

This file was deleted.

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.6.6-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
</parent>

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

0 comments on commit 3a4c3fc

Please sign in to comment.