resolve mvn warnings about deprecated `parent.version` property

This commit is contained in:
Ingmar Steiner 2012-07-06 12:59:52 +01:00 коммит произвёл Ingmar Steiner
Родитель 212a6b0d67
Коммит 84dc5dbfd7
20 изменённых файлов: 85 добавлений и 85 удалений

Просмотреть файл

@ -18,54 +18,54 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-builder</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-redstart</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-transcription</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-de</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-en</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-te</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-tr</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-ru</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-it</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-sv</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Просмотреть файл

@ -18,63 +18,63 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-server</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-client</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-de</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-en</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-te</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-tr</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-ru</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-it</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marytts-lang-sv</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>voice-cmu-slt-hsmm</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>voice-cmu-slt-hsmm</artifactId>
<type>xml</type>
<classifier>component</classifier>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Просмотреть файл

@ -17,22 +17,22 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-client</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
@ -44,7 +44,7 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-en</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -48,23 +48,23 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-server</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>voice-cmu-slt-hsmm</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -24,69 +24,69 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-client</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-builder</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-server</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-de</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-en</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-ru</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-te</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-tr</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>voice-cmu-slt-hsmm</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>

Просмотреть файл

@ -17,24 +17,24 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -17,24 +17,24 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Просмотреть файл

@ -17,19 +17,19 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -17,19 +17,19 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -18,19 +18,19 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -17,19 +17,19 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -17,19 +17,19 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -16,12 +16,12 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -17,13 +17,13 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -17,19 +17,19 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -21,7 +21,7 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -16,22 +16,22 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-signalproc</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-builder</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

Просмотреть файл

@ -12,17 +12,17 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-en</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>voice-cmu-slt-hsmm</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Просмотреть файл

@ -13,7 +13,7 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-client</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Просмотреть файл

@ -17,17 +17,17 @@
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-runtime</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>marytts</groupId>
<artifactId>marytts-lang-en</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>