Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Jan 29, 2016
1 parent 285e741 commit b58eab0
Show file tree
Hide file tree
Showing 35 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion maven-archetypes/quickstart/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pippo-controller/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-controller</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Controller</name>
<description>Pippo Controller</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-core/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-core</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Core</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pippo-csv/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-csv</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo CSV</name>
<description>CSV content-type engine</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-fastjson/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-fastjson</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Fastjson</name>
<description>Fastjson integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-freemarker/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-freemarker</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Freemarker</name>
<description>Freemarker template engine</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-groovy/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-groovy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Groovy</name>
<description>Groovy template engine</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-gson/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-gson</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Gson</name>
<description>Google Gson integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-guice/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-guice</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Guice</name>
<description>Integration with Guice</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-jackson/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-jackson</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Jackson</name>
<description>Jackson integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-jade/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-jade</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Jade</name>
<description>Jade template engine</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-jaxb/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-jaxb</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo JAXB</name>
<description>JAXB integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-jetty/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-jetty</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Jetty</name>
<description>Jetty embedded server</description>

Expand Down
2 changes: 1 addition & 1 deletion pippo-less4j/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pippo-parent</artifactId>
<groupId>ro.pippo</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pippo-metrics-ganglia/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-metrics-ganglia</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Metrics Ganglia</name>
<description>Ganglia Metrics integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-metrics-graphite/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-metrics-graphite</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Metrics Graphite</name>
<description>Graphite Metrics integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-metrics-influxdb/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-metrics-influxdb</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Metrics InfluxDB</name>
<description>InfluxDB Metrics integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-metrics-librato/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-metrics-librato</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Metrics Librato</name>
<description>Librato Metrics integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-metrics/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-metrics</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Metrics</name>
<description>DropWizard Metrics integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-pebble/pom.xml
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-pebble</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Pebble</name>
<description>Pebble template engine</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-sasscompiler/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>pippo-parent</artifactId>
<groupId>ro.pippo</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-sasscompiler</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Sass</name>
<description>Sass css preprocessor</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-session-cookie/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-session-cookie</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Session Cookie</name>
<description>Pippo Session Cookie</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-session/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-session</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Session</name>
<description>Pippo Session</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-snakeyaml/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>pippo-parent</artifactId>
<groupId>ro.pippo</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-snakeyaml</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo SnakeYAML</name>
<description>Pippo SnakeYAML integration</description>

Expand Down
4 changes: 2 additions & 2 deletions pippo-spring/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pippo-spring</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>Pippo Spring</name>
<description>Integration with Spring Framework</description>

Expand Down

0 comments on commit b58eab0

Please sign in to comment.