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

Commit

Permalink
SAK-10376
Browse files Browse the repository at this point in the history
Replacing hard-coded number for servlet-api version with variable. 


git-svn-id: https://source.sakaiproject.org/svn/memory/trunk@31563 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jimeng@umich.edu committed Jun 12, 2007
1 parent 44ac594 commit 1a2738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-tool/tool/project.xml
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.4</version>
<version>${sakai.servletapi.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1a2738d

Please sign in to comment.