File tree 20 files changed +35
-24
lines changed
20 files changed +35
-24
lines changed Original file line number Diff line number Diff line change 1
- .settings
1
+ .settings
2
+ target
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-demos</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<distributionManagement >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-demos</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
+ <dependencies >
13
+ <dependency >
14
+ <groupId >${project.groupId} </groupId >
15
+ <artifactId >jsonix-schema-compiler-full</artifactId >
16
+ </dependency >
17
+ </dependencies >
12
18
<build >
13
19
<plugins >
14
20
<plugin >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs-tests</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-nodejs-tests</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <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
2
<modelVersion >4.0.0</modelVersion >
4
3
<artifactId >jsonix-nodejs-tests</artifactId >
5
4
<packaging >pom</packaging >
6
5
<name >Jsonix Node.js Tests</name >
7
6
<parent >
8
7
<groupId >org.hisrc.jsonix</groupId >
9
8
<artifactId >jsonix-nodejs</artifactId >
10
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
11
10
<relativePath >../pom.xml</relativePath >
12
11
</parent >
13
12
<modules >
Original file line number Diff line number Diff line change 3
3
<groupId >org.hisrc.jsonix</groupId >
4
4
<artifactId >jsonix-project</artifactId >
5
5
<packaging >pom</packaging >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<name >Jsonix</name >
8
8
<url >http://static.highsource.org/jsonix/</url >
9
9
<parent >
Original file line number Diff line number Diff line change 1
- call mvn clean install
2
- call mvn release:prepare
3
- call mvn release:perform
1
+ call mvn --batch-mode release:update-versions -DdevelopmentVersion=%1
2
+ call mvn clean install -DperformRelease
3
+ rem -Psamples -Ptests -Pdist
4
+ call mvn scm:commit -M=" Version %1 "
5
+ call mvn scm:tag -Dtag=%1
6
+ call mvn -DperformRelease -Psonatype-oss-release clean deploy
7
+ rem -Psamples -Ptests -Pdist
8
+ call mvn --batch-mode release:update-versions -DdevelopmentVersion=%2
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.hisrc.jsonix</groupId >
9
9
<artifactId >jsonix-samples</artifactId >
10
- <version >2.0.0-SNAPSHOT </version >
10
+ <version >2.0.0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
<dependencies >
17
17
</dependency >
18
18
<dependency >
19
19
<groupId >org.hisrc.jsonix</groupId >
20
- <artifactId >jsonix</artifactId >
20
+ <artifactId >jsonix-schema-compiler </artifactId >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.hisrc.jsonix</groupId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.hisrc.jsonix</groupId >
9
9
<artifactId >jsonix-project</artifactId >
10
- <version >2.0.0-SNAPSHOT </version >
10
+ <version >2.0.0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
<distributionManagement >
Original file line number Diff line number Diff line change 27
27
<dependencySet >
28
28
<outputDirectory >lib</outputDirectory >
29
29
<includes >
30
- <include >org.hisrc.jsonix:jsonix</include >
30
+ <include >org.hisrc.jsonix:jsonix-schema-compiler </include >
31
31
<include >com.sun.xml.bind:jaxb-impl</include >
32
32
<include >com.sun.xml.bind:jaxb-xjc</include >
33
33
<include >org.jvnet.jaxb2_commons:jaxb2-basics-ant</include >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-project</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.hisrc.jsonix</groupId >
8
8
<artifactId >jsonix-tests</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.0.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<dependencies >
You can’t perform that action at this time.
0 commit comments