Skip to content

Commit

Permalink
SAK-23721 - Centralize commons-logging version
Browse files Browse the repository at this point in the history
Thanks to Charles Hasegawa and Unicon for testing the patch!



git-svn-id: https://source.sakaiproject.org/svn/rights/trunk@126177 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
gjthomas committed Jun 24, 2013
1 parent ef5587e commit 3da0b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rights/rights-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<version>${sakai.commons-logging.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion rights/rights-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<version>${sakai.commons-logging.version}</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 3da0b5f

Please sign in to comment.