Ignore:
Timestamp:
09/18/11 13:55:15 (8 months ago)
Author:
xeraph
Branch:
default
Convert:
svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2777
Message:
  • fixed potential handle leak bugs.
  • added missing license terms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kraken-linux-api/pom.xml

    r206 r343  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <project> 
     2<project 
     3        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     4        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    35        <modelVersion>4.0.0</modelVersion> 
    46        <parent> 
     
    911        <groupId>org.krakenapps</groupId> 
    1012        <artifactId>kraken-linux-api</artifactId> 
    11         <version>1.0.1</version> 
     13        <version>1.0.2</version> 
    1214        <packaging>bundle</packaging> 
    1315        <name>Kraken Linux Api</name> 
Note: See TracChangeset for help on using the changeset viewer.