Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Fastjson
Commits
ea67bf7c
Commit
ea67bf7c
authored
8 years ago
by
wenshao
Browse files
Options
Download
Email Patches
Plain Diff
1.1.57.android-SNAPSHOT
parent
5d5bc261
android
1.1.157
1.1.71.android
1.1.68.android
1.1.67.android
1.1.66.android
1.1.65.android
1.1.64.android
1.1.63.android
1.1.62.android
1.1.61.android
1.1.60.android
1.1.59.android
1.1.58.android
1.1.57.android
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
pom.xml
src/main/java/com/alibaba/fastjson/JSON.java
+1
-1
src/main/java/com/alibaba/fastjson/JSON.java
with
2 additions
and
2 deletions
+2
-2
pom.xml
+
1
-
1
View file @
ea67bf7c
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.1.5
6
.android
</version>
<version>
1.1.5
7
.android
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
fastjson
</name>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/alibaba/fastjson/JSON.java
+
1
-
1
View file @
ea67bf7c
...
...
@@ -625,5 +625,5 @@ public abstract class JSON implements JSONStreamAware, JSONAware {
}
}
public
final
static
String
VERSION
=
"1.1.5
6
"
;
public
final
static
String
VERSION
=
"1.1.5
7
"
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help