Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nealeu committed Apr 18, 2013
1 parent bc6d2d6 commit 2b4edf7
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions attrs-compact/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb.attrs</groupId> <groupId>org.fuzzydb.attrs</groupId>
<artifactId>org.fuzzydb.attrs</artifactId> <artifactId>org.fuzzydb.attrs</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
4 changes: 2 additions & 2 deletions attrs/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.client</artifactId> <artifactId>org.fuzzydb.client</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
Expand Down
12 changes: 6 additions & 6 deletions client/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


Expand All @@ -15,27 +15,27 @@ NOTE: compiled against io.packet, but io.packet is set as provided scope and mus
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.util</artifactId> <artifactId>org.fuzzydb.util</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.core</artifactId> <artifactId>org.fuzzydb.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.io.core</artifactId> <artifactId>org.fuzzydb.io.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.expressions</artifactId> <artifactId>org.fuzzydb.expressions</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.io.packet</artifactId> <artifactId>org.fuzzydb.io.packet</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


Expand All @@ -18,7 +18,7 @@
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.util</artifactId> <artifactId>org.fuzzydb.util</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions expressions/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.core</artifactId> <artifactId>org.fuzzydb.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
2 changes: 1 addition & 1 deletion fuzzydb-parent-aspectj/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


Expand Down
6 changes: 3 additions & 3 deletions fuzzydb-parent/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>


<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>Parent POM for specifying common properties for Whirlwind Match open source projects.</description> <description>Parent POM for specifying common properties for Whirlwind Match open source projects.</description>
Expand Down Expand Up @@ -327,7 +327,7 @@
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.test.support</artifactId> <artifactId>org.fuzzydb.test.support</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand Down Expand Up @@ -380,7 +380,7 @@
<url>http://github.com/whirlwind-match/fuzzydb</url> <url>http://github.com/whirlwind-match/fuzzydb</url>
<connection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</connection> <connection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</connection>
<developerConnection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</developerConnection> <developerConnection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</developerConnection>
<tag>1.1.0.RELEASE</tag> <tag>HEAD</tag>
</scm> </scm>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
Expand Down
4 changes: 2 additions & 2 deletions io-core/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.core</artifactId> <artifactId>org.fuzzydb.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
6 changes: 3 additions & 3 deletions io-packet/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.core</artifactId> <artifactId>org.fuzzydb.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.io.core</artifactId> <artifactId>org.fuzzydb.io.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.trove4j</groupId> <groupId>net.sf.trove4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.aggregator</artifactId> <artifactId>org.fuzzydb.aggregator</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>


<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life <description>fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life
Expand Down Expand Up @@ -124,7 +124,7 @@
<url>http://github.com/whirlwind-match/fuzzydb</url> <url>http://github.com/whirlwind-match/fuzzydb</url>
<connection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</connection> <connection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</connection>
<developerConnection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</developerConnection> <developerConnection>scm:git:git@github.com:whirlwind-match/fuzzydb.git</developerConnection>
<tag>1.1.0.RELEASE</tag> <tag>HEAD</tag>
</scm> </scm>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
Expand Down
4 changes: 2 additions & 2 deletions postcode/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.core</artifactId> <artifactId>org.fuzzydb.core</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
8 changes: 4 additions & 4 deletions server/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>fuzzydb-parent-aspectj</artifactId> <artifactId>fuzzydb-parent-aspectj</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent-aspectj</relativePath> <relativePath>../fuzzydb-parent-aspectj</relativePath>
</parent> </parent>


Expand All @@ -20,12 +20,12 @@ Compiles against io.packet, but that artifact must be included into runtime scop
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.client</artifactId> <artifactId>org.fuzzydb.client</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb.attrs</groupId> <groupId>org.fuzzydb.attrs</groupId>
<artifactId>org.fuzzydb.attrs</artifactId> <artifactId>org.fuzzydb.attrs</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
Expand All @@ -36,7 +36,7 @@ Compiles against io.packet, but that artifact must be included into runtime scop
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.io.packet</artifactId> <artifactId>org.fuzzydb.io.packet</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand Down
10 changes: 5 additions & 5 deletions system-tests/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.fuzzydb.attrs</groupId> <groupId>org.fuzzydb.attrs</groupId>
<artifactId>org.fuzzydb.attrs.compact</artifactId> <artifactId>org.fuzzydb.attrs.compact</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.server</artifactId> <artifactId>org.fuzzydb.server</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.server</artifactId> <artifactId>org.fuzzydb.server</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
Expand All @@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.io.packet</artifactId> <artifactId>org.fuzzydb.io.packet</artifactId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test-support/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>
<dependencies> <dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent> <parent>
<artifactId>fuzzydb-parent</artifactId> <artifactId>fuzzydb-parent</artifactId>
<groupId>org.fuzzydb</groupId> <groupId>org.fuzzydb</groupId>
<version>1.1.0.RELEASE</version> <version>1.2.0.M1-SNAPSHOT</version>
<relativePath>../fuzzydb-parent</relativePath> <relativePath>../fuzzydb-parent</relativePath>
</parent> </parent>
<dependencies> <dependencies>
Expand Down

0 comments on commit 2b4edf7

Please sign in to comment.