Update change to different folder and set to rebuild

This commit is contained in:
2021-09-23 14:04:28 -04:00
parent 8470f8bf9f
commit e6b16cbf16
33 changed files with 231 additions and 359 deletions
@@ -12,7 +12,7 @@
<groupId>com.ossez.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
<relativePath></relativePath>
</parent>
<dependencies>
@@ -40,6 +40,8 @@ public class ConvertInstantToTimestampUnitTest {
df.setTimeZone(TimeZone.getTimeZone("UTC"));
assertThat(formatter.format(instant)).isEqualTo(df.format(timestamp));
}
}