Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit e1aad88

Browse files
committed
version set to 0.14
1 parent fca7f05 commit e1aad88

File tree

9 files changed

+9
-9
lines changed
  • spring-boot-orientdb-autoconfigure
  • spring-data-orientdb-benchmarks
  • spring-data-orientdb-commons
  • spring-data-orientdb-document
  • spring-data-orientdb-graph
  • spring-data-orientdb-object
  • spring-data-orientdb-samples

9 files changed

+9
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.orientechnologies</groupId>
2121
<artifactId>spring-data-orientdb-parent</artifactId>
22-
<version>0.14-SNAPSHOT</version>
22+
<version>0.14</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Spring Data OrientDB</name>

spring-boot-orientdb-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-document/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-graph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-object/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-samples/spring-boot-orientdb-hello/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

spring-data-orientdb-samples/spring-boot-orientdb-shiro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orientechnologies</groupId>
77
<artifactId>spring-data-orientdb-parent</artifactId>
8-
<version>0.14-SNAPSHOT</version>
8+
<version>0.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)