Changed parent pom name

This commit is contained in:
Vladimir Pankrashkin 2016-05-26 17:51:56 +03:00
parent 6d31636612
commit cbb495f389

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.rbkmoney</groupId> <groupId>com.rbkmoney</groupId>
<artifactId>parent-pom</artifactId> <artifactId>parent</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>