Skip to content

Commit 8250758

Browse files
committed
Bump to beta.1
1 parent 1ad7092 commit 8250758

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following snippet illustrates the creation of an `RGBADescriptor` using the
5050
## Quick start
5151

5252
mvn package
53-
java -cp library/target/library-1.0.0-alpha.1-jar-with-dependencies.jar com.sandflow.smpte.tools.RegMXFDump \
53+
java -cp library/target/library-1.0.0-beta.1-jar-with-dependencies.jar com.sandflow.smpte.tools.RegMXFDump \
5454
library/src/test/resources/imps/imp_1/VIDEO_f031aa43-88c8-4de9-856f-904a33a78505.mxf > \
5555
library/target/test-output/VIDEO_f031aa43-88c8-4de9-856f-904a33a78505.json
5656

class-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sandflow</groupId>
66
<artifactId>regmxflib</artifactId>
7-
<version>1.0.0-alpha.1</version>
7+
<version>1.0.0-beta.1</version>
88
</parent>
99

1010
<artifactId>class-generator</artifactId>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.sandflow</groupId>
1515
<artifactId>common</artifactId>
16-
<version>1.0.0-alpha.1</version>
16+
<version>1.0.0-beta.1</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.junit.jupiter</groupId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sandflow</groupId>
66
<artifactId>regmxflib</artifactId>
7-
<version>1.0.0-alpha.1</version>
7+
<version>1.0.0-beta.1</version>
88
</parent>
99

1010
<artifactId>common</artifactId>

library/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.sandflow</groupId>
88
<artifactId>regmxflib</artifactId>
9-
<version>1.0.0-alpha.1</version>
9+
<version>1.0.0-beta.1</version>
1010
</parent>
1111

1212
<artifactId>library</artifactId>
@@ -64,17 +64,17 @@
6464
<dependency>
6565
<groupId>com.sandflow</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0.0-alpha.1</version>
67+
<version>1.0.0-beta.1</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.sandflow</groupId>
7171
<artifactId>class-generator</artifactId>
72-
<version>1.0.0-alpha.1</version>
72+
<version>1.0.0-beta.1</version>
7373
</dependency>
7474
<!-- <dependency>
7575
<groupId>com.sandflow</groupId>
7676
<artifactId>annotation-processor</artifactId>
77-
<version>1.0.0-alpha.1</version>
77+
<version>1.0.0-beta.1</version>
7878
<scope>provided</scope>
7979
</dependency> -->
8080
</dependencies>

pom.xml

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

77
<groupId>com.sandflow</groupId>
88
<artifactId>regmxflib</artifactId>
9-
<version>1.0.0-alpha.1</version>
9+
<version>1.0.0-beta.1</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>

0 commit comments

Comments
 (0)