ソースを参照

Fix parent version in some POMs

Use the correct snapshot version of the parent.
tags/8.1.0.alpha7
Henri Sara 7年前
コミット
38108cb431
3個のファイルの変更3行の追加3行の削除
  1. 1
    1
      compatibility-server-gae/pom.xml
  2. 1
    1
      liferay-integration/pom.xml
  3. 1
    1
      osgi-integration/pom.xml

+ 1
- 1
compatibility-server-gae/pom.xml ファイルの表示

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.0-SNAPSHOT</version>
<version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-server-gae</artifactId>
<name>vaadin-compatibility-server-gae</name>

+ 1
- 1
liferay-integration/pom.xml ファイルの表示

@@ -9,7 +9,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.0-SNAPSHOT</version>
<version>8.1-SNAPSHOT</version>
</parent>

<properties>

+ 1
- 1
osgi-integration/pom.xml ファイルの表示

@@ -9,7 +9,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.0-SNAPSHOT</version>
<version>8.1-SNAPSHOT</version>
</parent>

<properties>

読み込み中…
キャンセル
保存