Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
re snapshotting entities after release
Browse files Browse the repository at this point in the history
  • Loading branch information
snehagunta committed Apr 12, 2017
1 parent e0ab49a commit 01eafcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* Serialization-friendly "data object" for an entity in the documentEvent collection.
*/
@EntityName(DocumentEventEntity.ENTITY_NAME)
@Version(value = "0.1.0", preferImplementationVersion = false, changelog = "Initial release")
@Version(value = "0.1.1-SNAPSHOT", preferImplementationVersion = false, changelog = "Initial release")
public class DocumentEventEntity {
public static final String ENTITY_NAME = "documentEvent";
public static final String VERSION = Version.FromAnnotation.onEntity(DocumentEventEntity.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.Set;

@EntityName(EventHandlerConfigEntity.ENTITY_NAME)
@Version(value = "0.1.0", preferImplementationVersion = false, changelog = "Initial domain-specific config")
@Version(value = "0.1.1-SNAPSHOT", preferImplementationVersion = false, changelog = "Initial domain-specific config")
public class EventHandlerConfigEntity implements LightblueNotificationRepositoryConfig,
LightblueDocumentEventRepositoryConfig {
public static final String ENTITY_NAME = "eventHandlerConfig";
Expand Down

0 comments on commit 01eafcb

Please sign in to comment.