Skip to content

Commit

Permalink
api-4.0.1, service-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jul 19, 2024
1 parent 0c4bd6d commit 84e36a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>audit-api</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<url>https://code.nsa.gov/datawave-audit-service</url>
<scm>
<connection>scm:git:https://github.com/NationalSecurityAgency/datawave-audit-service.git</connection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
public class Status implements Serializable {
private static final long serialVersionUID = 5090967818014506871L;

public enum ReplayState {
CREATED, RUNNING, STOPPED, FINISHED, FAILED
}
Expand Down Expand Up @@ -93,7 +93,7 @@ public String toString() {

public static final class FileStatus implements Serializable {
private static final long serialVersionUID = 3057248386635077592L;

private FileState state;
private String pathUri;
private long linesRead;
Expand Down
8 changes: 4 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
</parent>
<artifactId>audit-service</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<description>DATAWAVE Auditing Microservice</description>
<url>https://code.nsa.gov/datawave-audit-service</url>
<scm>
Expand All @@ -20,9 +20,9 @@
<properties>
<version.commons>3.9</version.commons>
<version.hadoop>3.3.4</version.hadoop>
<version.microservice.audit-api>4.0.0</version.microservice.audit-api>
<version.microservice.hazelcast-client>4.0.1</version.microservice.hazelcast-client>
<version.microservice.starter>4.0.1</version.microservice.starter>
<version.microservice.audit-api>4.0.1</version.microservice.audit-api>
<version.microservice.hazelcast-client>4.0.2</version.microservice.hazelcast-client>
<version.microservice.starter>4.0.2</version.microservice.starter>
<version.zookeeper>3.8.0</version.zookeeper>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 84e36a2

Please sign in to comment.