Skip to content

Commit

Permalink
Update pom.xml file - plugin and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinasv committed Aug 5, 2020
1 parent 8c4d8a9 commit c79abb0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.geneblocks</groupId>
<artifactId>CSBFinder-S</artifactId>
<version>0.6.3</version>
<version>0.6.2</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -41,6 +41,18 @@
<target>1.8</target>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<reuseForks>true</reuseForks>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>

</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit c79abb0

Please sign in to comment.