Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.7
Browse files Browse the repository at this point in the history
--HG--
branch : GWT29
  • Loading branch information
bamboo@debian committed Jun 5, 2021
1 parent ce1ed59 commit 123b1f1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time01.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time01</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time02.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time02</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time03.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time03</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time04.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time04</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>

<name>JRS: GWT port of JSR-310 (java.time), POM</name>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<description>JRS: GWT port of JSR-310 (java.time) based on ThreeTen backport project (https://www.threeten.org/threetenbp)</description>
<url>https://github.com/foal/gwt-time</url>

Expand Down Expand Up @@ -117,7 +117,7 @@
<connection>scm:hg:https://helixteamhub.cloud/JRS/projects/gwtTime/repositories/mercurial/gwt-time</connection>
<developerConnection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/gwtTime/repositories/mercurial/gwt-time</developerConnection>
<url>https://github.com/foal/gwt-time</url>
<tag>HEAD</tag>
<tag>v2.0.7</tag>
</scm>
<repositories>
<repository>
Expand Down Expand Up @@ -377,14 +377,14 @@
<gwt29-typedarrays.ver>1.0.0-RC2</gwt29-typedarrays.ver>
<gwt29-nio.ver>1.1</gwt29-nio.ver>
<gwt-slf4j.ver>1.0.2-gwt2.8.2</gwt-slf4j.ver>
<time.apt.ver>2.0.6-SNAPSHOT</time.apt.ver>
<time.apt.ver>2.0.6</time.apt.ver>
<gwt.version>2.9.0</gwt.version>
<elemental.ver>1.1.0</elemental.ver>
<jsinterop-annotations.ver>2.0.0</jsinterop-annotations.ver>
<jsinterop-base.ver>1.0.0</jsinterop-base.ver>
<gwt29-core.ver>1.0.0-RC1</gwt29-core.ver>
<gwt-locale.ver>1.0.4-SNAPSHOT</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.4-SNAPSHOT</gwt-locale-cldr.ver>
<gwt-locale.ver>1.0.4</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.4</gwt-locale-cldr.ver>
<gwt-tool-jre-apt.ver>1.0.1-SNAPSHOT</gwt-tool-jre-apt.ver>
</properties>
</project>
4 changes: 2 additions & 2 deletions time/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<replacements>
<replacement>
<token>org\.jresearch\.threetenbp\.gwt\.emu\.</token>
<value/>
<value />
</replacement>
</replacements>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tzdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.tzdb</artifactId>
Expand Down

0 comments on commit 123b1f1

Please sign in to comment.