Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Updated taco to 0.2.3-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: I06a8e483628c25253c98b6c89e9ba6fd2bdfce6c
  • Loading branch information
henper committed Aug 15, 2012
1 parent 4f2be02 commit 1c81c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>texmex</groupId>
<artifactId>taco</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
Expand Up @@ -3,7 +3,7 @@
import java.util.List;

import taco.Controller;
import taco.StatusCodeException;
import taco.exception.StatusCodeException;
import burrito.services.SearchHit;
import burrito.services.SearchManagerFactory;
/**
Expand Down

0 comments on commit 1c81c65

Please sign in to comment.