1.0.3
[scannotation] / pom.xml
diff --git a/pom.xml b/pom.xml
index 353ce83..07707df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,15 +2,24 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.scannotation</groupId>
-    <artifactId>annotation-db</artifactId>
+    <artifactId>scannotation</artifactId>
     <packaging>jar</packaging>
-    <version>1.0</version>
-    <name>resteasy-jsr311</name>
+    <version>1.0.3</version>
+    <name>scannotation</name>
     <url>http://maven.apache.org</url>
+
+    <distributionManagement>
+        <repository>
+            <id>jboss-releases-repository</id>
+            <name>JBoss Releases Repository</name>
+            <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+        </repository>
+    </distributionManagement>
+
     <repositories>
         <repository>
             <id>jboss</id>
-            <url>http://repository.jboss.org/maven2</url>
+            <url>http://repository.jboss.org/nexus/content/groups/public/</url>
         </repository>
     </repositories>
     <dependencies>
@@ -29,7 +38,7 @@
         <dependency>
             <groupId>javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.6.0.GA</version>
+            <version>3.12.1.GA</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
             <scope>provided</scope>
         </dependency>
     </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
     <build>
         <plugins>
             <plugin>
                     <target>1.5</target>
                 </configuration>
             </plugin>
+           <plugin>
+              <artifactId>maven-site-plugin</artifactId>
+              <configuration>
+                 <locales>en</locales>
+              </configuration>
+           </plugin>
         </plugins>
     </build>
 </project>