Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed May 2, 2015
1 parent 91c50c0 commit 6dc4ca2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -146,7 +146,7 @@ private void assignModuleNamesToModules(JsonixContext context,
for (final ModuleConfiguration moduleConfiguration : moduleConfigurations) {
if (moduleConfiguration.getName() == null) {
moduleConfiguration
.setName(createModuleName(mappingConfigurations));
.setName(createModuleName(moduleConfiguration.getMappingConfigurations()));
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion full/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name" : "jsonix-schema-compiler",
"version" : "2.3.4-SNAPSHOT",
"version" : "2.3.4",
"description" : "Jsonix Schema Compiler generates Jsonix mappings from XML Schemas",
"keywords" : [
"json", "xml", "unmarshal", "unmarshalling", "marshal",
Expand Down
2 changes: 1 addition & 1 deletion npm/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<packaging>pom</packaging>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
<name>Jsonix Schema Compiler Project</name>
<url>https://github.com/highsource/jsonix-schema-compiler</url>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion samples/po/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-samples</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<modules>
<module>po</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/filter/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-tests</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<modules>
<module>filter</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/wps/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-tests</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/zero/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-tests</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6dc4ca2

Please sign in to comment.