Skip to content

Commit

Permalink
Merge pull request #45 from deephaven/release_0.7.1
Browse files Browse the repository at this point in the history
Perform Release 0.7.1
  • Loading branch information
nbauernfeind authored Nov 15, 2024
2 parents 4f610af + 213bd8e commit de85784
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/barrage-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.deephaven.barrage</groupId>
<artifactId>barrage-java-root</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>barrage-java-root</artifactId>
<groupId>io.deephaven.barrage</groupId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.2-SNAPSHOT</version>
</parent>

<artifactId>barrage-format</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>io.deephaven.barrage</groupId>
<artifactId>barrage-java-root</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Deephaven Data Labs' Barrage Java Root POM</name>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/barrage",
"version": "0.7.1-snapshot.0",
"version": "0.7.2-snapshot.0",
"description": "Deephaven Barrage protocol",
"main": "dist/barrage.js",
"types": "dist/typings/index.d.ts",
Expand Down

0 comments on commit de85784

Please sign in to comment.