My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="ISO-8859-1"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
<!-- @version $Revision$ ($Author$) $Date$ -->
<modelVersion>4.0.0</modelVersion>

<groupId>net.sf.bluecove</groupId>
<artifactId>bluecove-site-skin</artifactId>
<name>bluecove-site-skin</name>
<version>2.0.0</version>

<description>bluecove-site-skin</description>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<distributionManagement>
<site>
<id>no-deployment</id>
<url>file:///${basedir}/target/tmp</url>
</site>
<!-- no-deployment -->
<repository>
<id>no-deployment</id>
<url>file:///${basedir}/target/tmp</url>
</repository>
<snapshotRepository>
<id>no-deployment</id>
<url>file:///${basedir}/target/tmp</url>
</snapshotRepository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
</properties>

</project>
Show details Hide details

Change log

r2858 by skarzhevskyy on Mar 08, 2009   Diff
set sourceEncoding
Go to: 
Project members, sign in to write a code review

Older revisions

r2692 by skarzhevskyy on Dec 26, 2008   Diff
correction to licenses
r2410 by skarzhevskyy on Oct 09, 2008   Diff
new product version 2.1.0-SNAPSHOT;
organize product to modules
r2408 by skarzhevskyy on Oct 09, 2008   Diff
organize product to modules
All revisions of this file

File info

Size: 1372 bytes, 43 lines

File properties

svn:mime-type
text/xml
svn:eol-style
native
svn:keywords
Date Author Id Revision
Hosted by Google Code