Metadata
- Source
- FLUID-133
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Anastasia Cheetham
- Reporter
- Joseph Scheuhammer
- Created
2007-11-29T12:59:55.000-0500 - Updated
2011-03-17T15:06:06.045-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Infrastructure
Description
For example, the "Sakai Gallery Nightly Redeploy" image gallery pom.xml contains these lines:
<properties>
<fluidcomponents.version>0.1</fluidcomponents.version>
</properties>
...
<dependency>
<version>${fluidcomponents.version}</version>
<dependency>
This means that the gallery tool when deployed will use v0.1 of the fluid-components. It should be "0.2-SNAPSHOT". Unfortunately, I don't know how to make this "stick" since an svn udpate from ucb's contrib can overwrite it.
Other pom files that might be similarly affected (I can't tell):
- Sakai Gallery
- Portlet Gallery
- uPortal Nightly Deploy
- Sakai Gallery