<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>42f52631442b23186a2d270a7e4b92a5</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>af45b3f978f36d91412dcb00ec9d6189</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>8e1d16e0d109b519bacfcdda3cd159b1</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>69</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>15179</duration><estimatedDuration>14079</estimatedDuration><fullDisplayName>μStories - Team A » Domain #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727815</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</affectedPath><affectedPath>domain/pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>d71874bd4e95087baebd0f1d84b29e4366a5b251</commitId><timestamp>1541721516000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Tsk1 Create Story Entity
Adds the Story class to store the objects related to the stories Adds
the necessary SQL files to create/insert/delete data and tables Adds the
test class for the Story class and the Test Suite Modifies the poms to
add the dependency to apache commons-lang
</comment><date>2018-11-09 00:58:36 +0100</date><id>d71874bd4e95087baebd0f1d84b29e4366a5b251</id><msg>Tsk1 Create Story Entity</msg><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</file></path><path><editType>edit</editType><file>pom.xml</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.delete.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.data.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>47c2b89465f9cbe966d7b68807176e18</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/3/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1819-teamA-microstories-ear</artifactId><canonicalName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>851ad4f6663ebead14f4b3b7c89aa9e8</md5sum><type>ear</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/3/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>6461</duration><estimatedDuration>6071</estimatedDuration><fullDisplayName>μStories - Team A » EAR #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727818</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-ear</artifactId><canonicalName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e933e392b5cfb32a811e2bb636dd023d</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b41830d9b31e862128c75783f0a0be58</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>083d750fb66b50ddfdcd3c4492b151d8</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>10023</duration><estimatedDuration>10785</estimatedDuration><fullDisplayName>μStories - Team A » JSF #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727817</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>535e88c833aff62b144a0a409a3557d5</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/3/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1819-teamA-microstories-pom</artifactId><canonicalName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>02f8f7814d041bb8326f944f0e665ef8</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-pom/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>8520</duration><estimatedDuration>9068</estimatedDuration><fullDisplayName>μStories - Team A » μStories 18/19 Team A #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727814</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>.gitignore</affectedPath><commitId>e649d418e6bb6d400fa27a8d2debfaea0231284e</commitId><timestamp>1541721465000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Modifies .gitignore
In order to ignore iml files, the .gitignore file is modified
</comment><date>2018-11-09 00:57:45 +0100</date><id>e649d418e6bb6d400fa27a8d2debfaea0231284e</id><msg>Modifies .gitignore</msg><path><editType>edit</editType><file>.gitignore</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</affectedPath><affectedPath>domain/pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>d71874bd4e95087baebd0f1d84b29e4366a5b251</commitId><timestamp>1541721516000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Tsk1 Create Story Entity
Adds the Story class to store the objects related to the stories Adds
the necessary SQL files to create/insert/delete data and tables Adds the
test class for the Story class and the Test Suite Modifies the poms to
add the dependency to apache commons-lang
</comment><date>2018-11-09 00:58:36 +0100</date><id>d71874bd4e95087baebd0f1d84b29e4366a5b251</id><msg>Tsk1 Create Story Entity</msg><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</file></path><path><editType>edit</editType><file>pom.xml</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.delete.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.data.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-pom</artifactId><canonicalName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>02f8f7814d041bb8326f944f0e665ef8</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>75ffb27ed27ed59880f454193466669c</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>fa602011c46088227532f3e9fba74daa</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>9403</duration><estimatedDuration>52675</estimatedDuration><fullDisplayName>μStories - Team A » REST #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727817</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e1b3136bdfda24ebaacfb5bdc8ecda5a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9429c9644df046cc0aece993367e558b</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>3d1264908fa140f7b25ccd248860d647</md5sum><type>test-jar</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>70a1e41b749720d53cba4dac7405f174</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>6744</duration><estimatedDuration>60821</estimatedDuration><fullDisplayName>μStories - Team A » Service #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727816</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>3b09f9de2c43483893035b6d2545fa2d</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>aab173ca1f887fe8716e887989e74409</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>cdf15457158c76ba14fdcaa555539fee</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>10efe7e81e2779617a4b1016714523ff</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>8186</duration><estimatedDuration>8599</estimatedDuration><fullDisplayName>μStories - Team A » Tests #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541721727815</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/3/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ebc320cede8ddcf7c3cc200d19ef9815</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/3/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>