Skip to content

Commit

Permalink
Regenerate form samples-test-java
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Aug 29, 2023
1 parent bfefc47 commit 81723f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ target
#sqlite databases
*.db

/.apt_generated/
/.apt_generated_tests/
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>giis</groupId>
<artifactId>samples-test-dev</artifactId>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<organization>
<name>Grupo de Investigacion en Ingenieria del Software - Universidad de Oviedo</name>
Expand All @@ -21,6 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<surefire.version>3.1.2</surefire.version>
<slf4j.version>2.0.7</slf4j.version>
</properties>

Expand Down Expand Up @@ -98,7 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>${surefire.version}</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<!-- Sets the VM argument line used when unit tests are run under JaCoCo -->
Expand Down Expand Up @@ -149,7 +150,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.1.2</version>
<version>${surefire.version}</version>
<executions>
<execution>
<id>ut-reports</id>
Expand Down

0 comments on commit 81723f1

Please sign in to comment.