Updated format of build
diff --git a/stack/pom.xml b/stack/pom.xml
index 48b45e9..3367317 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -127,6 +127,10 @@
       <rx.version>0.19.6</rx.version>
         <surefire.plugin.version>2.18.1</surefire.plugin.version>
         <powermock.version>1.6.1</powermock.version>
+
+
+           <maven.build.timestamp.format>yyyy-MM-dd'T'HH-mm-ss'Z'</maven.build.timestamp.format>
+
     </properties>
 
   <licenses>
diff --git a/stack/services/pom.xml b/stack/services/pom.xml
index c42715f..ad54fb5 100644
--- a/stack/services/pom.xml
+++ b/stack/services/pom.xml
@@ -92,9 +92,7 @@
                 <forkCount>${usergrid.it.forkCount}</forkCount>
                 <threadCount>${usergrid.it.threads}</threadCount>
                 <reuseForks>${usergrid.it.reuseForks}</reuseForks>
-                <argLine>-Dtest.barrier.timestamp=${maven.build.timestamp} -Dtest.clean.storage=true -Xmx${ug.heapmax}
-                    -Xms${ug.heapmin} -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
-                    -javaagent:${settings.localRepository}/com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar ${ug.argline}
+                <argLine>-Dtest.barrier.timestamp=${maven.build.timestamp} -Dtest.clean.storage=true -Xmx${ug.heapmax} -Xms${ug.heapmin} -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -javaagent:${settings.localRepository}/com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar ${ug.argline}
                 </argLine>
                 <includes>
                     <include>**/*IT.java</include>