Skip to content

Commit 75c0d89

Browse files
authored
Merge pull request #637 from fjtirado/reorganizing_dirs
Reorganizing directories
2 parents fbadbfd + 2c73237 commit 75c0d89

File tree

27 files changed

+28
-12
lines changed

27 files changed

+28
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
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>
10+
<name>Serverless Workflow :: Generator:: Jackson</name>
1011
<properties>
1112
<maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
1213
</properties>

0 commit comments

Comments
 (0)