Skip to content

Commit c7f5b38

Browse files
committed
[maven-release-plugin] prepare release jsonschema2pojo-0.4.3
1 parent f8a8dfe commit c7f5b38

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

jsonschema2pojo-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-ant</artifactId>

jsonschema2pojo-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-cli</artifactId>

jsonschema2pojo-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-core</artifactId>

jsonschema2pojo-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-gradle-plugin</artifactId>

jsonschema2pojo-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-integration-tests</artifactId>

jsonschema2pojo-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.3-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-maven-plugin</artifactId>

pom.xml

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

1111
<groupId>org.jsonschema2pojo</groupId>
1212
<artifactId>jsonschema2pojo</artifactId>
13-
<version>0.4.3-SNAPSHOT</version>
13+
<version>0.4.3</version>
1414

1515
<packaging>pom</packaging>
1616
<name>jsonschema2pojo</name>
@@ -75,7 +75,7 @@
7575
</goals>
7676
</pluginExecutionFilter>
7777
<action>
78-
<ignore/>
78+
<ignore />
7979
</action>
8080
</pluginExecution>
8181
<pluginExecution>
@@ -89,7 +89,7 @@
8989
</goals>
9090
</pluginExecutionFilter>
9191
<action>
92-
<ignore/>
92+
<ignore />
9393
</action>
9494
</pluginExecution>
9595
<pluginExecution>
@@ -103,7 +103,7 @@
103103
</goals>
104104
</pluginExecutionFilter>
105105
<action>
106-
<execute/>
106+
<execute />
107107
</action>
108108
</pluginExecution>
109109
<pluginExecution>
@@ -116,7 +116,7 @@
116116
</goals>
117117
</pluginExecutionFilter>
118118
<action>
119-
<execute/>
119+
<execute />
120120
</action>
121121
</pluginExecution>
122122

0 commit comments

Comments
 (0)