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

Commit

Permalink
create release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Aug 19, 2019
1 parent d870e0d commit 6c9001b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ hs_err_pid*
target/*
*.patch
*.iml

**/target
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.spring.data.gremlin</groupId>
<artifactId>spring-data-gremlin</artifactId>
<version>2.1.0</version>
<version>2.1.7</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


@Configuration
@EnableGremlinRepositories(basePackages = "example.springdata.gremlin.repository")
@EnableGremlinRepositories(basePackages = "web.service.springdata.gremlin.repository")
@EnableConfigurationProperties(GremlinProperties.class)
@PropertySource("classpath:application.yml")
public class UserRepositoryConfiguration extends AbstractGremlinConfiguration {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.spring.data.gremlin</groupId>
<artifactId>spring-data-gremlin</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>

<name>Spring Data Gremlin</name>
<description>Gremlin support for Spring Data</description>
Expand Down Expand Up @@ -40,7 +40,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spring.springframework.version>5.1.0.RELEASE</spring.springframework.version>
<spring.data.version>2.1.0.RELEASE</spring.data.version>
<spring.data.version>2.1.10.RELEASE</spring.data.version>
<spring.boot.test.version>2.0.4.RELEASE</spring.boot.test.version>

<org.apache.tinkerpop.gremlin.driver.version>3.2.4</org.apache.tinkerpop.gremlin.driver.version>
Expand Down

0 comments on commit 6c9001b

Please sign in to comment.