Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Olof Nilsson committed Nov 6, 2014
1 parent d0dbcf8 commit 2dd21b8
Show file tree
Hide file tree
Showing 27 changed files with 57 additions and 57 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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-mongodb</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-memorydb</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<artifactId>distribution</artifactId>
Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-core</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-inserter</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>
<artifactId>hydra-examples</artifactId>
<name>${artifactId}</name>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-database</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</dependency>

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

<dependency>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-mongodb</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<packaging>pom</packaging>
<url>http://findwise.github.com/Hydra</url>

Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git@github.com:Findwise/Hydra.git</connection>
<developerConnection>scm:git:git@github.com:Findwise/Hydra.git</developerConnection>
<url>https://github.com/Findwise/Hydra</url>
<tag>HEAD</tag>
<tag>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-debugging</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions stages/in/json-in/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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-json-input</artifactId>
Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-input-server</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions stages/in/server/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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-input-server</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions stages/in/solr-in/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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-solr-in</artifactId>
Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-input-server</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-core</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</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.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hydra-groovy-runner</artifactId>
<dependencies>
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
Loading

0 comments on commit 2dd21b8

Please sign in to comment.