Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
updated gaffer version
Browse files Browse the repository at this point in the history
  • Loading branch information
m316257 committed Feb 3, 2019
1 parent 61e3a92 commit 460e1f0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions python-api/gafferpy-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>python-api</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -87,4 +87,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions python-api/gafferpy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>python-api</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -109,4 +109,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,7 @@ def to_json(self):
return operation

class AddElementsFromCsv(Operation):
CLASS = 'uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromCsv'
CLASS = 'uk.gov.gchq.gaffer.quickstart.operation.AddElementsFromCsv'

def __init__(self, filename=None, mappingsFile=None,
validate=None, skip_invalid_elements=None,
Expand Down
4 changes: 2 additions & 2 deletions python-api/gafferpy-library/accumulo-pyspark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gafferpy-library</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -81,4 +81,4 @@
</build>


</project>
</project>
4 changes: 2 additions & 2 deletions python-api/gafferpy-library/gafferpy-serialisers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gafferpy-library</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -110,4 +110,4 @@
</build>


</project>
</project>
4 changes: 2 additions & 2 deletions python-api/gafferpy-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>python-api</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,4 +17,4 @@
</modules>


</project>
</project>
4 changes: 2 additions & 2 deletions python-api/gafferpy-pyspark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>python-api</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -88,4 +88,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions python-api/gafferpy-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>python-api</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -64,4 +64,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions python-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gaffer-tools</artifactId>
<groupId>uk.gov.gchq.gaffer</groupId>
<version>1.7.0-RC5-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,4 +31,4 @@
</properties>


</project>
</project>

0 comments on commit 460e1f0

Please sign in to comment.