Skip to content

Commit

Permalink
Integ: Derby 10.13.1.1 (javaee#22567)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminikb authored Aug 1, 2018
1 parent 1897313 commit c703477
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<!-- javadb -->
<fileSet>
<directory>${temp.dir}/derby-distribution/derby-distribution-${derby.version}-bin</directory>
<directory>${temp.dir}/derby/db-derby-${derby.version}-bin</directory>
<excludes>
<exclude>demo/**</exclude>
<exclude>docs/**</exclude>
Expand Down
2 changes: 1 addition & 1 deletion appserver/distributions/web/src/main/assembly/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<!-- javadb -->
<fileSet>
<directory>${temp.dir}/derby-distribution/derby-distribution-${derby.version}-bin</directory>
<directory>${temp.dir}/derby/db-derby-${derby.version}-bin</directory>
<excludes>
<exclude>demo/**</exclude>
<exclude>docs/**</exclude>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@
<!-- derby -->
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>derby-distribution</artifactId>
<artifactId>derby</artifactId>
<version>${derby.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@
<!-- derby -->
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>derby-distribution</artifactId>
<artifactId>derby</artifactId>
<version>${derby.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion appserver/featuresets/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@
<!-- derby -->
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>derby-distribution</artifactId>
<artifactId>derby</artifactId>
<type>zip</type>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>derby-distribution</artifactId>
<artifactId>derby</artifactId>
<version>${derby.version}</version>
<type>zip</type>
</dependency>
Expand Down

0 comments on commit c703477

Please sign in to comment.