Skip to content

Commit

Permalink
[MOD] Merged with 'next' branch, switched to 8.6 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Oct 7, 2016
1 parent bb490ca commit 8cc5d4e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion basex-api/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.basex</groupId>
<artifactId>basex-parent</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion basex-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.basex</groupId>
<artifactId>basex-parent</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion basex-core/src/main/java/org/basex/util/Prop.java
Expand Up @@ -45,7 +45,7 @@ public final class Prop {
/** Project name. */
public static final String NAME = "BaseX";
/** Code version (may contain major, minor and optional patch number). */
public static final String VERSION = version("8.5.4 beta");
public static final String VERSION = version("8.6 beta");
/** Main author. */
public static final String AUTHOR = "Christian Gr\u00FCn";
/** Co-authors (1). */
Expand Down
Expand Up @@ -45,7 +45,7 @@ public void run() {
}.start();
}
} finally {
while(counter.get() < runs && error[0] == null) Thread.yield();
while(counter.get() < runs) Thread.yield();
execute(new DropDB("store"));
execute(new DropUser("user"));

Expand Down
2 changes: 1 addition & 1 deletion basex-examples/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.basex</groupId>
<artifactId>basex-parent</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion basex-tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.basex</groupId>
<artifactId>basex-parent</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<!-- Artifact information -->
<groupId>org.basex</groupId>
<artifactId>basex-parent</artifactId>
<version>8.5.4-SNAPSHOT</version>
<version>8.6-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 8cc5d4e

Please sign in to comment.