Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olof Nilsson committed Feb 28, 2014
1 parent a014360 commit acefc2f
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 59 deletions.
6 changes: 3 additions & 3 deletions admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>hydra-admin-service</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-database</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-mongodb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>hydra-api</artifactId>
<packaging>jar</packaging>
Expand Down
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>hydra-core</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down Expand Up @@ -144,21 +144,21 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-database</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-mongodb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-memorydb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions database-impl/inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-memorydb</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-database</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions database-impl/mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-mongodb</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-database</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>hydra-database</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>distribution</artifactId>
Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-inserter</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>hydra-examples</artifactId>
<name>${project.artifactId}</name>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-database</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-mongodb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<!-- Commandline parser -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<url>http://findwise.github.com/Hydra</url>

Expand All @@ -28,7 +28,7 @@
<connection>scm:git:[email protected]:Findwise/Hydra.git</connection>
<developerConnection>scm:git:[email protected]:Findwise/Hydra.git</developerConnection>
<url>https://github.com/Findwise/Hydra</url>
<tag>HEAD</tag>
<tag>0.5.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion stages/debugging/debugging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-debugging</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions stages/out/elasticsearch-out/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-elasticsearch-out-stage</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
Expand Down
4 changes: 2 additions & 2 deletions stages/out/solr-out-3.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions stages/out/solr-out/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<artifactId>solr-solrj</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>stages</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion stages/processing/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions stages/processing/hydra-groovy-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-groovy-runner</artifactId>
<dependencies>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
4 changes: 2 additions & 2 deletions stages/processing/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions stages/processing/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-web-stages</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
5 changes: 2 additions & 3 deletions stages/utils/http/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>stages</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-http-utils</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions test-suite/functional-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>functional-tests</artifactId>

<parent>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-test-suite</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<dependencies>
Expand Down
6 changes: 2 additions & 4 deletions test-suite/integration-test-stages/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>hydra-test-suite</artifactId>
<groupId>com.findwise.hydra</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>integration-test-stages</artifactId>
Expand Down
Loading

0 comments on commit acefc2f

Please sign in to comment.