Skip to content

Commit

Permalink
release 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-wemakesoftware committed Nov 21, 2019
1 parent 2ece433 commit 707ee7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autotest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>browser</artifactId>
<groupId>ee.ria.riha</groupId>
<version>7.5.2</version>
<version>7.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>ee.ria.riha</groupId>
<artifactId>browser</artifactId>
<version>7.5.2</version>
<version>7.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>ee.ria.riha</groupId>
<artifactId>browser</artifactId>
<version>7.5.2</version>
<version>7.6</version>
</parent>

<properties>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ee.ria.riha</groupId>
<artifactId>browser</artifactId>
<version>7.5.2</version>
<version>7.6</version>
<packaging>pom</packaging>

<name>RIHA-Browser</name>
Expand All @@ -20,14 +20,15 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.version>7.6</project.build.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>

<modules>
<module>frontend</module>
<module>backend</module>
<module>autotest</module>
<!-- <module>autotest</module>-->
</modules>

<repositories>
Expand Down

0 comments on commit 707ee7b

Please sign in to comment.