Skip to content

Commit cf75259

Browse files
authored
Update versions to 7.2. (#62)
* Add outputChangedCounter.
1 parent e9f08c6 commit cf75259

8 files changed

Lines changed: 16 additions & 14 deletions

File tree

detection/audio-video-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<artifactId>openmpf-java-component-sdk</artifactId>
3535
<groupId>org.mitre.mpf</groupId>
36-
<version>7.1</version>
36+
<version>7.2</version>
3737
<relativePath>../../pom.xml</relativePath>
3838
</parent>
3939

detection/examples/AudioVideoComponent/plugin-files/descriptor/descriptor.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"componentName": "JavaAudioVideoExample",
3-
"componentVersion": "7.1",
4-
"middlewareVersion": "7.1",
3+
"componentVersion": "7.2",
4+
"middlewareVersion": "7.2",
55
"sourceLanguage": "java",
6-
"batchLibrary": "mpf-audiovideo-java-example-component-7.1.jar",
6+
"batchLibrary": "mpf-audiovideo-java-example-component-7.2.jar",
77
"environmentVariables": [],
88
"algorithm": {
99
"name": "JavaAudioVideo",
1010
"description": "An example detection component for audio processing of audio and video media.",
1111
"actionType": "DETECTION",
12+
"outputChangedCounter" : 1,
1213
"requiresCollection": {
1314
"states": []
1415
},

detection/examples/AudioVideoComponent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

66
<groupId>org.mitre.mpf</groupId>
7-
<version>7.1</version>
7+
<version>7.2</version>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>mpf-audiovideo-java-example-component</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.mitre.mpf</groupId>
2222
<artifactId>mpf-java-component-api</artifactId>
23-
<version>7.1</version>
23+
<version>7.2</version>
2424
</dependency>
2525

2626
<!-- Additional libraries may be brought in as needed. They will be bundled into the

detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"componentName": "JavaHelloWorldExample",
3-
"componentVersion": "7.1",
4-
"middlewareVersion": "7.1",
3+
"componentVersion": "7.2",
4+
"middlewareVersion": "7.2",
55
"sourceLanguage": "java",
6-
"batchLibrary": "mpf-helloworld-java-example-component-7.1.jar",
6+
"batchLibrary": "mpf-helloworld-java-example-component-7.2.jar",
77
"environmentVariables": [],
88
"algorithm": {
99
"name": "JavaHelloWorld",
1010
"description": "A simple example detection component.",
1111
"actionType": "DETECTION",
12+
"outputChangedCounter" : 1,
1213
"requiresCollection": {
1314
"states": []
1415
},

detection/examples/HelloWorldComponent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

66
<groupId>org.mitre.mpf</groupId>
7-
<version>7.1</version>
7+
<version>7.2</version>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>mpf-helloworld-java-example-component</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.mitre.mpf</groupId>
2222
<artifactId>mpf-java-component-api</artifactId>
23-
<version>7.1</version>
23+
<version>7.2</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>junit</groupId>

detection/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3131
<modelVersion>4.0.0</modelVersion>
3232

33-
<version>7.1</version>
33+
<version>7.2</version>
3434
<groupId>org.mitre.mpf</groupId>
3535
<artifactId>openmpf-java-component-examples</artifactId>
3636
<packaging>pom</packaging>

detection/java-component-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<artifactId>openmpf-java-component-sdk</artifactId>
3535
<groupId>org.mitre.mpf</groupId>
36-
<version>7.1</version>
36+
<version>7.2</version>
3737
<relativePath>../../pom.xml</relativePath>
3838
</parent>
3939

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3131
<modelVersion>4.0.0</modelVersion>
3232

33-
<version>7.1</version>
33+
<version>7.2</version>
3434
<groupId>org.mitre.mpf</groupId>
3535
<artifactId>openmpf-java-component-sdk</artifactId>
3636
<packaging>pom</packaging>

0 commit comments

Comments
 (0)