Skip to content

Commit bbc1c8f

Browse files
authored
Merge pull request #1205 from opensrp/fix-duration-in-organization-location-table
fix duration field in organization location table
2 parents aea105c + 182c52d commit bbc1c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<artifactId>opensrp-server-web</artifactId>
88
<packaging>war</packaging>
9-
<version>2.10.13-SNAPSHOT</version>
9+
<version>2.10.13-ALPHA-SNAPSHOT</version>
1010
<name>opensrp-server-web</name>
1111
<description>OpenSRP Server Web Application</description>
1212
<url>https://github.com/OpenSRP/opensrp-server-web</url>
@@ -24,7 +24,7 @@
2424
<redis.jedis.version>3.8.0</redis.jedis.version>
2525
<opensrp.updatePolicy>always</opensrp.updatePolicy>
2626
<nexus-staging-maven-plugin.version>1.5.1</nexus-staging-maven-plugin.version>
27-
<opensrp.core.version>2.14.10-SNAPSHOT</opensrp.core.version>
27+
<opensrp.core.version>2.14.11-ALPHA2-SNAPSHOT</opensrp.core.version>
2828
<opensrp.connector.version>2.4.1-SNAPSHOT</opensrp.connector.version>
2929
<opensrp.interface.version>2.0.1-SNAPSHOT</opensrp.interface.version>
3030
<powermock.version>2.0.5</powermock.version>

0 commit comments

Comments
 (0)