Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release hector-1.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Oct 18, 2011
1 parent 3d0c6fc commit 1971e24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.0-1</version>
</parent>
<artifactId>hector-core</artifactId>
<packaging>bundle</packaging>
Expand Down
11 changes: 5 additions & 6 deletions object-mapper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.0-1</version>
</parent>
<artifactId>hector-object-mapper</artifactId>
<name>hector-object-mapper</name>
<version>2.0-01-SNAPSHOT</version>
<version>2.0-01</version>

<build>
<extensions>
Expand All @@ -35,7 +34,7 @@
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector-core</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.0-1</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand All @@ -46,7 +45,7 @@
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector-test</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.0-1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<packaging>pom</packaging>
<version>1.0-1-SNAPSHOT</version>
<version>1.0-1</version>
<name>hector</name>
<description>Cassandra Java Client Library</description>
<url>http://github.com/rantav/hector</url>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.0-1</version>
</parent>
<artifactId>hector-test</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 1971e24

Please sign in to comment.