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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/scripts/package.json

+1-1
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

+1-1
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/tests/ar/package.json

+1-1
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

+1-1
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>

nodejs/tests/basic/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/tests/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"main": "jsonix-tests-basic.js",
88
"dependencies": {
9-
"jsonix": "file:../../scripts/jsonix-3.0.0.tgz"
9+
"jsonix": "file:../../scripts/jsonix-3.0.1-SNAPSHOT.tgz"
1010
},
1111
"devDependencies": {
1212
"nodeunit": "0.x.x",

nodejs/tests/basic/pom.xml

+1-1
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>

nodejs/tests/browserify/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/tests/browserify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"main": "main.js",
88
"dependencies": {
9-
"jsonix": "file:../../scripts/jsonix-3.0.0.tgz",
9+
"jsonix": "file:../../scripts/jsonix-3.0.1-SNAPSHOT.tgz",
1010
"jsonix-schema-compiler": "2.x.x"
1111
},
1212
"devDependencies": {

nodejs/tests/browserify/pom.xml

+1-1
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>

nodejs/tests/po/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/tests/po/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "jsonix-tests-po.js",
88
"dependencies": {
99
"ajv": ">=1.2.1",
10-
"jsonix": "file:../../scripts/jsonix-3.0.0.tgz",
10+
"jsonix": "file:../../scripts/jsonix-3.0.1-SNAPSHOT.tgz",
1111
"jsonix-schema-compiler": ">=2.3.7"
1212
},
1313
"devDependencies": {

nodejs/tests/po/pom.xml

+1-1
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>

nodejs/tests/pom.xml

+1-1
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
<modules>
1212
<module>basic</module>

nodejs/tests/wps/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/tests/wps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"main": "jsonix-tests-wps.js",
99
"dependencies": {
10-
"jsonix": "file:../../scripts/jsonix-3.0.0.tgz"
10+
"jsonix": "file:../../scripts/jsonix-3.0.1-SNAPSHOT.tgz"
1111
},
1212
"devDependencies": {
1313
"nodeunit": "~0.8.6",

nodejs/tests/wps/pom.xml

+1-1
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
<dependencies>
1212
<dependency>

pom.xml

+48-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.hisrc.jsonix</groupId>
44
<artifactId>jsonix-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>3.0.0</version>
6+
<version>3.0.1-SNAPSHOT</version>
77
<name>Jsonix</name>
88
<description>Jsonix is a JavaScript library which allows you to convert between XML and JSON structures based on mappings.</description>
99
<url>https://github.com/highsource/jsonix</url>
@@ -56,6 +56,51 @@
5656
<module>dist</module>
5757
</modules>
5858
</profile>
59+
<profile>
60+
<id>sonatype-oss-release</id>
61+
<build>
62+
<plugins>
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-source-plugin</artifactId>
66+
<executions>
67+
<execution>
68+
<id>attach-sources</id>
69+
<goals>
70+
<goal>jar-no-fork</goal>
71+
</goals>
72+
</execution>
73+
</executions>
74+
</plugin>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-javadoc-plugin</artifactId>
78+
<executions>
79+
<execution>
80+
<id>attach-javadocs</id>
81+
<goals>
82+
<goal>jar</goal>
83+
</goals>
84+
</execution>
85+
</executions>
86+
</plugin>
87+
<plugin>
88+
<groupId>org.apache.maven.plugins</groupId>
89+
<artifactId>maven-gpg-plugin</artifactId>
90+
<version>1.6</version>
91+
<executions>
92+
<execution>
93+
<id>sign-artifacts</id>
94+
<phase>verify</phase>
95+
<goals>
96+
<goal>sign</goal>
97+
</goals>
98+
</execution>
99+
</executions>
100+
</plugin>
101+
</plugins>
102+
</build>
103+
</profile>
59104
</profiles>
60105
<properties>
61106
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -259,12 +304,12 @@
259304
<plugin>
260305
<groupId>org.apache.maven.plugins</groupId>
261306
<artifactId>maven-javadoc-plugin</artifactId>
262-
<version>2.9.1</version>
307+
<version>3.0.0</version>
263308
</plugin>
264309
<plugin>
265310
<groupId>org.apache.maven.plugins</groupId>
266311
<artifactId>maven-source-plugin</artifactId>
267-
<version>2.3</version>
312+
<version>3.0.1</version>
268313
</plugin>
269314
<plugin>
270315
<groupId>org.apache.maven.plugins</groupId>

qprerelease.bat

-63
This file was deleted.

0 commit comments

Comments
 (0)