[coselmar] branch feature/single-page-ui updated (869d9ba -> f76caff)
This is an automated email from the git hooks/post-receive script. New change to branch feature/single-page-ui in repository coselmar. See http://git.codelutin.com/coselmar.git from 869d9ba prepare bundle module new f76caff fix bundle module The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f76caffac3d17487668bfc505f46a32a30d78a1f Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 3 11:55:01 2014 +0100 fix bundle module Summary of changes: coselmar-bundle/pom.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/single-page-ui in repository coselmar. See http://git.codelutin.com/coselmar.git commit f76caffac3d17487668bfc505f46a32a30d78a1f Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 3 11:55:01 2014 +0100 fix bundle module --- coselmar-bundle/pom.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 647a7dd..56f67d4 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -15,8 +15,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>coselmar-bundle</artifactId> <packaging>war</packaging> - <name>Coselmar :: UI</name> - <description>Coselmar UI module</description> + <name>Coselmar :: Bundle</name> + <description>Coselmar bundle module</description> <dependencies> @@ -44,20 +44,19 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <build> - <plugins> - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <configuration> - <path>/</path> - <uriEncoding>UTF-8</uriEncoding> - <systemProperties> - <chorem.log.dir>${basedir}/target</chorem.log.dir> - </systemProperties> - </configuration> - </plugin> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.tomcat.maven</groupId> + <artifactId>tomcat7-maven-plugin</artifactId> + <configuration> + <path>/bundle</path> + <uriEncoding>UTF-8</uriEncoding> + </configuration> + </plugin> - </plugins> + </plugins> + </pluginManagement> </build> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm