Skip to content

Commit

Permalink
POM and dep fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Jul 5, 2011
1 parent a90078f commit 5738c8c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Expand Up @@ -28,11 +28,6 @@

<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
</properties>

<groupId>org.jboss.threads</groupId>
<artifactId>jboss-threads</artifactId>
<packaging>jar</packaging>
Expand All @@ -43,14 +38,14 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>5</version>
<version>6-beta-2</version>
</parent>

<dependencies>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.0.0.Beta2</version>
<version>3.0.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -90,7 +85,7 @@
<docletArtifact>
<groupId>org.jboss.apiviz</groupId>
<artifactId>apiviz</artifactId>
<version>1.2.5.GA</version>
<version>1.3.0.GA</version>
</docletArtifact>
</configuration>
</plugin>
Expand Down

0 comments on commit 5738c8c

Please sign in to comment.