blob: 7dc37bdaed8fc533e5cf475947d93c6bd1b9a86e [file] [log] [blame]
simonetripodif4a25cf2012-04-17 22:43:31 +02001<?xml version="1.0" encoding="UTF-8"?>
Tatu Saloranta31266582011-12-22 21:20:15 -08002<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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
simonetripodif4a25cf2012-04-17 22:43:31 +02005 <groupId>com.fasterxml</groupId>
Tatu Saloranta31266582011-12-22 21:20:15 -08006 <artifactId>oss-parent</artifactId>
Tatu Saloranta730e9932013-07-16 20:01:11 -07007 <version>11</version>
Tatu Saloranta31266582011-12-22 21:20:15 -08008 </parent>
simonetripodif4a25cf2012-04-17 22:43:31 +02009
Tatu Saloranta31266582011-12-22 21:20:15 -080010 <groupId>com.fasterxml.jackson.core</groupId>
11 <artifactId>jackson-annotations</artifactId>
simonetripodif4a25cf2012-04-17 22:43:31 +020012 <name>Jackson-annotations</name>
Tatu Salorantad713c9f2013-06-06 14:01:02 -070013 <version>2.3.0-SNAPSHOT</version>
Lukasz Dywicki0c7de502013-09-03 19:24:43 +020014 <packaging>bundle</packaging>
Tatu Salorantabb817062012-06-28 22:20:29 -070015 <description>Core annotations used for value types, used by Jackson data binding package.
Tatu Saloranta31266582011-12-22 21:20:15 -080016 </description>
Tatu Salorantabb817062012-06-28 22:20:29 -070017
Tatu Saloranta31266582011-12-22 21:20:15 -080018 <url>http://wiki.fasterxml.com/JacksonHome</url>
19 <scm>
20 <connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
21 <developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>
simonetripodif4a25cf2012-04-17 22:43:31 +020022 <url>http://github.com/FasterXML/jackson-annotations</url>
Tatu Saloranta3acf1aa2013-05-26 21:28:07 -070023 <tag>HEAD</tag>
Tatu Saloranta31266582011-12-22 21:20:15 -080024 </scm>
Tatu Saloranta31266582011-12-22 21:20:15 -080025
Tatu Saloranta31266582011-12-22 21:20:15 -080026 <properties>
simonetripodif4a25cf2012-04-17 22:43:31 +020027 <!--
28 | Configuration properties for the OSGi maven-bundle-plugin
29 -->
30 <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
Tatu Saloranta31266582011-12-22 21:20:15 -080031 </properties>
32
Tatu Saloranta31266582011-12-22 21:20:15 -080033</project>