|
1 | 1 | <?xml version='1.0' encoding='UTF-8'?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 | <parent>
|
5 | 6 | <groupId>org.zalando.stups.build</groupId>
|
6 | 7 | <artifactId>stups-parent</artifactId>
|
7 | 8 | <version>7</version>
|
8 |
| - <relativePath /> |
| 9 | + <relativePath/> |
9 | 10 | </parent>
|
10 | 11 | <groupId>de.zalando</groupId>
|
11 | 12 | <artifactId>zalando-sprocwrapper</artifactId>
|
12 | 13 | <version>2.0.0-SNAPSHOT</version>
|
13 | 14 | <packaging>jar</packaging>
|
14 | 15 | <name>Stored Procedure Wrapper</name>
|
15 |
| - <description>Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types such as enums and hstore.</description> |
16 |
| - <url>https://github.com/zalando/java-sproc-wrapper</url> |
| 16 | + <description>Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces |
| 17 | + including automatic object serialization and deserialization (using typemapper and |
| 18 | + convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types |
| 19 | + such as enums and hstore. |
| 20 | + </description> |
| 21 | + <url>https://github.com/zalando-incubator/java-sproc-wrapper</url> |
17 | 22 |
|
18 | 23 | <organization>
|
19 | 24 | <name>Zalando/Technology/Platform</name>
|
|
23 | 28 | <scm>
|
24 | 29 | <connection>scm:git:git://github.com/zalando/java-sproc-wrapper.git</connection>
|
25 | 30 | < developerConnection>scm:git: [email protected]:zalando/java-sproc-wrapper.git</ developerConnection>
|
26 |
| - <url>https://github.com/zalando/java-sproc-wrapper.git</url> |
27 |
| - <tag>HEAD</tag> |
28 |
| - </scm> |
| 31 | + <url>https://github.com/zalando-incubator/java-sproc-wrapper.git</url> |
| 32 | + <tag>HEAD</tag> |
| 33 | + </scm> |
29 | 34 |
|
30 | 35 | <issueManagement>
|
31 | 36 | <system>GitHub</system>
|
32 |
| - <url>https://github.com/zalando/java-sproc-wrapper/issues</url> |
| 37 | + <url>https://github.com/zalando-incubator/java-sproc-wrapper/issues</url> |
33 | 38 | </issueManagement>
|
34 | 39 |
|
35 | 40 | <licenses>
|
36 | 41 | <license>
|
37 |
| - <name>Apache License</name> |
38 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 42 | + <name>MIT License</name> |
| 43 | + <url>http://www.opensource.org/licenses/mit-license.php</url> |
| 44 | + <distribution>repo</distribution> |
39 | 45 | </license>
|
40 | 46 | </licenses>
|
41 | 47 |
|
|
52 | 58 | <organization>Zalando SE</organization>
|
53 | 59 | <organizationUrl>http://tech.zalando.com/</organizationUrl>
|
54 | 60 | </developer>
|
| 61 | + <developer> |
| 62 | + <name>Vadim Shaigorodskiy</name> |
| 63 | + |
| 64 | + <organization>Zalando SE</organization> |
| 65 | + <organizationUrl>http://tech.zalando.com/</organizationUrl> |
| 66 | + </developer> |
55 | 67 | </developers>
|
56 | 68 |
|
57 | 69 | <prerequisites>
|
|
0 commit comments