Skip to content

Commit

Permalink
fix lib image dto version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Iuvshyn committed Jan 31, 2018
1 parent fe8203e commit 26f6766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/lib/dto-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<parent>
<artifactId>maven-depmgt-pom</artifactId>
<groupId>org.eclipse.che.depmgt</groupId>
<version>6.0.0-M5</version>
<version>6.0.0</version>
</parent>
<artifactId>dto-typescript</artifactId>
<packaging>pom</packaging>
<name>Che TypeScript DTO</name>
<properties>
<che.version>6.0.0-M5</che.version>
<che.version>6.0.0</che.version>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 26f6766

Please sign in to comment.