50 |
26 Feb 19 |
nicklas |
1 |
<project> |
50 |
26 Feb 19 |
nicklas |
2 |
<modelVersion>4.0.0</modelVersion> |
50 |
26 Feb 19 |
nicklas |
3 |
<groupId>com.googlecode.json-simple</groupId> |
50 |
26 Feb 19 |
nicklas |
4 |
<artifactId>json-simple</artifactId> |
50 |
26 Feb 19 |
nicklas |
5 |
<packaging>bundle</packaging> |
50 |
26 Feb 19 |
nicklas |
6 |
<name>JSON.simple</name> |
50 |
26 Feb 19 |
nicklas |
7 |
<version>1.1.1</version> |
50 |
26 Feb 19 |
nicklas |
8 |
<description>A simple Java toolkit for JSON</description> |
50 |
26 Feb 19 |
nicklas |
9 |
<url>http://code.google.com/p/json-simple/</url> |
50 |
26 Feb 19 |
nicklas |
10 |
<licenses> |
50 |
26 Feb 19 |
nicklas |
11 |
<license> |
50 |
26 Feb 19 |
nicklas |
12 |
<name>The Apache Software License, Version 2.0</name> |
50 |
26 Feb 19 |
nicklas |
13 |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
50 |
26 Feb 19 |
nicklas |
14 |
</license> |
50 |
26 Feb 19 |
nicklas |
15 |
</licenses> |
50 |
26 Feb 19 |
nicklas |
16 |
<developers> |
50 |
26 Feb 19 |
nicklas |
17 |
<developer> |
50 |
26 Feb 19 |
nicklas |
18 |
<id>Yidong</id> |
50 |
26 Feb 19 |
nicklas |
19 |
<name>Yidong Fang</name> |
50 |
26 Feb 19 |
nicklas |
20 |
<roles> |
50 |
26 Feb 19 |
nicklas |
21 |
<role>architect</role> |
50 |
26 Feb 19 |
nicklas |
22 |
<role>developer</role> |
50 |
26 Feb 19 |
nicklas |
23 |
</roles> |
50 |
26 Feb 19 |
nicklas |
24 |
<timezone>+8</timezone> |
50 |
26 Feb 19 |
nicklas |
25 |
</developer> |
50 |
26 Feb 19 |
nicklas |
26 |
</developers> |
50 |
26 Feb 19 |
nicklas |
27 |
<scm> |
50 |
26 Feb 19 |
nicklas |
28 |
<connection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</connection> |
50 |
26 Feb 19 |
nicklas |
29 |
<developerConnection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</developerConnection> |
50 |
26 Feb 19 |
nicklas |
30 |
<url>http://json-simple.googlecode.com/svn/trunk/</url> |
50 |
26 Feb 19 |
nicklas |
31 |
</scm> |
50 |
26 Feb 19 |
nicklas |
32 |
|
50 |
26 Feb 19 |
nicklas |
33 |
<properties> |
50 |
26 Feb 19 |
nicklas |
34 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
50 |
26 Feb 19 |
nicklas |
35 |
</properties> |
50 |
26 Feb 19 |
nicklas |
36 |
|
50 |
26 Feb 19 |
nicklas |
37 |
<dependencies> |
50 |
26 Feb 19 |
nicklas |
38 |
<dependency> |
50 |
26 Feb 19 |
nicklas |
39 |
<groupId>junit</groupId> |
50 |
26 Feb 19 |
nicklas |
40 |
<artifactId>junit</artifactId> |
50 |
26 Feb 19 |
nicklas |
41 |
<version>4.10</version> |
50 |
26 Feb 19 |
nicklas |
42 |
</dependency> |
50 |
26 Feb 19 |
nicklas |
43 |
</dependencies> |
50 |
26 Feb 19 |
nicklas |
44 |
|
50 |
26 Feb 19 |
nicklas |
45 |
<build> |
50 |
26 Feb 19 |
nicklas |
46 |
<plugins> |
50 |
26 Feb 19 |
nicklas |
47 |
<plugin> |
50 |
26 Feb 19 |
nicklas |
48 |
<groupId>org.apache.felix</groupId> |
50 |
26 Feb 19 |
nicklas |
49 |
<artifactId>maven-bundle-plugin</artifactId> |
50 |
26 Feb 19 |
nicklas |
50 |
<version>2.3.6</version> |
50 |
26 Feb 19 |
nicklas |
51 |
<extensions>true</extensions> |
50 |
26 Feb 19 |
nicklas |
52 |
</plugin> |
50 |
26 Feb 19 |
nicklas |
53 |
<plugin> |
50 |
26 Feb 19 |
nicklas |
54 |
<groupId>org.apache.maven.plugins</groupId> |
50 |
26 Feb 19 |
nicklas |
55 |
<artifactId>maven-compiler-plugin</artifactId> |
50 |
26 Feb 19 |
nicklas |
56 |
<version>2.3.2</version> |
50 |
26 Feb 19 |
nicklas |
57 |
<configuration> |
50 |
26 Feb 19 |
nicklas |
58 |
<source>1.2</source> |
50 |
26 Feb 19 |
nicklas |
59 |
<target>1.2</target> |
50 |
26 Feb 19 |
nicklas |
60 |
</configuration> |
50 |
26 Feb 19 |
nicklas |
61 |
</plugin> |
50 |
26 Feb 19 |
nicklas |
62 |
</plugins> |
50 |
26 Feb 19 |
nicklas |
63 |
</build> |
50 |
26 Feb 19 |
nicklas |
64 |
</project> |
50 |
26 Feb 19 |
nicklas |
65 |
|