File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments