Skip to content

Commit 267c758

Browse files
committed
Bump version to 0.5.0-SNAPSHOT
1 parent aacc4af commit 267c758

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
executor: my-executor
3232
environment:
3333
PLATFORM_VERSION: 2.12_spark3.1
34-
DATAGEN_VERSION: 0.4.0
34+
DATAGEN_VERSION: 0.5.0-SNAPSHOT
3535
steps:
3636
- checkout
3737
- run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Run the script with:
7777

7878
```bash
7979
export PLATFORM_VERSION=2.12_spark3.1
80-
export DATAGEN_VERSION=0.4.0
80+
export DATAGEN_VERSION=0.5.0-SNAPSHOT
8181
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar <runtime configuration arguments> -- <generator configuration arguments>
8282
```
8383

@@ -105,7 +105,7 @@ Run the script with:
105105

106106
```bash
107107
export PLATFORM_VERSION=2.11_spark2.4
108-
export DATAGEN_VERSION=0.4.0
108+
export DATAGEN_VERSION=0.5.0-SNAPSHOT
109109
110110
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar <runtime configuration arguments> -- <generator configuration arguments>
111111
```

pom.xml

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

77
<groupId>ldbc.snb.datagen</groupId>
88
<artifactId>ldbc_snb_datagen</artifactId>
9-
<version>0.4.0</version>
9+
<version>0.5.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

tools/datagen/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
platform_version = "2.12_spark3.1"
2-
version = "0.4.0"
2+
version = "0.5.0-SNAPSHOT"
33
main_class = 'ldbc.snb.datagen.spark.LdbcDatagen'

tools/emr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pip install -e .
4343

4444
```bash
4545
PLATFORM_VERSION=2.12_spark3.1
46-
VERSION=0.4.0-SNAPHOT
46+
VERSION=0.5.0-SNAPSHOT
4747
aws s3 cp target/ldbc_snb_datagen_${PLATFORM_VERSION}-${VERSION}-jar-with-dependencies.jar s3://${BUCKET_NAME}/jars/ldbc_snb_datagen_${PLATFORM_VERSION}-${VERSION}-jar-with-dependencies.jar
4848
```
4949

0 commit comments

Comments
 (0)