|
5 | 5 | <packaging>jar</packaging> |
6 | 6 | <version>1.14-SNAPSHOT</version> |
7 | 7 | <name>cql-java</name> |
8 | | - <url>http://www.indexdata.com/cql-java</url> |
| 8 | + <url>https://www.indexdata.com/cql-java</url> |
9 | 9 | <licenses> |
10 | 10 | <license> |
11 | 11 | <name>LGPL-2.1-only</name> |
|
16 | 16 | <inceptionYear>2008</inceptionYear> |
17 | 17 | <organization> |
18 | 18 | <name>Index Data</name> |
19 | | - <url>http://www.indexdata.com</url> |
| 19 | + <url>https://www.indexdata.com</url> |
20 | 20 | </organization> |
21 | 21 | <developers> |
22 | 22 | <developer> |
23 | 23 | <name>Mike Taylor</name> |
24 | 24 | <id>mike</id> |
25 | 25 | <email>mike@indexdata.com</email> |
26 | 26 | <organization>Index Data</organization> |
27 | | - <organizationUrl>http://www.indexdata.com/</organizationUrl> |
| 27 | + <organizationUrl>https://www.indexdata.com/</organizationUrl> |
28 | 28 | <roles /> |
29 | 29 | <timezone /> |
30 | 30 | </developer> |
|
33 | 33 | <id>jakub</id> |
34 | 34 | <email>jakub@indexdata.dk</email> |
35 | 35 | <organization>Index Data</organization> |
36 | | - <organizationUrl>http://www.indexdata.com/</organizationUrl> |
| 36 | + <organizationUrl>https://www.indexdata.com/</organizationUrl> |
37 | 37 | <roles /> |
38 | 38 | <timezone /> |
39 | 39 | </developer> |
40 | 40 | </developers> |
41 | 41 | <scm> |
42 | | - <connection>scm:git:ssh://git.indexdata.com:222/home/git/pub/cql-java</connection> |
43 | | - <url>http://git.indexdata.com/?p=cql-java.git</url> |
| 42 | + <connection>scm:git:git://github.com/indexdata/cql-java.git</connection> |
| 43 | + <url>https://github.com/indexdata/cql-java</url> |
44 | 44 | <tag>HEAD</tag> |
45 | 45 | </scm> |
46 | 46 | <issueManagement> |
47 | 47 | <system>Bugzilla</system> |
48 | | - <url>http://bugzilla.indexdata.dk/</url> |
| 48 | + <url>https://index-data.atlassian.net/browse/CQLJAVA</url> |
49 | 49 | </issueManagement> |
50 | | - <ciManagement> |
51 | | - <system>hudson</system> |
52 | | - <url>http://hudson.indexdata.com/</url> |
53 | | - </ciManagement> |
54 | 50 | <reporting> |
55 | 51 | <plugins> |
56 | 52 | <plugin> |
|
83 | 79 | <artifactId>maven-compiler-plugin</artifactId> |
84 | 80 | <version>2.0.2</version> |
85 | 81 | <configuration> |
86 | | - <source>1.6</source> |
87 | | - <target>1.6</target> |
| 82 | + <source>1.8</source> |
| 83 | + <target>1.8</target> |
88 | 84 | </configuration> |
89 | 85 | </plugin> |
90 | 86 | <plugin> |
|
140 | 136 | <repositories> |
141 | 137 | <repository> |
142 | 138 | <id>id-maven-repo</id> |
143 | | - <url>http://maven.indexdata.com</url> |
| 139 | + <url>https://maven.indexdata.com</url> |
144 | 140 | </repository> |
145 | 141 | </repositories> |
146 | 142 | <properties> |
|
0 commit comments