Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsonschema2pojo-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Sep 18, 2017
1 parent 92d6af1 commit a761071
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jsonschema2pojo-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>jsonschema2pojo-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>jsonschema2pojo-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>jsonschema2pojo-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>jsonschema2pojo-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>jsonschema2pojo-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>jsonschema2pojo-maven-plugin</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions jsonschema2pojo-scalagen/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-scalagen</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<properties>
<commons.collections.version>4.01</commons.collections.version>
Expand All @@ -22,7 +22,7 @@
<scalaArm.scalaVersion>2.11</scalaArm.scalaVersion>
<scalaArm.libVersion>1.4</scalaArm.libVersion>
<test.scalaSourceFolder>scala210_and_up</test.scalaSourceFolder>
<scalac.incrementalBuildArg></scalac.incrementalBuildArg>
<scalac.incrementalBuildArg />
</properties>

<dependencies>
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>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<packaging>pom</packaging>
<name>jsonschema2pojo</name>
Expand Down

0 comments on commit a761071

Please sign in to comment.