Skip to content

Commit

Permalink
FTLDB v.1.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Osolovskiy committed Mar 11, 2015
1 parent 3bd59d6 commit 10c2b55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@

<groupId>ftldb</groupId>
<artifactId>ftldb</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -83,7 +83,6 @@
<version>2.18.1</version>
<configuration>
<workingDirectory>src/test/ftl</workingDirectory>
<!--skipTests>true</skipTests-->
</configuration>
</plugin>

Expand Down Expand Up @@ -130,8 +129,6 @@
</includes>
<excludes>
<exclude>src/main/resources/**</exclude>
<!-- TODO -->
<exclude>src/demo/plsql/_temp/**</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 10c2b55

Please sign in to comment.