Skip to content

Commit febd12f

Browse files
committed
Reorganizing directories
Signed-off-by: fjtirado <[email protected]>
1 parent fbadbfd commit febd12f

File tree

27 files changed

+26
-12
lines changed

27 files changed

+26
-12
lines changed
File renamed without changes.

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<plugin>
8585
<groupId>io.serverlessworkflow</groupId>
86-
<artifactId>jackson-generator</artifactId>
86+
<artifactId>serverless-workflow-jackson-generator</artifactId>
8787
<version>${project.version}</version>
8888
<dependencies/>
8989
<configuration>

jackson-generator/pom.xml renamed to generators/jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<packaging>maven-plugin</packaging>
44
<parent>
55
<groupId>io.serverlessworkflow</groupId>
6-
<artifactId>serverlessworkflow-parent</artifactId>
6+
<artifactId>serverlessworkflow-generators</artifactId>
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
9-
<artifactId>jackson-generator</artifactId>
9+
<artifactId>serverless-workflow-jackson-generator</artifactId>
1010
<properties>
1111
<maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
1212
</properties>

0 commit comments

Comments
 (0)