Skip to content

Commit

Permalink
set wrong frontend version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Baitz committed Mar 16, 2018
1 parent f5406c9 commit 19aea6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conquery",
"version": "1.7.0-RC7",
"version": "1.7.1",
"description": "conquery",
"main": "dist/js/index.js",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.bakdata.conquery</groupId>
<artifactId>parent</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bakdata.conquery</groupId>
<artifactId>parent</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>

<packaging>pom</packaging>
<name>Conquery Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion selenium-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.bakdata.conquery</groupId>
<artifactId>parent</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 19aea6b

Please sign in to comment.