Skip to content

Commit ecab7df

Browse files
committed
create 0.8.x branch
1 parent 1d8ca6e commit ecab7df

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bokeh/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.diana-hep</groupId>
2323
<artifactId>histogrammar-bokeh</artifactId>
24-
<version>0.8-prerelease</version>
24+
<version>0.8.0</version>
2525
<packaging>jar</packaging>
2626

2727
<licenses>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.diana-hep</groupId>
5353
<artifactId>histogrammar</artifactId>
54-
<version>0.8-prerelease</version>
54+
<version>0.8.0</version>
5555
</dependency>
5656

5757
<dependency>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.diana-hep</groupId>
2323
<artifactId>histogrammar</artifactId>
24-
<version>0.8-prerelease</version>
24+
<version>0.8.0</version>
2525
<packaging>jar</packaging>
2626

2727
<licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.diana-hep</groupId>
88
<artifactId>histogrammar-dependencies</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.8-prerelease</version>
10+
<version>0.8.0</version>
1111
<name>Compile Histogrammar and its dependent subprojects in the correct order.</name>
1212

1313
<modules>

sparksql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.diana-hep</groupId>
2323
<artifactId>histogrammar-sparksql</artifactId>
24-
<version>0.8-prerelease</version>
24+
<version>0.8.0</version>
2525
<packaging>jar</packaging>
2626

2727
<licenses>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.diana-hep</groupId>
5353
<artifactId>histogrammar</artifactId>
54-
<version>0.8-prerelease</version>
54+
<version>0.8.0</version>
5555
</dependency>
5656

5757
<dependency>

0 commit comments

Comments
 (0)