Skip to content

Commit 2f991fe

Browse files
committed
update groupId archetype
1 parent 5a1b0e2 commit 2f991fe

File tree

1 file changed

+4
-10
lines changed
  • maven/kissmda-maven-app-archetype/src/main/resources/archetype-resources

1 file changed

+4
-10
lines changed

maven/kissmda-maven-app-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
</executions>
206206
</plugin>
207207
<plugin>
208-
<groupId>de.crowdcode.kissmda.maven.plugin</groupId>
208+
<groupId>de.crowdcode.kissmda.maven</groupId>
209209
<artifactId>kissmda-maven-plugin</artifactId>
210210
<version>${kissmda.maven.plugin.version}</version>
211211
<dependencies>
@@ -245,15 +245,9 @@
245245
<pluginExecutions>
246246
<pluginExecution>
247247
<pluginExecutionFilter>
248-
<groupId>
249-
de.crowdcode.kissmda.maven.plugin
250-
</groupId>
251-
<artifactId>
252-
kissmda-maven-plugin
253-
</artifactId>
254-
<versionRange>
255-
[1.0.0-SNAPSHOT,)
256-
</versionRange>
248+
<groupId>de.crowdcode.kissmda.maven</groupId>
249+
<artifactId>kissmda-maven-plugin</artifactId>
250+
<versionRange>[1.0.0-SNAPSHOT,)</versionRange>
257251
<goals>
258252
<goal>generate</goal>
259253
</goals>

0 commit comments

Comments
 (0)