Minor change: allow @JsonFormat on classes too
diff --git a/pom.xml b/pom.xml
index 42ca2a4..ebb7689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,9 +15,7 @@
  |  limitations under the License.
 -->
 <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.fasterxml</groupId>
     <artifactId>oss-parent</artifactId>
@@ -26,11 +24,11 @@
 
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-annotations</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
-
   <name>Jackson-annotations</name>
-  <description>Core annotations used for value types, used by Jackson databinding package.
+  <version>2.1.0-SNAPSHOT</version>
+  <description>Core annotations used for value types, used by Jackson data binding package.
   </description>
+
   <url>http://wiki.fasterxml.com/JacksonHome</url>
   <scm>
     <connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>