|
1 | 1 | <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/maven-v4_0_0.xsd">
|
| 2 | + |
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 | <groupId>biz.source_code</groupId>
|
4 | 5 | <artifactId>base64coder</artifactId>
|
| 6 | + <version>2010-09-21</version> |
| 7 | + <packaging>jar</packaging> |
5 | 8 | <name>Base64Coder</name>
|
6 |
| - <version>2010-02-23</version> |
7 | 9 | <description>A Base64 encoder/decoder in Java.</description>
|
8 | 10 | <url>http://www.source-code.biz/base64coder/java</url>
|
9 |
| - <developers> |
10 |
| - <developer> |
11 |
| - <name>Christian d'Heureuse</name> |
12 |
| - <email>chdh@inventec.ch</email> |
13 |
| - <timezone>+1</timezone> |
14 |
| - <url>http://www.inventec.ch/chdh</url> |
15 |
| - <organization>Inventec Informatik AG</organization> |
16 |
| - <organizationUrl>http://www.inventec.ch</organizationUrl> |
17 |
| - <roles> |
18 |
| - <role>architect</role> |
19 |
| - <role>developer</role> |
20 |
| - </roles> |
21 |
| - </developer> |
22 |
| - </developers> |
23 |
| - <contributors> |
24 |
| - <contributor> |
25 |
| - <name>...</name> |
26 |
| - <email>...</email> |
27 |
| - <roles> |
28 |
| - <role>mavenizer</role> |
29 |
| - </roles> |
30 |
| - </contributor> |
31 |
| - </contributors> |
32 |
| - <scm> |
33 |
| - <developerConnection>scm:svn:http:///svn.source-code.biz/base64coder-java/trunk/</developerConnection> |
34 |
| - <url>http://svn.source-code.biz/viewvc/base64coder-java/trunk/</url> |
35 |
| - </scm> |
| 11 | + |
36 | 12 | <organization>
|
37 | 13 | <name>source-code.biz</name>
|
38 | 14 | <url>http://www.source-code.biz/</url>
|
39 | 15 | </organization>
|
| 16 | + |
40 | 17 | <licenses>
|
41 | 18 | <license>
|
42 |
| - <name>EPL (Eclipse Public License)</name> |
| 19 | + <name>EPL (Eclipse Public License), V1.0 or later</name> |
43 | 20 | <url>http://www.eclipse.org/legal</url>
|
44 | 21 | <distribution>repo</distribution>
|
45 |
| - <comments>Base64Coder is multi-licensed, EPL+LGPL+AL+BSD. Please contact the author if you need another license.</comments> |
| 22 | + <comments>Base64Coder is multi-licensed, EPL+LGPL+GPL+AL+BSD. Please contact the author if you need another license.</comments> |
| 23 | + </license> |
| 24 | + <license> |
| 25 | + <name>GNU LGPL (GNU Lesser General Public License), V2.1 or later</name> |
| 26 | + <url>http://www.gnu.org/licenses/lgpl.html</url> |
| 27 | + <distribution>repo</distribution> |
| 28 | + <comments>Base64Coder is multi-licensed, EPL+LGPL+GPL+AL+BSD. Please contact the author if you need another license.</comments> |
46 | 29 | </license>
|
47 | 30 | <license>
|
48 |
| - <name>GNU LGPL (GNU Lesser General Public License)</name> |
| 31 | + <name>GNU LGP (GNU General Public License), V2 or later</name> |
49 | 32 | <url>http://www.gnu.org/licenses/lgpl.html</url>
|
50 | 33 | <distribution>repo</distribution>
|
51 |
| - <comments>Base64Coder is multi-licensed, EPL+LGPL+AL+BSD. Please contact the author if you need another license.</comments> |
| 34 | + <comments>Base64Coder is multi-licensed, EPL+LGPL+GPL+AL+BSD. Please contact the author if you need another license.</comments> |
52 | 35 | </license>
|
53 | 36 | <license>
|
54 |
| - <name>Apache License</name> |
| 37 | + <name>Apache License, V2.0 or later</name> |
55 | 38 | <url>http://www.apache.org/licenses</url>
|
56 | 39 | <distribution>repo</distribution>
|
57 |
| - <comments>Base64Coder is multi-licensed, EPL+LGPL+AL+BSD. Please contact the author if you need another license.</comments> |
| 40 | + <comments>Base64Coder is multi-licensed, EPL+LGPL+GPL+AL+BSD. Please contact the author if you need another license.</comments> |
58 | 41 | </license>
|
59 | 42 | <license>
|
60 | 43 | <name>BSD License</name>
|
61 | 44 | <url>http://www.opensource.org/licenses/bsd-license.php</url>
|
62 | 45 | <distribution>repo</distribution>
|
63 |
| - <comments>Base64Coder is multi-licensed, EPL+LGPL+AL+BSD. Please contact the author if you need another license.</comments> |
| 46 | + <comments>Base64Coder is multi-licensed, EPL+LGPL+GPL+AL+BSD. Please contact the author if you need another license.</comments> |
64 | 47 | </license>
|
65 | 48 | </licenses>
|
| 49 | + |
| 50 | + <scm> |
| 51 | + <url>http://svn.source-code.biz/viewvc/base64coder-java/trunk/</url> |
| 52 | + <connection>scm:svn:http://svn.source-code.biz/base64coder-java/trunk/</connection> |
| 53 | + <developerConnection>scm:svn:http://svn.source-code.biz/base64coder-java/trunk/</developerConnection> |
| 54 | + </scm> |
| 55 | + |
| 56 | + <developers> |
| 57 | + <developer> |
| 58 | + <id>chdh</id> |
| 59 | + <name>Christian d'Heureuse</name> |
| 60 | + <email>chdh@inventec.ch</email> |
| 61 | + <timezone>+1</timezone> |
| 62 | + <url>http://www.inventec.ch/chdh</url> |
| 63 | + <organization>Inventec Informatik AG</organization> |
| 64 | + <organizationUrl>http://www.inventec.ch</organizationUrl> |
| 65 | + <roles> |
| 66 | + <role>architect</role> |
| 67 | + <role>developer</role> |
| 68 | + <role>mavenizer</role> |
| 69 | + </roles> |
| 70 | + </developer> |
| 71 | + </developers> |
| 72 | + |
| 73 | + <parent> |
| 74 | + <groupId>org.sonatype.oss</groupId> |
| 75 | + <artifactId>oss-parent</artifactId> |
| 76 | + <version>5</version> |
| 77 | + </parent> |
| 78 | + |
| 79 | + <dependencies> |
| 80 | + <dependency> |
| 81 | + <groupId>junit</groupId> |
| 82 | + <artifactId>junit</artifactId> |
| 83 | + <version>4.7</version> |
| 84 | + <scope>test</scope> |
| 85 | + </dependency> |
| 86 | + </dependencies> |
| 87 | + |
| 88 | + <build> |
| 89 | + |
| 90 | + <plugins> |
| 91 | + |
| 92 | + <plugin> |
| 93 | + <artifactId>maven-compiler-plugin</artifactId> |
| 94 | + <configuration> |
| 95 | + <source>1.5</source> |
| 96 | + <target>1.5</target> |
| 97 | + </configuration> |
| 98 | + </plugin> |
| 99 | + |
| 100 | + <plugin> |
| 101 | + <artifactId>maven-source-plugin</artifactId> |
| 102 | + <executions> |
| 103 | + <execution> |
| 104 | + <id>attach-sources</id> |
| 105 | + <phase>package</phase> |
| 106 | + <goals> |
| 107 | + <goal>jar</goal> |
| 108 | + </goals> |
| 109 | + </execution> |
| 110 | + </executions> |
| 111 | + </plugin> |
| 112 | + |
| 113 | + <plugin> |
| 114 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 115 | + <executions> |
| 116 | + <execution> |
| 117 | + <id>attach-javadocs</id> |
| 118 | + <phase>package</phase> |
| 119 | + <goals> |
| 120 | + <goal>jar</goal> |
| 121 | + </goals> |
| 122 | + </execution> |
| 123 | + </executions> |
| 124 | + </plugin> |
| 125 | + |
| 126 | + </plugins> |
| 127 | + |
| 128 | + </build> |
| 129 | + |
66 | 130 | </project>
|
0 commit comments