Skip to content

Commit 1a11a47

Browse files
committed
change version and timeZone in pom
1 parent 9bd4b28 commit 1a11a47

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<id>uriel</id>
1919
<name>Uriel Chemouni</name>
2020
<email>[email protected]</email>
21-
<timezone>GMT+1</timezone>
21+
<timezone>GMT-7</timezone>
2222
<roles>
2323
</roles>
2424
</developer>

json-smart-action/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.minidev</groupId>
55
<artifactId>minidev-parent</artifactId>
6-
<version>2.2.1-b-SNAPSHOT</version>
6+
<version>2.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>json-smart-action</artifactId>
@@ -22,7 +22,7 @@
2222
<id>uriel</id>
2323
<name>Uriel Chemouni</name>
2424
<email>[email protected]</email>
25-
<timezone>GMT+1</timezone>
25+
<timezone>GMT-7</timezone>
2626
<roles>
2727
</roles>
2828
</developer>

json-smart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.minidev</groupId>
55
<artifactId>minidev-parent</artifactId>
6-
<version>2.2.1-b-SNAPSHOT</version>
6+
<version>2.3-SNAPSHOT</version>
77
</parent>
88
<!-- this POM is released under an Apache 2.0 license -->
99
<modelVersion>4.0.0</modelVersion>
@@ -23,7 +23,7 @@
2323
<id>uriel</id>
2424
<name>Uriel Chemouni</name>
2525
<email>[email protected]</email>
26-
<timezone>GMT+1</timezone>
26+
<timezone>GMT-7</timezone>
2727
<roles>
2828
</roles>
2929
</developer>

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.minidev</groupId>
55
<artifactId>minidev-parent</artifactId>
6-
<version>2.2.1-b-SNAPSHOT</version>
6+
<version>2.3-SNAPSHOT</version>
77
<name>Minidev super pom</name>
88
<description>minidev common properties.</description>
99
<packaging>pom</packaging>
@@ -19,7 +19,7 @@
1919
<id>uriel</id>
2020
<name>Uriel Chemouni</name>
2121
<email>[email protected]</email>
22-
<timezone>GMT+1</timezone>
22+
<timezone>GMT-7</timezone>
2323
<roles>
2424
</roles>
2525
</developer>

0 commit comments

Comments
 (0)