blob: ebb768983ed8478402195794993a452ace8b9305 [file] [log] [blame]
simonetripodif4a25cf2012-04-17 22:43:31 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 | Copyright 2012 FasterXML.com
4 |
5 | Licensed under the Apache License, Version 2.0 (the "License");
6 | you may not use this file except in compliance with the License.
7 | You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16-->
Tatu Saloranta31266582011-12-22 21:20:15 -080017<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">
18 <modelVersion>4.0.0</modelVersion>
19 <parent>
simonetripodif4a25cf2012-04-17 22:43:31 +020020 <groupId>com.fasterxml</groupId>
Tatu Saloranta31266582011-12-22 21:20:15 -080021 <artifactId>oss-parent</artifactId>
Tatu Salorantaba96e182012-04-22 10:38:04 -070022 <version>2</version>
Tatu Saloranta31266582011-12-22 21:20:15 -080023 </parent>
simonetripodif4a25cf2012-04-17 22:43:31 +020024
Tatu Saloranta31266582011-12-22 21:20:15 -080025 <groupId>com.fasterxml.jackson.core</groupId>
26 <artifactId>jackson-annotations</artifactId>
simonetripodif4a25cf2012-04-17 22:43:31 +020027 <name>Jackson-annotations</name>
Tatu Salorantabb817062012-06-28 22:20:29 -070028 <version>2.1.0-SNAPSHOT</version>
29 <description>Core annotations used for value types, used by Jackson data binding package.
Tatu Saloranta31266582011-12-22 21:20:15 -080030 </description>
Tatu Salorantabb817062012-06-28 22:20:29 -070031
Tatu Saloranta31266582011-12-22 21:20:15 -080032 <url>http://wiki.fasterxml.com/JacksonHome</url>
33 <scm>
34 <connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
35 <developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>
simonetripodif4a25cf2012-04-17 22:43:31 +020036 <url>http://github.com/FasterXML/jackson-annotations</url>
Tatu Saloranta31266582011-12-22 21:20:15 -080037 </scm>
Tatu Saloranta31266582011-12-22 21:20:15 -080038
Tatu Saloranta31266582011-12-22 21:20:15 -080039 <properties>
simonetripodif4a25cf2012-04-17 22:43:31 +020040 <!--
41 | Configuration properties for the OSGi maven-bundle-plugin
42 -->
43 <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
Tatu Saloranta31266582011-12-22 21:20:15 -080044 </properties>
45
Tatu Saloranta31266582011-12-22 21:20:15 -080046</project>