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

Commit

Permalink
Update to 2.5.0-M1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Uzair Baig committed Mar 19, 2018
1 parent 94d1b41 commit e038174
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## Unreleased

## [2.5.0-M1] - 2018-03-19
### Added
- Update to milestone release

## [2.4.0] - 2018-02-13
### Added
- Support for FileParser Factory
Expand Down
2 changes: 1 addition & 1 deletion files-for-testing-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
2 changes: 1 addition & 1 deletion generator-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.generator</groupId>
<artifactId>generator-maven-plugin</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion generator-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.generator</groupId>
<artifactId>generator-maven-plugin</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>

<artifactId>generator-plugin</artifactId>
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>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion json-generator-for-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>json-generator-for-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parser-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</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.generator</groupId>
<artifactId>generator-maven-plugin</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
<packaging>pom</packaging>

<modules>
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>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</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>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>

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

<artifactId>schema-parser</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions subscription-descriptor-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>generator-maven-plugin</artifactId>
<groupId>uk.gov.justice.maven.generator</groupId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>uk.gov.justice.maven.generator</groupId>
<artifactId>subscription-descriptor-parser</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0-M1</version>
<dependencies>
<dependency>
<groupId>javax</groupId>
Expand Down

0 comments on commit e038174

Please sign in to comment.