Skip to content

Commit 380e94b

Browse files
committed
[maven-release-plugin] prepare release 0.5.0-M2
1 parent 8f81954 commit 380e94b

File tree

20 files changed

+23
-23
lines changed

20 files changed

+23
-23
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>com.thinkaurelius.titan</groupId>
99
<artifactId>titan</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
10+
<version>0.5.0-M2</version>
1111
<packaging>pom</packaging>
1212
<prerequisites>
1313
<maven>2.2.1</maven>
@@ -55,10 +55,10 @@
5555
<connection>scm:git:[email protected]:thinkaurelius/titan.git</connection>
5656
<developerConnection>scm:git:[email protected]:thinkaurelius/titan.git</developerConnection>
5757
<url>[email protected]:thinkaurelius/titan.git</url>
58-
<tag>HEAD</tag>
58+
<tag>0.5.0-M2</tag>
5959
</scm>
6060
<properties>
61-
<titan.compatible.versions></titan.compatible.versions>
61+
<titan.compatible.versions />
6262
<tinkerpop.version>2.5.0</tinkerpop.version>
6363
<junit.version>4.11</junit.version>
6464
<mrunit.version>1.1.0</mrunit.version>

titan-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-all</artifactId>

titan-berkeleyje/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-berkeleyje</artifactId>

titan-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-cassandra</artifactId>

titan-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-core</artifactId>

titan-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

titan-es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.thinkaurelius.titan</groupId>
66
<artifactId>titan</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.5.0-M2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>titan-es</artifactId>

titan-hadoop-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hadoop-parent</artifactId>

titan-hadoop-parent/titan-hadoop-1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hadoop-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hadoop-1</artifactId>

titan-hadoop-parent/titan-hadoop-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hadoop-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hadoop-2</artifactId>
@@ -24,7 +24,7 @@
2424
<groupId>${project.groupId}</groupId>
2525
<artifactId>titan-hadoop-core</artifactId>
2626
<version>${project.version}</version>
27-
<classifier/>
27+
<classifier />
2828
</dependency>
2929
<dependency>
3030
<groupId>${project.groupId}</groupId>

titan-hadoop-parent/titan-hadoop-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hadoop-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hadoop-core</artifactId>

titan-hbase-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hbase-parent</artifactId>

titan-hbase-parent/titan-hbase-094/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hbase-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hbase-094</artifactId>

titan-hbase-parent/titan-hbase-096/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hbase-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hbase-096</artifactId>

titan-hbase-parent/titan-hbase-098/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hbase-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hbase-098</artifactId>

titan-hbase-parent/titan-hbase-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hbase-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hbase-core</artifactId>

titan-hbase-parent/titan-hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan-hbase-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-hbase</artifactId>

titan-lucene/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-lucene</artifactId>

titan-rexster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-rexster</artifactId>

titan-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thinkaurelius.titan</groupId>
55
<artifactId>titan</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0-M2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>titan-test</artifactId>

0 commit comments

Comments
 (0)