Skip to content

Commit

Permalink
Eye and Ear detector ready for deploying them in the NUBOMEDIA PaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHidalgoVT committed Apr 8, 2016
1 parent 11f9f70 commit 5bb3577
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/NuboEarJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.visual-tools.nubomedia</groupId>
<artifactId>nuboeardetector</artifactId>
<version>6.4.0</version>
<version>6.4.01</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion apps/NuboEyeJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.visual-tools.nubomedia</groupId>
<artifactId>nuboeyedetector</artifactId>
<version>6.4.0</version>
<version>6.4.01</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion apps/NuboEyeJava/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server.port: 8450
server.port: 8458
server.ssl.key-store: keystore.jks
server.ssl.key-store-password: kurento
server.ssl.keyStoreType: JKS
Expand Down
2 changes: 1 addition & 1 deletion modules/nubo_ear/nubo-ear-detector/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nubo-ear-detector (6.4.0~rc1) testing; urgency=medium
nubo-ear-detector (6.4.01~rc1) testing; urgency=medium

* Initial release.

Expand Down
4 changes: 2 additions & 2 deletions modules/nubo_ear/nubo-ear-detector/debian/files
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nubo-ear-detector_6.4.0~rc1_amd64.deb utils optional
nubo-ear-detector-dev_6.4.0~rc1_amd64.deb utils optional
nubo-ear-detector_6.4.01~rc1_amd64.deb utils optional
nubo-ear-detector-dev_6.4.01~rc1_amd64.deb utils optional
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nuboeardetector",
"version": "6.4.0",
"version": "6.4.01",
"kurentoVersion": "^6.0.0"
}
2 changes: 1 addition & 1 deletion modules/nubo_eye/nubo-eye-detector/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nubo-eye-detector (6.4.0~rc1) testing; urgency=medium
nubo-eye-detector (6.4.01~rc1) testing; urgency=medium

* Initial release.

Expand Down
4 changes: 2 additions & 2 deletions modules/nubo_eye/nubo-eye-detector/debian/files
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nubo-eye-detector_6.4.0~rc1_amd64.deb utils optional
nubo-eye-detector-dev_6.4.0~rc1_amd64.deb utils optional
nubo-eye-detector_6.4.01~rc1_amd64.deb utils optional
nubo-eye-detector-dev_6.4.01~rc1_amd64.deb utils optional
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nuboeyedetector",
"version": "6.4.0",
"version": "6.4.01",
"kurentoVersion": "^6.0.0"
}

0 comments on commit 5bb3577

Please sign in to comment.