[Building Sakai] tool version mismatch problem

Steve Swinsburg steve.swinsburg at gmail.com
Tue Jun 18 02:03:19 PDT 2013


Hi,

Which version of Sakai is this, the branch or a release like 2.8.3 for example?

Cheers,
Steve

Sent from my iPad

On 18/06/2013, at 4:40, Sanghyun Jeon <euksa99 at gmail.com> wrote:

> Hello,
> 
> There are some mismatch version problems I would like to resolve.
> 
> for example,
> master/pom.xml shows:
> <sakai.resetpass.version>2.8.6</sakai.resetpass.version>
> 
> However,
> reset-password/pom.xml says:
>        <parent>
>                 <groupId>org.sakaiproject.purepoms</groupId>
>         <artifactId>sakai-standard-tool</artifactId>
>                 <version>2.8.6</version>
>         </parent>
>         <name>Reset Password and Account Validator</name>
>         <groupId>org.sakaiproject.reset-pass</groupId>
>         <artifactId>reset-pass</artifactId>
>     <version>2.8.7-SNAPSHOT</version>
>         <packaging>pom</packaging>
> 
> 
> When I do maven build under base, tomcat/shared/lib has 
> sakai-reset-pass-help-2.8.6.jar
> 
> However, when I do maven build under reset-password, because I modify some files under reset password folder, I got
> sakai-reset-pass-help-2.8.7-SNAPSHOT.jar under tomcat/shared/lib
> 
> I changed master/pom.xml into
> <sakai.resetpass.version>2.8.7-SNAPSHOT</sakai.resetpass.version>
> so that I don't have to build reset password separately.
> 
> My question is 
> there are many similar version mismatch cases for sakai 2.8. Should I modify all of them based on each tool's pom.xml?
> 
> S
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"


More information about the sakai-dev mailing list