Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Oct 6, 2023
1 parent 5c95b16 commit e4f407d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<executions>
<execution>
<id>generate</id>
Expand Down

0 comments on commit e4f407d

Please sign in to comment.