mirror of
https://github.com/moparisthebest/java7decimalformat
synced 2025-01-13 22:58:00 -05:00
[maven-release-plugin] prepare release java7decimalformat-1.0
This commit is contained in:
parent
9939e7f6c1
commit
3689b23a4c
7
pom.xml
7
pom.xml
@ -14,10 +14,7 @@
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
-->
|
||||
<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">
|
||||
<parent>
|
||||
<groupId>org.sonatype.oss</groupId>
|
||||
<artifactId>oss-parent</artifactId>
|
||||
@ -27,7 +24,7 @@
|
||||
<groupId>com.moparisthebest.text</groupId>
|
||||
<artifactId>java7decimalformat</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
<name>${project.artifactId}</name>
|
||||
<description>
|
||||
This project takes GPLv2 code from jdk7 and jdk8 to create a class that extends DecimalFormat, but retains the
|
||||
|
Loading…
Reference in New Issue
Block a user