File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 77 <groupId >com.github.hectorbst.jsonschema2pojo</groupId >
88 <artifactId >jsonschema2pojo-spring-data-couchbase</artifactId >
99 <version >0.0.1-SNAPSHOT</version >
10+ <packaging >jar</packaging >
11+
12+ <name >jsonschema2pojo Spring Data Couchbase</name >
13+ <description >jsonschema2pojo extension to generate Spring Data Couchbase specific POJOs</description >
14+ <url >https://github.com/hectorbst/jsonschema2pojo-spring-data-couchbase</url >
15+
16+ <licenses >
17+ <license >
18+ <name >Apache License, Version 2.0</name >
19+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
20+ <distribution >repo</distribution >
21+ </license >
22+ </licenses >
23+
24+ <developers >
25+ <developer >
26+ <id >HectorBst</id >
27+ <name >Hector Basset</name >
28+ <email >hector.basset.dev@gmail.com</email >
29+ <url >https://github.com/HectorBst</url >
30+ </developer >
31+ </developers >
32+
33+ <scm >
34+ <connection >scm:git:git://github.com/hectorbst/jsonschema2pojo-spring-data-couchbase.git</connection >
35+ <developerConnection >scm:git:ssh://github.com:hectorbst/jsonschema2pojo-spring-data-couchbase.git
36+ </developerConnection >
37+ <url >https://github.com/hectorbst/jsonschema2pojo-spring-data-couchbase</url >
38+ </scm >
1039
1140 <properties >
1241 <maven .compiler.source>8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments