Skip to content

Commit

Permalink
Prepare for 1.0.1.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Jun 21, 2012
1 parent 14eac2d commit 4d244fe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion demo/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jboss.jdf.examples</groupId>
<artifactId>ticket-monster</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1.Final</version>
<packaging>war</packaging>

<name>ticket-monster</name>
Expand Down Expand Up @@ -161,8 +161,17 @@
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.16.1-GA</version>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-ioc</artifactId>
Expand Down

0 comments on commit 4d244fe

Please sign in to comment.