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

Commit

Permalink
Revert pom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinYSpasov committed Mar 28, 2018
1 parent 37b0e80 commit 2a06310
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 15 deletions.
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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 1 addition & 4 deletions 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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -30,9 +30,6 @@
<properties>
<common-bom.version>1.21.0</common-bom.version>
<cpp.repo.name>generator-maven-plugin</cpp.repo.name>

<!--TODO: remove me???-->
<jackson-dataformat-yaml.version>2.8.7</jackson-dataformat-yaml.version>
</properties>

<scm>
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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</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-M2-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
</parent>

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

0 comments on commit 2a06310

Please sign in to comment.