Skip to content

Commit 22f8bea

Browse files
committed
[maven-release-plugin] prepare release blueflood-2.1.0
1 parent 8548ca7 commit 22f8bea

File tree

8 files changed

+17
-32
lines changed

8 files changed

+17
-32
lines changed

blueflood-all/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<parent>
75
<artifactId>blueflood</artifactId>
86
<groupId>com.rackspacecloud</groupId>
97
<relativePath>../pom.xml</relativePath>
10-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
119
</parent>
1210
<modelVersion>4.0.0</modelVersion>
1311

blueflood-cloudfiles/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<parent>
2119
<artifactId>blueflood</artifactId>
2220
<groupId>com.rackspacecloud</groupId>
2321
<relativePath>../pom.xml</relativePath>
24-
<version>2.1.0-SNAPSHOT</version>
22+
<version>2.1.0</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

blueflood-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119

2220
<parent>
2321
<artifactId>blueflood</artifactId>
2422
<groupId>com.rackspacecloud</groupId>
2523
<relativePath>../pom.xml</relativePath>
26-
<version>2.1.0-SNAPSHOT</version>
24+
<version>2.1.0</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

blueflood-elasticsearch/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119

2220
<parent>
2321
<artifactId>blueflood</artifactId>
2422
<groupId>com.rackspacecloud</groupId>
2523
<relativePath>../pom.xml</relativePath>
26-
<version>2.1.0-SNAPSHOT</version>
24+
<version>2.1.0</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

blueflood-http/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119

2220
<parent>
2321
<artifactId>blueflood</artifactId>
2422
<groupId>com.rackspacecloud</groupId>
2523
<relativePath>../pom.xml</relativePath>
26-
<version>2.1.0-SNAPSHOT</version>
24+
<version>2.1.0</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

blueflood-integration-tests/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119
<parent>
2220
<artifactId>blueflood</artifactId>
2321
<groupId>com.rackspacecloud</groupId>
24-
<version>2.1.0-SNAPSHOT</version>
22+
<version>2.1.0</version>
2523
<relativePath>../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>

blueflood-rollupTools/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<parent>
2119
<artifactId>blueflood</artifactId>
2220
<groupId>com.rackspacecloud</groupId>
2321
<relativePath>../pom.xml</relativePath>
24-
<version>2.1.0-SNAPSHOT</version>
22+
<version>2.1.0</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220

2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<groupId>com.rackspacecloud</groupId>
2624
<artifactId>blueflood</artifactId>
2725
<name>Blueflood</name>
2826
<packaging>pom</packaging>
29-
<version>2.1.0-SNAPSHOT</version>
27+
<version>2.1.0</version>
3028
<modules>
3129
<module>blueflood-core</module>
3230
<module>blueflood-elasticsearch</module>
@@ -289,6 +287,7 @@
289287
<connection>scm:https://github.com/rackerlabs/blueflood</connection>
290288
<developerConnection>scm:git:https://github.com/rackerlabs/blueflood</developerConnection>
291289
<url>https://github.com/rackerlabs/blueflood</url>
290+
<tag>blueflood-2.1.0</tag>
292291
</scm>
293292

294293
<developers>

0 commit comments

Comments
 (0)