Skip to content

Commit

Permalink
global: pom.xml descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 29, 2013
1 parent ffafd80 commit c453190
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 3 deletions.
2 changes: 2 additions & 0 deletions projects/akka-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<parent>
<groupId>org.no-hope</groupId>
<artifactId>java-toolkit</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions projects/akka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description>
A set of tools making work with akka actors more fun.
</description>

<parent>
<groupId>org.no-hope</groupId>
<artifactId>java-toolkit</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions projects/apptools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<prerequisites>
<maven>3.0</maven>
</prerequisites>
Expand Down
2 changes: 2 additions & 0 deletions projects/bean-modification-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<parent>
<groupId>org.no-hope</groupId>
<artifactId>java-toolkit</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions projects/jaxb2-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<parent>
<groupId>org.no-hope</groupId>
<artifactId>java-toolkit</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions projects/jongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<parent>
<groupId>org.no-hope</groupId>
<artifactId>java-toolkit</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions projects/protobuf-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<prerequisites>
<maven>3.0</maven>
</prerequisites>
Expand Down
4 changes: 3 additions & 1 deletion projects/slf4j-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<artifactId>slf4j-logging</artifactId>
<name>${project.artifactId}</name>

<description>Slf4j wrapper extending formatting abilities</description>
<description>
Wrapper for slf4j logger with extended formatting abilities.
</description>

<prerequisites>
<maven>3.0</maven>
Expand Down
2 changes: 2 additions & 0 deletions projects/test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description />

<parent>
<groupId>org.no-hope</groupId>
<artifactId>java-toolkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion projects/typetools-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description>A set of tools aimed to make daily programming easier.</description>
<description />

<prerequisites>
<maven>3.0</maven>
Expand Down
4 changes: 3 additions & 1 deletion projects/typetools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>

<description>A set of tools aimed to make daily programming easier.</description>
<description>
A set of tools aimed to make daily programming easier.
</description>

<prerequisites>
<maven>3.0</maven>
Expand Down

0 comments on commit c453190

Please sign in to comment.