Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Sep 9, 2018
1 parent a21dbc1 commit 09b0f68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<parent>
<groupId>com.github.victornoel.eo</groupId>
<artifactId>eo-envelopes-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<name>EO Envelopes Annotations</name>
<artifactId>eo-envelopes-annotations</artifactId>
</project>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

<groupId>com.github.victornoel.eo</groupId>
<artifactId>eo-envelopes-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>pom</packaging>

<name>EO Envelopes</name>
<description>Annotation processor to generate elegant objects envelopes from Java interfaces</description>
<inceptionYear>2018</inceptionYear>
<url>https://github.com/victornoel/eo-envelopes</url>
Expand Down
3 changes: 2 additions & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<parent>
<groupId>com.github.victornoel.eo</groupId>
<artifactId>eo-envelopes-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<name>EO Envelopes Processor</name>
<artifactId>eo-envelopes</artifactId>

<dependencies>
Expand Down

0 comments on commit 09b0f68

Please sign in to comment.