|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<!-- |
3 |
| - ~ Copyright 2007-2012 Christos KK Loverdos |
4 |
| - ~ |
5 |
| - ~ Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
| - ~ you may not use this file except in compliance with the License. |
7 |
| - ~ You may obtain a copy of the License at |
8 |
| - ~ |
9 |
| - ~ http://www.apache.org/licenses/LICENSE-2.0 |
10 |
| - ~ |
11 |
| - ~ Unless required by applicable law or agreed to in writing, software |
12 |
| - ~ distributed under the License is distributed on an "AS IS" BASIS, |
13 |
| - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
| - ~ See the License for the specific language governing permissions and |
15 |
| - ~ limitations under the License. |
16 |
| - --> |
17 |
| -<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"> |
18 |
| - |
19 |
| - |
20 |
| - <modelVersion>4.0.0</modelVersion> |
21 |
| - <parent> |
22 |
| - <groupId>org.sonatype.oss</groupId> |
23 |
| - <artifactId>oss-parent</artifactId> |
24 |
| - <version>7</version> |
25 |
| - </parent> |
26 |
| - |
27 |
| - <groupId>com.ckkloverdos</groupId> |
28 |
| - <artifactId>jbootstrap</artifactId> |
29 |
| - <version>3.0.0-SNAPSHOT</version> |
30 |
| - <packaging>jar</packaging> |
31 |
| - |
32 |
| - <name>JBootstrap</name> |
33 |
| - <description> |
34 |
| - Making our lives easier with application classpath. |
35 |
| - </description> |
36 |
| - <url>https://github.com/loverdos/jbootstrap</url> |
37 |
| - <inceptionYear>2007</inceptionYear> |
38 |
| - <organization> |
39 |
| - <name>ckkloverdos.com</name> |
40 |
| - <url>http://ckkloverdos.com</url> |
41 |
| - </organization> |
42 |
| - |
43 |
| - <licenses> |
44 |
| - <license> |
45 |
| - <name>Apache 2</name> |
46 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
47 |
| - </license> |
48 |
| - </licenses> |
49 |
| - |
50 |
| - <developers> |
51 |
| - <developer> |
52 |
| - <id>loverdos</id> |
53 |
| - <name>Christos KK Loverdos</name> |
54 |
| - <email>loverdos@gmail.com</email> |
55 |
| - </developer> |
56 |
| - </developers> |
57 |
| - |
58 |
| - <scm> |
59 |
| - <url>https://loverdos@github.com/loverdos/jbootstrap</url> |
60 |
| - <connection>scm:git:https://loverdos@github.com/loverdos/jbootstrap.git</connection> |
61 |
| - <developerConnection>scm:git:git@github.com:loverdos/jbootstrap.git</developerConnection> |
62 |
| - </scm> |
63 |
| - |
64 |
| - <issueManagement> |
65 |
| - <system>Github</system> |
66 |
| - <url>https://github.com/loverdos/jbootstrap/issues</url> |
67 |
| - </issueManagement> |
68 |
| - |
69 |
| - <properties> |
70 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
71 |
| - <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding> |
72 |
| - </properties> |
73 |
| - |
74 |
| - <dependencies> |
75 |
| - <dependency> |
76 |
| - <groupId>junit</groupId> |
77 |
| - <artifactId>junit</artifactId> |
78 |
| - <version>4.10</version> |
79 |
| - <scope>test</scope> |
80 |
| - </dependency> |
81 |
| - </dependencies> |
82 |
| -</project> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + ~ Copyright 2007-2012 Christos KK Loverdos |
| 4 | + ~ |
| 5 | + ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | + ~ you may not use this file except in compliance with the License. |
| 7 | + ~ You may obtain a copy of the License at |
| 8 | + ~ |
| 9 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + ~ |
| 11 | + ~ Unless required by applicable law or agreed to in writing, software |
| 12 | + ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + ~ See the License for the specific language governing permissions and |
| 15 | + ~ limitations under the License. |
| 16 | + --> |
| 17 | +<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"> |
| 18 | + |
| 19 | + |
| 20 | + <modelVersion>4.0.0</modelVersion> |
| 21 | + <parent> |
| 22 | + <groupId>org.sonatype.oss</groupId> |
| 23 | + <artifactId>oss-parent</artifactId> |
| 24 | + <version>7</version> |
| 25 | + </parent> |
| 26 | + |
| 27 | + <groupId>com.ckkloverdos</groupId> |
| 28 | + <artifactId>jbootstrap</artifactId> |
| 29 | + <version>3.0.0</version> |
| 30 | + <packaging>jar</packaging> |
| 31 | + |
| 32 | + <name>JBootstrap</name> |
| 33 | + <description> |
| 34 | + Making our lives easier with application classpath. |
| 35 | + </description> |
| 36 | + <url>https://github.com/loverdos/jbootstrap</url> |
| 37 | + <inceptionYear>2007</inceptionYear> |
| 38 | + <organization> |
| 39 | + <name>ckkloverdos.com</name> |
| 40 | + <url>http://ckkloverdos.com</url> |
| 41 | + </organization> |
| 42 | + |
| 43 | + <licenses> |
| 44 | + <license> |
| 45 | + <name>Apache 2</name> |
| 46 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 47 | + </license> |
| 48 | + </licenses> |
| 49 | + |
| 50 | + <developers> |
| 51 | + <developer> |
| 52 | + <id>loverdos</id> |
| 53 | + <name>Christos KK Loverdos</name> |
| 54 | + <email>loverdos@gmail.com</email> |
| 55 | + </developer> |
| 56 | + </developers> |
| 57 | + |
| 58 | + <scm> |
| 59 | + <url>https://loverdos@github.com/loverdos/jbootstrap</url> |
| 60 | + <connection>scm:git:https://loverdos@github.com/loverdos/jbootstrap.git</connection> |
| 61 | + <developerConnection>scm:git:git@github.com:loverdos/jbootstrap.git</developerConnection> |
| 62 | + </scm> |
| 63 | + |
| 64 | + <issueManagement> |
| 65 | + <system>Github</system> |
| 66 | + <url>https://github.com/loverdos/jbootstrap/issues</url> |
| 67 | + </issueManagement> |
| 68 | + |
| 69 | + <properties> |
| 70 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 71 | + <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding> |
| 72 | + </properties> |
| 73 | + |
| 74 | + <dependencies> |
| 75 | + <dependency> |
| 76 | + <groupId>junit</groupId> |
| 77 | + <artifactId>junit</artifactId> |
| 78 | + <version>4.10</version> |
| 79 | + <scope>test</scope> |
| 80 | + </dependency> |
| 81 | + </dependencies> |
| 82 | +</project> |
0 commit comments