Skip to content

Commit

Permalink
LSNBLDR-240; update mneme dependency
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/lessonbuilder/trunk@125538 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
clhedrick committed Jun 8, 2013
1 parent e9129de commit d57ceec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lessonbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- the following 3 definitions are only used if the optional features are enabled (via -P optional build profile) in tool/pom.xml. If you have enabled it, You should replace these with the versions you actually use. If you use only some of the optional components, leave these versions for the ones you don't use. They will allow the build to work, but the system will detect at runtime thta the feature isn't present, and not present it to users -->
<lb.hbm.location>src/java</lb.hbm.location>
<sakai.yaft.version>1.3.0-SNAPSHOT</sakai.yaft.version>
<sakai.mneme.version>1.2-hack</sakai.mneme.version>
<sakai.mneme.version>2.1.2</sakai.mneme.version>
<sakai.mneme.scope>compile</sakai.mneme.scope>
<!--
RSF versions are now picked up from master by default, so
Expand All @@ -72,7 +72,7 @@
<sakai.samigo.version>2.8.1</sakai.samigo.version>
<!-- the following 3 definitions are only used if the optional features enabled (via '-P optional' build profile in tool/pom.xml -->
<sakai.yaft.version>1.3.0-SNAPSHOT</sakai.yaft.version>
<sakai.mneme.version>1.2-hack</sakai.mneme.version>
<sakai.mneme.version>2.1.2</sakai.mneme.version>
<sakai.mneme.scope>compile</sakai.mneme.scope>
<rsfutil.version>0.7.7</rsfutil.version>
<lb.hbm.location>old-src/java</lb.hbm.location>
Expand Down
2 changes: 1 addition & 1 deletion lessonbuilder/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.etudes.mneme</groupId>
<groupId>org.etudes</groupId>
<artifactId>etudes-mneme-api</artifactId>
<version>${sakai.mneme.version}</version>
<scope>${sakai.mneme.scope}</scope>
Expand Down

0 comments on commit d57ceec

Please sign in to comment.