Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manutarus committed Oct 2, 2018
1 parent 1a7b1e2 commit dc1f269
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>opensrp-server-reporting</artifactId>
<packaging>jar</packaging>

<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>opensrp-server-reporting</name>
<description>OpenSRP Server reporting module</description>
Expand Down Expand Up @@ -353,25 +353,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>${basedir}/configs/build/maven.properties</file>
<file>${basedir}/configs/assets/config/opensrp.properties</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit dc1f269

Please sign in to comment.