File tree Expand file tree Collapse file tree 13 files changed +78
-61
lines changed Expand file tree Collapse file tree 13 files changed +78
-61
lines changed Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
- <artifactId >arangodb-driver</artifactId >
21
- <name >${project.groupId} :${project.artifactId} </name >
22
- <description >The Eclipse JNoSQL communication layer, Diana, to AranboDB</description >
23
20
24
21
<parent >
25
22
<groupId >org.jnosql.diana</groupId >
26
23
<artifactId >diana-driver</artifactId >
27
- <version >0.0.5-SNAPSHOT </version >
24
+ <version >0.0.5</version >
28
25
</parent >
26
+
27
+ <artifactId >arangodb-driver</artifactId >
28
+ <name >${project.groupId} :${project.artifactId} </name >
29
+ <description >The Eclipse JNoSQL communication layer, Diana, to AranboDB</description >
30
+
29
31
<properties >
30
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
33
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+
21
+ <parent >
22
+ <groupId >org.jnosql.diana</groupId >
23
+ <artifactId >diana-driver</artifactId >
24
+ <version >0.0.5</version >
25
+ </parent >
26
+
20
27
<artifactId >cassandra-driver</artifactId >
21
28
<name >${project.groupId} :${project.artifactId} </name >
22
29
<description >The Eclipse JNoSQL communication layer, Diana, to Cassandra</description >
54
61
</developer >
55
62
</developers >
56
63
57
- <parent >
58
- <groupId >org.jnosql.diana</groupId >
59
- <artifactId >diana-driver</artifactId >
60
- <version >0.0.5-SNAPSHOT</version >
61
- </parent >
62
-
63
64
<properties >
64
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
66
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
- <artifactId >couchbase-driver</artifactId >
21
- <name >${project.groupId} :${project.artifactId} </name >
22
- <description >The Eclipse JNoSQL communication layer, Diana, to Couchbase</description >
20
+
23
21
<parent >
24
22
<groupId >org.jnosql.diana</groupId >
25
23
<artifactId >diana-driver</artifactId >
26
- <version >0.0.5-SNAPSHOT </version >
24
+ <version >0.0.5</version >
27
25
</parent >
26
+
27
+ <artifactId >couchbase-driver</artifactId >
28
+ <name >${project.groupId} :${project.artifactId} </name >
29
+ <description >The Eclipse JNoSQL communication layer, Diana, to Couchbase</description >
30
+
28
31
<properties >
29
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
33
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+ <parent >
21
+ <groupId >org.jnosql.diana</groupId >
22
+ <artifactId >diana-driver</artifactId >
23
+ <version >0.0.5</version >
24
+ </parent >
25
+
20
26
<artifactId >diana-driver-commons</artifactId >
21
27
<name >${project.groupId} :${project.artifactId} </name >
22
28
<description >The Eclipse JNoSQL communication layer, Diana, commons </description >
55
61
</developer >
56
62
</developers >
57
63
58
- <parent >
59
- <groupId >org.jnosql.diana</groupId >
60
- <artifactId >diana-driver</artifactId >
61
- <version >0.0.5-SNAPSHOT</version >
62
- </parent >
63
-
64
64
<properties >
65
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
66
66
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+
21
+ <parent >
22
+ <groupId >org.jnosql.diana</groupId >
23
+ <artifactId >diana-driver</artifactId >
24
+ <version >0.0.5</version >
25
+ </parent >
26
+
20
27
<artifactId >elasticsearch-driver</artifactId >
21
28
<name >${project.groupId} :${project.artifactId} </name >
22
29
<description >The Eclipse JNoSQL communication layer, Diana, implementation to Eclasticsearch</description >
55
62
</developer >
56
63
</developers >
57
64
58
- <parent >
59
- <groupId >org.jnosql.diana</groupId >
60
- <artifactId >diana-driver</artifactId >
61
- <version >0.0.5-SNAPSHOT</version >
62
- </parent >
65
+
63
66
64
67
<properties >
65
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+ <parent >
21
+ <groupId >org.jnosql.diana</groupId >
22
+ <artifactId >diana-driver</artifactId >
23
+ <version >0.0.5</version >
24
+ </parent >
25
+
20
26
<artifactId >hazelcast-driver</artifactId >
21
27
<name >${project.groupId} :${project.artifactId} </name >
22
28
<description >The Eclipse JNoSQL communication layer, Diana, implementation to Hazelcast</description >
55
61
</developer >
56
62
</developers >
57
63
58
- <parent >
59
- <groupId >org.jnosql.diana</groupId >
60
- <artifactId >diana-driver</artifactId >
61
- <version >0.0.5-SNAPSHOT</version >
62
- </parent >
63
64
<properties >
64
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
66
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+ <parent >
21
+ <groupId >org.jnosql.diana</groupId >
22
+ <artifactId >diana-driver</artifactId >
23
+ <version >0.0.5</version >
24
+ </parent >
25
+
20
26
<artifactId >hbase-driver</artifactId >
21
27
<name >${project.groupId} :${project.artifactId} </name >
22
28
<description >The Eclipse JNoSQL communication layer, Diana, implementation to Hbase</description >
55
61
</developer >
56
62
</developers >
57
63
58
- <parent >
59
- <groupId >org.jnosql.diana</groupId >
60
- <artifactId >diana-driver</artifactId >
61
- <version >0.0.5-SNAPSHOT</version >
62
- </parent >
63
64
<properties >
64
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
66
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 3
3
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <parent >
7
+ <groupId >org.jnosql.diana</groupId >
8
+ <artifactId >diana-driver</artifactId >
9
+ <version >0.0.5</version >
10
+ </parent >
11
+
6
12
<artifactId >infinispan-driver</artifactId >
7
13
<name >${project.groupId} :${project.artifactId} </name >
8
14
<description >The Eclipse JNoSQL communication layer, Diana, implementation for Infinispan</description >
26
32
<url >https://github.com/eclipse/jnosql-diana-driver</url >
27
33
</scm >
28
34
29
- <parent >
30
- <groupId >org.jnosql.diana</groupId >
31
- <artifactId >diana-driver</artifactId >
32
- <version >0.0.5-SNAPSHOT</version >
33
- </parent >
34
35
<properties >
35
36
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
37
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+ <parent >
21
+ <groupId >org.jnosql.diana</groupId >
22
+ <artifactId >diana-driver</artifactId >
23
+ <version >0.0.5</version >
24
+ </parent >
25
+
20
26
<artifactId >mongodb-driver</artifactId >
21
27
<name >${project.groupId} :${project.artifactId} </name >
22
28
<description >The Eclipse JNoSQL communication layer, Diana, implementation to MongoDB</description >
54
60
<organizationUrl >https://dev.eclipse.org/mailman/listinfo/jnosql-dev</organizationUrl >
55
61
</developer >
56
62
</developers >
57
- <parent >
58
- <groupId >org.jnosql.diana</groupId >
59
- <artifactId >diana-driver</artifactId >
60
- <version >0.0.5-SNAPSHOT</version >
61
- </parent >
62
63
63
64
<properties >
64
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 17
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
18
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
+ <parent >
21
+ <groupId >org.jnosql.diana</groupId >
22
+ <artifactId >diana-driver</artifactId >
23
+ <version >0.0.5</version >
24
+ </parent >
25
+
20
26
<artifactId >orientdb-driver</artifactId >
21
27
<name >${project.groupId} :${project.artifactId} </name >
22
28
<description >The Eclipse JNoSQL communication layer, Diana, implementation to OrientDB</description >
55
61
</developer >
56
62
</developers >
57
63
58
- <parent >
59
- <groupId >org.jnosql.diana</groupId >
60
- <artifactId >diana-driver</artifactId >
61
- <version >0.0.5-SNAPSHOT</version >
62
- </parent >
63
64
<properties >
64
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
66
<maven .compile.targetLevel>1.8</maven .compile.targetLevel>
You can’t perform that action at this time.
0 commit comments