Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Aug 29, 2014
1 parent cfba26d commit 7b8413a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>marytts</groupId>
<groupId>de.dfki.mary</groupId>
<artifactId>marytts</artifactId>
<version>${MARYVERSION}</version>
</parent>
Expand All @@ -14,17 +14,17 @@
</properties>
<dependencies>
<dependency>
<groupId>marytts</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-common</artifactId>
<version>${MARYVERSION}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${MARYVERSION}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-${LANG}</artifactId>
<version>${MARYVERSION}</version>
</dependency>
Expand Down Expand Up @@ -98,7 +98,7 @@
<configuration>
<classpath>
<element>
<groupId>marytts</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-common</artifactId>
</element>
</classpath>
Expand Down

0 comments on commit 7b8413a

Please sign in to comment.