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

Commit

Permalink
GA version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
superrdean committed Oct 22, 2019
1 parent b249bae commit 11a57f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath/>
</parent>

Expand Down
17 changes: 4 additions & 13 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.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<name>Spring Data Gremlin</name>
<description>Gremlin support for Spring Data</description>
Expand Down Expand Up @@ -39,9 +39,9 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spring.springframework.version>5.2.0.RC2</spring.springframework.version>
<spring.data.version>2.2.0.RC3</spring.data.version>
<spring.boot.test.version>2.2.0.M6</spring.boot.test.version>
<spring.springframework.version>5.2.0.RELEASE</spring.springframework.version>
<spring.data.version>2.2.0.RELEASE</spring.data.version>
<spring.boot.test.version>2.2.0.RELEASE</spring.boot.test.version>

<org.apache.tinkerpop.gremlin.driver.version>3.2.4</org.apache.tinkerpop.gremlin.driver.version>
<apache.commons.lang3.version>3.7</apache.commons.lang3.version>
Expand Down Expand Up @@ -322,14 +322,5 @@
</property>
</activation>
</profile>

</profiles>

<repositories>
<repository>
<id>spring-milestone</id>
<name>Spring Portfolio Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
</repositories>
</project>

0 comments on commit 11a57f0

Please sign in to comment.