@touseefk2181136 You need to add the below after setting the node properties.
replicator.replicate(session, ReplicationActionType.ACTIVATE, "/content/data/stores");
Ofcourse, make sure that you add the Replicator service in your service by using :
@Reference
private Replicator replicator;
...