Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo@debian committed Oct 26, 2020
1 parent 6cc0cc8 commit e85193d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jresearch</groupId>
Expand All @@ -14,7 +12,7 @@

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

<!-- ==================================================================== -->
Expand Down Expand Up @@ -105,7 +103,7 @@
<connection>scm:hg:https://helixteamhub.cloud/JRS/projects/gwtTime/repositories/mercurial/gwt-time</connection>
<developerConnection>scm:hg:ssh://[email protected]/JRS/projects/gwtTime/repositories/mercurial/gwt-time</developerConnection>
<url>https://github.com/foal/gwt-time</url>
<tag>HEAD</tag>
<tag>v1.4.12</tag>
</scm>
<repositories>
<repository>
Expand Down Expand Up @@ -434,6 +432,6 @@
<gwt-nio.ver>0.1</gwt-nio.ver>
<gwt-xhr.ver>1.1</gwt-xhr.ver>
<gwt-slf4j.ver>1.0-rc.4</gwt-slf4j.ver>
<time.apt.ver>1.0.9-SNAPSHOT</time.apt.ver>
<time.apt.ver>2.0.2</time.apt.ver>
</properties>
</project>

0 comments on commit e85193d

Please sign in to comment.