<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>09ea3d5cf404dbc46c101736276984f3</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>811029eda87d25f9c34fbb494bc3341a</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>7a9a59964f4200388e5ed617072542a6</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>9829</duration><estimatedDuration>12492</estimatedDuration><fullDisplayName>μStories 2021 - Team A » Domain #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569622</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-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/StorieTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/package-info.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Storie.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>domain/pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Type.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Topics.java</affectedPath><commitId>c04cd1f1b280cf47ed4b627bfb171dcbc2182b39</commitId><timestamp>1605724387000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mcpaz</absoluteUrl><fullName>mcpaz</fullName></author><authorEmail>mcpaz@esei.uvigo.es</authorEmail><comment>Tsk1 (JPA) Crear entidad relato (story)
Creates the entity that represents a microhistory. Creates the
associated tests.
</comment><date>2020-11-18 19:33:07 +0100</date><id>c04cd1f1b280cf47ed4b627bfb171dcbc2182b39</id><msg>Tsk1 (JPA) Crear entidad relato (story)</msg><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/domain/entities/StorieTest.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/Storie.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Type.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/package-info.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.delete.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Topics.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mcpaz</absoluteUrl><fullName>mcpaz</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>2a15201b875b96f28657be0f11bea064</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/3/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2021-teamA-microstories-ear</artifactId><canonicalName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>7fa04d02dcf6c9796291d535af546eca</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/3/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>8333</duration><estimatedDuration>7623</estimatedDuration><fullDisplayName>μStories 2021 - Team A » EAR #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569624</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-ear</artifactId><canonicalName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>a6ca6022ac179ee817e23413115c4ee4</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>966dfb7aafc5f2bdb55ca9f1ed2a918d</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>581c3e93969b96d275cdd7eb072e5586</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>13069</duration><estimatedDuration>13698</estimatedDuration><fullDisplayName>μStories 2021 - Team A » JSF #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569624</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>72bc47d49f209917f719f3a701b72048</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/3/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2021-teamA-microstories-pom</artifactId><canonicalName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>65f5df80a2b7355539249201516a2bb5</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-pom/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>9226</duration><estimatedDuration>8819</estimatedDuration><fullDisplayName>μStories 2021 - Team A » μStories 20/21 Team A #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569621</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/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/StorieTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/package-info.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Storie.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>domain/pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Type.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Topics.java</affectedPath><commitId>c04cd1f1b280cf47ed4b627bfb171dcbc2182b39</commitId><timestamp>1605724387000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mcpaz</absoluteUrl><fullName>mcpaz</fullName></author><authorEmail>mcpaz@esei.uvigo.es</authorEmail><comment>Tsk1 (JPA) Crear entidad relato (story)
Creates the entity that represents a microhistory. Creates the
associated tests.
</comment><date>2020-11-18 19:33:07 +0100</date><id>c04cd1f1b280cf47ed4b627bfb171dcbc2182b39</id><msg>Tsk1 (JPA) Crear entidad relato (story)</msg><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/domain/entities/StorieTest.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/Storie.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Type.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/package-info.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.delete.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/domain/Topics.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mcpaz</absoluteUrl><fullName>mcpaz</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-pom</artifactId><canonicalName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>65f5df80a2b7355539249201516a2bb5</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>fd9c01da74f4ab12d627ba1f5fe0362e</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c81e9fcd4dfdce821bed7ed020333d8e</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>6356</duration><estimatedDuration>52301</estimatedDuration><fullDisplayName>μStories 2021 - Team A » REST #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569623</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>0b185d5ad87561192d16eceae900dd06</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e9b93816e4c10087a0a6dc7aa6a72eec</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>45e779bc7ccaa28971a001818f1518ba</md5sum><type>test-jar</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>fa63a513caed5b15f9b9ae0f968e8cb8</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>7799</duration><estimatedDuration>48748</estimatedDuration><fullDisplayName>μStories 2021 - Team A » Service #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569623</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4b93f8668641e454ed7aca84a857db60</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/3/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>63d7e4fb2c329f8e578a28203d6c1235</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d05cface62a1c3f94cb8f1b70d129ffc</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>26377e5e7ebfef1557450807daa17f27</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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/3/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#3</displayName><duration>9580</duration><estimatedDuration>8067</estimatedDuration><fullDisplayName>μStories 2021 - Team A » Tests #3</fullDisplayName><id>3</id><keepLog>false</keepLog><number>3</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1605724569623</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-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%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/3/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>60450a8e877eb88551e17c5c34a90596</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/3/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>