Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Sep 20, 2017
1 parent a30ec9d commit 7da1fd8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jre-stub/pom.xml → jre9-stub/pom.xml
Expand Up @@ -26,7 +26,7 @@

<modelVersion>4.0.0</modelVersion>

<artifactId>jre-stub</artifactId>
<artifactId>jre9-stub</artifactId>
<version>2-SNAPSHOT</version>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/independent/lang-impl-testing/pom.xml
Expand Up @@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jre-stub</artifactId>
<artifactId>jre9-stub</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/independent/project-model-impl/pom.xml
Expand Up @@ -54,7 +54,7 @@

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jre-stub</artifactId>
<artifactId>jre9-stub</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -38,7 +38,7 @@
<module>modules/web/web-platform-impl</module>
<module>plugins/platform-web</module>

<module>jre-stub</module>
<module>jre9-stub</module>

<module>modules/independent/annotations</module>
<module>modules/independent/analysis-api</module>
Expand Down

0 comments on commit 7da1fd8

Please sign in to comment.