Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fakegen-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisRippinger committed Oct 31, 2018
1 parent d41dea2 commit 9616d10
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion fakegen-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>fakegen-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>fakegen-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fakegen-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>fakegen-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>fakegen-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fakegen-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>fakegen-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>fakegen-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fakegen-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>fakegen-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>fakegen-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion generators/autovalue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>generators</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>autovalue</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion generators/freebuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>generators</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>freebuilder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion generators/immutables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>generators</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>immutables</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion generators/lombok/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>generators</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>lombok</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.drippinger.fakegen</groupId>
<artifactId>fakegen-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

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

<groupId>de.drippinger.fakegen</groupId>
<artifactId>fakegen-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -40,7 +40,7 @@
<scm>
<connection>scm:git:[email protected]:DennisRippinger/fakegen.git</connection>
<developerConnection>scm:git:[email protected]:DennisRippinger/fakegen.git</developerConnection>
<tag>HEAD</tag>
<tag>fakegen-0.2</tag>
<url>https://github.com/DennisRippinger/fakegen</url>
</scm>

Expand Down

0 comments on commit 9616d10

Please sign in to comment.