Skip to content

Commit 31a28d2

Browse files
committed
[maven-release-plugin] prepare release 1.2.11
1 parent c2d7593 commit 31a28d2

File tree

19 files changed

+76
-76
lines changed

19 files changed

+76
-76
lines changed

cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<parent>
33
<artifactId>crsh.parent</artifactId>
44
<groupId>org.crsh</groupId>
5-
<version>1.2.11-SNAPSHOT</version>
5+
<version>1.2.11</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>crsh.cli</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.2.11-SNAPSHOT</version>
10+
<version>1.2.11</version>
1111

1212
<name>CRaSH CLI</name>
1313
<description>The CRaSH command line interface module</description>

distrib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<parent>
33
<artifactId>crsh.parent</artifactId>
44
<groupId>org.crsh</groupId>
5-
<version>1.2.11-SNAPSHOT</version>
5+
<version>1.2.11</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>crsh.distrib</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.2.11-SNAPSHOT</version>
10+
<version>1.2.11</version>
1111

1212
<name>CRaSH distrib</name>
1313
<description>The CRaSH distribution</description>

doc/cookbook/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<artifactId>crsh.doc</artifactId>
2424
<groupId>org.crsh</groupId>
25-
<version>1.2.11-SNAPSHOT</version>
25+
<version>1.2.11</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>crsh.doc.cookbook</artifactId>
2929
<packaging>jar</packaging>
30-
<version>1.2.11-SNAPSHOT</version>
30+
<version>1.2.11</version>
3131

3232
<name>CRaSH cookbook documentation</name>
3333
<description>The CRaSH cookbook documentation</description>

doc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>crsh.parent</artifactId>
55
<groupId>org.crsh</groupId>
6-
<version>1.2.11-SNAPSHOT</version>
6+
<version>1.2.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>crsh.doc</artifactId>
1010
<packaging>pom</packaging>
11-
<version>1.2.11-SNAPSHOT</version>
11+
<version>1.2.11</version>
1212

1313
<name>CRaSH doc parent</name>
1414

doc/reference/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<artifactId>crsh.doc</artifactId>
2424
<groupId>org.crsh</groupId>
25-
<version>1.2.11-SNAPSHOT</version>
25+
<version>1.2.11</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>crsh.doc.reference</artifactId>
2929
<packaging>jar</packaging>
30-
<version>1.2.11-SNAPSHOT</version>
30+
<version>1.2.11</version>
3131

3232
<name>CRaSH reference documentation</name>
3333
<description>The CRaSH reference documentation</description>

jcr/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<parent>
33
<artifactId>crsh.jcr</artifactId>
44
<groupId>org.crsh</groupId>
5-
<version>1.2.11-SNAPSHOT</version>
5+
<version>1.2.11</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.crsh</groupId>
99
<artifactId>crsh.jcr.core</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.2.11-SNAPSHOT</version>
11+
<version>1.2.11</version>
1212

1313
<name>CRaSH jcr core</name>
1414
<description>The CRaSH JCR module</description>

jcr/exo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>crsh.jcr</artifactId>
55
<groupId>org.crsh</groupId>
6-
<version>1.2.11-SNAPSHOT</version>
6+
<version>1.2.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.crsh</groupId>
1010
<artifactId>crsh.jcr.exo</artifactId>
1111
<packaging>jar</packaging>
12-
<version>1.2.11-SNAPSHOT</version>
12+
<version>1.2.11</version>
1313

1414
<name>CRaSH jcr Exo Implementation</name>
1515
<description>The CRaSH JCR module for Exo Plateform</description>

jcr/jackrabbit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>crsh.jcr</artifactId>
55
<groupId>org.crsh</groupId>
6-
<version>1.2.11-SNAPSHOT</version>
6+
<version>1.2.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.crsh</groupId>
1010
<artifactId>crsh.jcr.jackrabbit</artifactId>
1111
<packaging>jar</packaging>
12-
<version>1.2.11-SNAPSHOT</version>
12+
<version>1.2.11</version>
1313

1414
<name>CRaSH jcr Jackrabbit Implementation</name>
1515
<description>The CRaSH JCR module for Apache Jackrabbit</description>

jcr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>crsh.parent</artifactId>
55
<groupId>org.crsh</groupId>
6-
<version>1.2.11-SNAPSHOT</version>
6+
<version>1.2.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.crsh</groupId>
1010
<artifactId>crsh.jcr</artifactId>
1111
<packaging>pom</packaging>
12-
<version>1.2.11-SNAPSHOT</version>
12+
<version>1.2.11</version>
1313

1414
<name>CRaSH JCR parent</name>
1515

plugins/crowd/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<parent>
33
<artifactId>crsh.plugins</artifactId>
44
<groupId>org.crsh</groupId>
5-
<version>1.2.11-SNAPSHOT</version>
5+
<version>1.2.11</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>crsh.plugins.crowd</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.2.11-SNAPSHOT</version>
10+
<version>1.2.11</version>
1111

1212
<name>CRaSH Plugin - Atlassian Crowd authentication and commands</name>
1313
<description>This plugin allows to delegate CRaSH authentication to an Atlassian Crowd directory and to add various commands to manage the server</description>

plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>crsh.parent</artifactId>
55
<groupId>org.crsh</groupId>
6-
<version>1.2.11-SNAPSHOT</version>
6+
<version>1.2.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.crsh</groupId>
1010
<artifactId>crsh.plugins</artifactId>
1111
<packaging>pom</packaging>
12-
<version>1.2.11-SNAPSHOT</version>
12+
<version>1.2.11</version>
1313

1414
<name>CRaSH plugins parent</name>
1515

0 commit comments

Comments
 (0)