Skip to content

Commit a233a28

Browse files
committed
Version 1.0.0
1 parent c8a8110 commit a233a28

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-annotate-plugin-project</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jvnet.jaxb2_commons</groupId>
66
<artifactId>jaxb2-annotate-plugin-project</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<name>JAXB2 Annotate Plugin Project</name>
1010
<url>https://github.com/highsource/jaxb2-annotate-plugin</url>
1111
<description>JAXB2 Annotate Plugin adds arbitrary annotations to Java classes generated by JAXB/XJC.</description>

release.bat

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ pause
1010

1111
echo Performing a full clean build.
1212
pause
13-
call mvn clean install -DperformRelease -Psamples,tests,dist
13+
call mvn clean install -DperformRelease -Psamples,tests
1414
echo Full clean build completed.
1515
pause
1616

1717
echo Setting new version to %1.
1818
pause
19-
call mvn versions:set -Psamples,tests,dist -DnewVersion=%1
19+
call mvn versions:set -Psamples,tests -DnewVersion=%1
2020
echo Version was set to %1.
2121
pause
22-
call mvn versions:commit -Psamples,tests,dist
22+
call mvn versions:commit -Psamples,tests
2323
echo Version %1 committed.
2424
pause
2525

@@ -31,7 +31,7 @@ pause
3131

3232
echo Performing a full clean build.
3333
pause
34-
call mvn clean install -Psamples,tests,dist -DperformRelease
34+
call mvn clean install -Psamples,tests -DperformRelease
3535
echo Full clean build completed.
3636
pause
3737

@@ -56,16 +56,16 @@ pause
5656

5757
echo Performing full clean deploy.
5858
pause
59-
call mvn -DperformRelease -Psonatype-oss-release,samples,tests,dist clean deploy
59+
call mvn -DperformRelease -Psonatype-oss-release,samples,tests clean deploy
6060
echo Full clean deploy done.
6161
pause
6262

6363
echo Setting new version to %2.
6464
pause
65-
call mvn versions:set -Psamples,tests,dist -DnewVersion=%2
65+
call mvn versions:set -Psamples,tests -DnewVersion=%2
6666
echo Version was set to %2.
6767
pause
68-
call mvn versions:commit -Psamples,tests,dist
68+
call mvn versions:commit -Psamples,tests
6969
echo Version %2 was committed.
7070
pause
7171

samples/annotate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-annotate-plugin-samples</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<dependencies>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jvnet.jaxb2_commons</groupId>
1111
<artifactId>jaxb2-annotate-plugin-project</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<modules>

tests/annotate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jvnet.jaxb2_commons</groupId>
77
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annotate</artifactId>

tests/annox/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jvnet.jaxb2_commons</groupId>
77
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annox-annotations</artifactId>

tests/annox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jvnet.jaxb2_commons</groupId>
77
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>

tests/annox/schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jvnet.jaxb2_commons</groupId>
77
<artifactId>jaxb2-annotate-plugin-test-annox</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-test-annox-schema</artifactId>

tests/issues/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jvnet.jaxb2_commons</groupId>
77
<artifactId>jaxb2-annotate-plugin-tests</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>jaxb2-annotate-plugin-issues</artifactId>

0 commit comments

Comments
 (0)