Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
1.2.29-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Mar 12, 2017
1 parent a0e0602 commit 7a12763
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!--
<parent>
<groupId>com.alibaba</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.0</version>
</parent>
-->

<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.28</version>
<version>1.2.29-SNAPSHOT</version>

<packaging>jar</packaging>
<name>fastjson</name>
Expand All @@ -22,7 +23,7 @@

<properties>
<junit.version>4.11</junit.version>
<gpg.skip>false</gpg.skip>
<gpg.skip>true</gpg.skip>
<javadoc.skip>false</javadoc.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.5</jdk.version>
Expand Down

0 comments on commit 7a12763

Please sign in to comment.