Skip to content

Commit ff36df8

Browse files
committed
Version 3.0.1-SNAPSHOT.
1 parent cb62244 commit ff36df8

29 files changed

+86
-104
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonix",
3-
"version": "3.0.0",
3+
"version": "3.0.1-SNAPSHOT",
44
"homepage": "https://github.com/highsource/jsonix",
55
"authors": [
66
"Alexey Valikov"

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.hisrc.jsonix</groupId>
1010
<artifactId>jsonix-project</artifactId>
11-
<version>3.0.0</version>
11+
<version>3.0.1-SNAPSHOT</version>
1212
</parent>
1313
<build>
1414
<plugins>

full-build-1.8.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setlocal
22
echo Setting JAVA_HOME to %JAVA8_HOME%.
33
set JAVA_HOME=%JAVA8_HOME%
4-
call mvn clean install -Pall -DperformRelease
4+
call mvn clean install -Pall,sonatype-oss-release -DperformRelease
55
endlocal

nodejs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-project</artifactId>
9-
<version>3.0.0</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111
<modules>
1212
<module>scripts</module>

nodejs/scripts/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jsonix",
3-
"version" : "3.0.0",
3+
"version" : "3.0.1-SNAPSHOT",
44
"description" : "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.",
55
"keywords" : [ "json", "xml", "unmarshal", "unmarshalling", "marshal",
66
"marshalling", "parse", "parsing", "serialize", "serializing",

nodejs/scripts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-nodejs</artifactId>
9-
<version>3.0.0</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

nodejs/tests/ar/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/tests/ar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"main": "index.js",
99
"dependencies": {
10-
"jsonix": "file:../../scripts/jsonix-3.0.0.tgz",
10+
"jsonix": "file:../../scripts/jsonix-3.0.1-SNAPSHOT.tgz",
1111
"jsonix-schema-compiler": "2.x.x"
1212
},
1313
"devDependencies": {

nodejs/tests/ar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisrc.jsonix</groupId>
88
<artifactId>jsonix-nodejs-tests</artifactId>
9-
<version>3.0.0</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<plugins>

0 commit comments

Comments
 (0)