Skip to content

Commit

Permalink
Updated version to 0.3.2 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
p013570 committed Mar 1, 2016
1 parent 5bf645e commit 033b17d
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions accumulo-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>accumulo-store</artifactId>
Expand Down Expand Up @@ -149,5 +149,5 @@
</plugins>
</build>


</project>
2 changes: 1 addition & 1 deletion array-list-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>array-list-store</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/common-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>common-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/operation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/serialisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-core/store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gaffer-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>gaffer-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<packaging>pom</packaging>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>

<modules>
<module>accumulo-store</module>
Expand Down
2 changes: 1 addition & 1 deletion rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<artifactId>rest-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion simple-function-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>simple-function-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simple-operation-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<artifactId>simple-operation-library</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion simple-serialisation-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<artifactId>simple-serialisation-library</artifactId>
<name>simple-serialisation-library</name>
Expand Down

0 comments on commit 033b17d

Please sign in to comment.