<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>649bcce7fe7cf454c41313978bc1accc</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>39e29e48b66ad435dd5767e25a4434b4</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>a8795dfa28400c98b2f8f8294d535877</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/6/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>#6</displayName><duration>12232</duration><estimatedDuration>14079</estimatedDuration><fullDisplayName>μStories - Team A » Domain #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528493</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/6/</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.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>94b2a5618c1b00e628dd68263c020c084e687f71</commitId><timestamp>1541756444000</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 10:40:44 +0100</date><id>94b2a5618c1b00e628dd68263c020c084e687f71</id><msg>Tsk1 Create Story Entity</msg><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>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.data.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.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>edit</editType><file>pom.xml</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/entities/Story.java</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</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/6/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/6/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>e5ad68beec2ae2505e08e55596f15af7</md5sum><type>ear</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-ear/6/mavenArtifacts/</url></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>#6</displayName><duration>6677</duration><estimatedDuration>6071</estimatedDuration><fullDisplayName>μStories - Team A » EAR #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528495</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/6/</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/6/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/6/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>1d83ea99584bc435e24b8b1cf9a1586e</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>e3d0d5e184c700ca5d69858e7e512c26</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/6/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>#6</displayName><duration>24283</duration><estimatedDuration>10785</estimatedDuration><fullDisplayName>μStories - Team A » JSF #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528495</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/6/</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/6/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/6/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/6/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>#6</displayName><duration>7713</duration><estimatedDuration>9068</estimatedDuration><fullDisplayName>μStories - Team A » μStories 18/19 Team A #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528493</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/6/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>.gitignore</affectedPath><commitId>0ad86d6e03f68b3e6f08a9c28ff6845422ff6c23</commitId><timestamp>1541756411000</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 10:40:11 +0100</date><id>0ad86d6e03f68b3e6f08a9c28ff6845422ff6c23</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.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>94b2a5618c1b00e628dd68263c020c084e687f71</commitId><timestamp>1541756444000</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 10:40:44 +0100</date><id>94b2a5618c1b00e628dd68263c020c084e687f71</id><msg>Tsk1 Create Story Entity</msg><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>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.data.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.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>edit</editType><file>pom.xml</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/entities/Story.java</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</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/6/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/6/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>adb51ebb98acafbb2e6cad8617200ddb</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>1272274bb9d219c080fa7faf50fbbaea</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/6/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>#6</displayName><duration>8702</duration><estimatedDuration>52675</estimatedDuration><fullDisplayName>μStories - Team A » REST #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528494</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/6/</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/6/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/6/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>6565fd3f52ca8f6a8080a975908b9a06</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>429e58e4fbf0a23a2be410a63b9888cd</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>f759328bc1150c337c4a37d3a9289daf</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/6/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>#6</displayName><duration>6048</duration><estimatedDuration>60821</estimatedDuration><fullDisplayName>μStories - Team A » Service #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528494</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/6/</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/6/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/6/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>6a5a93d709bebf907aa1a4b43d8a1674</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>8125ce23813d9b0d0f8c943b7a3cf269</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>f46e4e1db80b3baa9f1aaf09002e4021</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/6/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>#6</displayName><duration>7896</duration><estimatedDuration>8599</estimatedDuration><fullDisplayName>μStories - Team A » Tests #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1541756528494</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/6/</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/6/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/6/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>