Skip to content
Snippets Groups Projects
Commit 1cb79961 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3530 [vorgang-manager-command] update packages

parent 6372b739
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 13 deletions
......@@ -11,7 +11,7 @@
<groupId>de.ozgcloud.command</groupId>
<artifactId>command-manager</artifactId>
<version>2.0.0-SNAPSHOT</version>
<name>OZG-Cloud Vorgang Manager</name>
<name>OZG-Cloud Command Manager</name>
<properties>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import java.time.ZonedDateTime;
import java.util.Map;
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import org.springframework.context.ApplicationEvent;
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import org.springframework.context.ApplicationEvent;
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import org.springframework.context.ApplicationEvent;
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
public class CommandRevokeFailedEvent extends CommandFailedEvent {
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import org.springframework.context.ApplicationEvent;
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
public enum CommandStatus {
PENDING, FINISHED, ERROR, REVOKE_PENDING, REVOKED;
......
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import org.springframework.context.ApplicationEvent;
......
......@@ -21,7 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import org.springframework.context.ApplicationEvent;
......
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
public class CommandCreatedEventTestFactory {
......
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import java.util.Map;
import java.util.UUID;
......
package de.itvsh.ozg.pluto.command;
package de.ozgcloud.command;
import java.time.ZonedDateTime;
import java.util.Map;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment