pom.xml 649 字节
Newer Older
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.jkiss.dbeaver</groupId>
        <artifactId>dbeaver</artifactId>
        <version>1.0.0</version>
10
        <relativePath>../../../</relativePath>
11 12
    </parent>
    <artifactId>org.jkiss.dbeaver.standalone.nls.feature</artifactId>
S
serge-rider 已提交
13
    <version>1.0.12</version>
14 15 16
    <packaging>eclipse-feature</packaging>

</project>