File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
jsonschema2pojo-gradle-plugin
jsonschema2pojo-integration-tests
jsonschema2pojo-maven-plugin Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsonschema2pojo</artifactId >
7
7
<groupId >org.jsonschema2pojo</groupId >
8
- <version >0.5.0-SNAPSHOT </version >
8
+ <version >0.5.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema2pojo-ant</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsonschema2pojo</artifactId >
7
7
<groupId >org.jsonschema2pojo</groupId >
8
- <version >0.5.0-SNAPSHOT </version >
8
+ <version >0.5.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema2pojo-cli</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsonschema2pojo</artifactId >
7
7
<groupId >org.jsonschema2pojo</groupId >
8
- <version >0.5.0-SNAPSHOT </version >
8
+ <version >0.5.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema2pojo-core</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsonschema2pojo</artifactId >
7
7
<groupId >org.jsonschema2pojo</groupId >
8
- <version >0.5.0-SNAPSHOT </version >
8
+ <version >0.5.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema2pojo-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsonschema2pojo</artifactId >
7
7
<groupId >org.jsonschema2pojo</groupId >
8
- <version >0.5.0-SNAPSHOT </version >
8
+ <version >0.5.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema2pojo-integration-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsonschema2pojo</artifactId >
7
7
<groupId >org.jsonschema2pojo</groupId >
8
- <version >0.5.0-SNAPSHOT </version >
8
+ <version >0.5.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema2pojo-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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 " >
2
+ <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 " >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<parent >
7
7
<artifactId >jsonschema2pojo</artifactId >
8
8
<groupId >org.jsonschema2pojo</groupId >
9
- <version >0.5.0-SNAPSHOT </version >
9
+ <version >0.5.0</version >
10
10
</parent >
11
11
12
12
<groupId >org.jsonschema2pojo</groupId >
13
13
<artifactId >jsonschema2pojo-scalagen</artifactId >
14
- <version >0.5.0-SNAPSHOT </version >
14
+ <version >0.5.0</version >
15
15
16
16
<properties >
17
17
<commons .collections.version>4.01</commons .collections.version>
22
22
<scalaArm .scalaVersion>2.11</scalaArm .scalaVersion>
23
23
<scalaArm .libVersion>1.4</scalaArm .libVersion>
24
24
<test .scalaSourceFolder>scala210_and_up</test .scalaSourceFolder>
25
- <scalac .incrementalBuildArg></ scalac .incrementalBuildArg >
25
+ <scalac .incrementalBuildArg / >
26
26
</properties >
27
27
28
28
<dependencies >
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.jsonschema2pojo</groupId >
12
12
<artifactId >jsonschema2pojo</artifactId >
13
- <version >0.5.0-SNAPSHOT </version >
13
+ <version >0.5.0</version >
14
14
15
15
<packaging >pom</packaging >
16
16
<name >jsonschema2pojo</name >
You can’t perform that action at this time.
0 commit comments