Skip to content

Commit

Permalink
upgraded all components
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Sarnowski committed Jan 8, 2011
1 parent e38bd24 commit e6e8dd7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Expand Up @@ -33,27 +33,32 @@
<dependency>
<groupId>com.github.sarnowski</groupId>
<artifactId>TypeSafe-components</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.github.sarnowski</groupId>
<artifactId>TypeSafe-core</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.github.sarnowski</groupId>
<artifactId>TypeSafe-form</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.github.sarnowski</groupId>
<artifactId>TypeSafe-security</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.github.sarnowski</groupId>
<artifactId>TypeSafe-validation</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.github.sarnowski</groupId>
<artifactId>pinjector</artifactId>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit e6e8dd7

Please sign in to comment.