Skip to content

Commit d589346

Browse files
committed
Minor changes.
1 parent 5cd56f1 commit d589346

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

compiler/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
99
<version>2.3.1-SNAPSHOT</version>
10-
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211
<dependencies>
1312
<dependency>

full/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
99
<version>2.3.1-SNAPSHOT</version>
10-
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211
<dependencies>
1312
<dependency>

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
</profiles>
7373
<properties>
7474
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
75+
<jsonix-schema-compiler.version>${project.version}</jsonix-schema-compiler.version>
7576
<jsonix-scripts.version>2.1.0</jsonix-scripts.version>
7677
<jaxb2-basics.version>0.9.2</jaxb2-basics.version>
7778
<js-codemodel.version>1.1</js-codemodel.version>
@@ -100,6 +101,11 @@
100101
<artifactId>jsonix-schema-compiler-full</artifactId>
101102
<version>${project.version}</version>
102103
</dependency>
104+
<dependency>
105+
<groupId>org.hisrc.jsonix</groupId>
106+
<artifactId>jsonix-schema-compiler-plugin</artifactId>
107+
<version>${project.version}</version>
108+
</dependency>
103109
<!-- Jsonix -->
104110
<dependency>
105111
<groupId>org.hisrc.jsonix</groupId>
@@ -266,12 +272,12 @@
266272
<plugin>
267273
<groupId>org.apache.maven.plugins</groupId>
268274
<artifactId>maven-shade-plugin</artifactId>
269-
<version>1.4</version>
275+
<version>2.3</version>
270276
</plugin>
271277
<plugin>
272278
<groupId>org.codehaus.mojo</groupId>
273279
<artifactId>exec-maven-plugin</artifactId>
274-
<version>1.2</version>
280+
<version>1.3.2</version>
275281
</plugin>
276282
<plugin>
277283
<groupId>org.codehaus.mojo</groupId>

tests/filter/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
99
<version>2.3.1-SNAPSHOT</version>
10-
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211
<dependencies>
1312
<dependency>

tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-project</artifactId>
99
<version>2.3.1-SNAPSHOT</version>
10-
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211
<modules>
1312
<module>filter</module>

tests/wps/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
99
<version>2.3.1-SNAPSHOT</version>
10-
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211
<dependencies>
1312
<dependency>

tests/zero/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-schema-compiler-tests</artifactId>
99
<version>2.3.1-SNAPSHOT</version>
10-
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211
<dependencies>
1312
<dependency>

0 commit comments

Comments
 (0)