Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[maven-release-plugin] prepare release 1.2.11
  • Loading branch information
vietj committed Jun 4, 2014
1 parent c2d7593 commit 31a28d2
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions cli/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>crsh.parent</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crsh.cli</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH CLI</name>
<description>The CRaSH command line interface module</description>
Expand Down
4 changes: 2 additions & 2 deletions distrib/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>crsh.parent</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crsh.distrib</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH distrib</name>
<description>The CRaSH distribution</description>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookbook/pom.xml
Expand Up @@ -22,12 +22,12 @@
<parent>
<artifactId>crsh.doc</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crsh.doc.cookbook</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH cookbook documentation</name>
<description>The CRaSH cookbook documentation</description>
Expand Down
4 changes: 2 additions & 2 deletions doc/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>crsh.parent</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crsh.doc</artifactId>
<packaging>pom</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH doc parent</name>

Expand Down
4 changes: 2 additions & 2 deletions doc/reference/pom.xml
Expand Up @@ -22,12 +22,12 @@
<parent>
<artifactId>crsh.doc</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crsh.doc.reference</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH reference documentation</name>
<description>The CRaSH reference documentation</description>
Expand Down
4 changes: 2 additions & 2 deletions jcr/core/pom.xml
Expand Up @@ -2,13 +2,13 @@
<parent>
<artifactId>crsh.jcr</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.crsh</groupId>
<artifactId>crsh.jcr.core</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH jcr core</name>
<description>The CRaSH JCR module</description>
Expand Down
4 changes: 2 additions & 2 deletions jcr/exo/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>crsh.jcr</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.crsh</groupId>
<artifactId>crsh.jcr.exo</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH jcr Exo Implementation</name>
<description>The CRaSH JCR module for Exo Plateform</description>
Expand Down
4 changes: 2 additions & 2 deletions jcr/jackrabbit/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>crsh.jcr</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.crsh</groupId>
<artifactId>crsh.jcr.jackrabbit</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH jcr Jackrabbit Implementation</name>
<description>The CRaSH JCR module for Apache Jackrabbit</description>
Expand Down
4 changes: 2 additions & 2 deletions jcr/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>crsh.parent</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.crsh</groupId>
<artifactId>crsh.jcr</artifactId>
<packaging>pom</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH JCR parent</name>

Expand Down
4 changes: 2 additions & 2 deletions plugins/crowd/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>crsh.plugins</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crsh.plugins.crowd</artifactId>
<packaging>jar</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH Plugin - Atlassian Crowd authentication and commands</name>
<description>This plugin allows to delegate CRaSH authentication to an Atlassian Crowd directory and to add various commands to manage the server</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>crsh.parent</artifactId>
<groupId>org.crsh</groupId>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.crsh</groupId>
<artifactId>crsh.plugins</artifactId>
<packaging>pom</packaging>
<version>1.2.11-SNAPSHOT</version>
<version>1.2.11</version>

<name>CRaSH plugins parent</name>

Expand Down

0 comments on commit 31a28d2

Please sign in to comment.