Skip to content

Commit

Permalink
Prepared next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Oct 7, 2023
1 parent 8b7bf37 commit 5135bf4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The plugin uses a config file named 'marchetyper-config.xml' in the same directo
<plugin>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-maven-plugin</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<executions>
<execution>
<id>generate</id>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>marchetyper-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>marchetyper-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>marchetyper-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Makes Maven Archetype creation a breeze</description>

Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-core</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>marchetyper-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/src/test/resources/test-project/marchetyper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-maven-plugin</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<executions>
<execution>
<id>generate</id>
Expand Down

0 comments on commit 5135bf4

Please sign in to comment.