<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>80</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>58e1d28939944283338c5f8bd94de839</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>b69db5cdfdcc81e6464ae3991e589704</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>d3f81a3cb806dacf34e3e3049da17875</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>212</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/212/</url></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>910e691853e753f4ed7be0c3e3dd5edc</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/212/mavenArtifacts/</url></action><action></action><artifact><displayPath>domain-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT.pom</displayPath><fileName>domain-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#212</displayName><duration>18352</duration><estimatedDuration>27522</estimatedDuration><fullDisplayName>LETTA » Domain #212</fullDisplayName><id>212</id><keepLog>false</keepLog><number>212</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450915931083</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/212/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/CapitalDistances.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Capital.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventParameters.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-modified.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-create.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><commitId>b3fd880ebac5cc2b4c6a1ffef9432954f8c91bc2</commitId><timestamp>1450915701000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3</absoluteUrl><fullName>bcgonzalez3</fullName></author><authorEmail>bcgonzalez3@esei.uvigo.es</authorEmail><comment>tsk84-88 Adds Capitals and ditances between them.
Created a Capital entity that contais all the capitals of Spain Created
a CapitalDistances entity thata contains all the distances between
capitals Modifies the event entity to add a atritubte place Modifies
test datsets to add this atribute Modifies the sql to add the tables of
Capital and CapitalDistances entities and data
</comment><date>2015-12-24 01:08:21 +0100</date><id>b3fd880ebac5cc2b4c6a1ffef9432954f8c91bc2</id><msg>tsk84-88 Adds Capitals and ditances between them.</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-modified.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/CapitalDistances.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-create.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Capital.java</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventParameters.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3</absoluteUrl><fullName>bcgonzalez3</fullName><id>bcgonzalez3</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>bcgonzalez3@ese.uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>58e1d28939944283338c5f8bd94de839</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>b69db5cdfdcc81e6464ae3991e589704</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>d3f81a3cb806dacf34e3e3049da17875</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>212</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/212/</url></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>910e691853e753f4ed7be0c3e3dd5edc</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/212/mavenArtifacts/</url></mavenArtifacts></mavenBuild>