Skip to content

Commit 2e27465

Browse files
committed
Merge branch 'hotfix/v0.2.1'
2 parents 94373fc + 1071604 commit 2e27465

File tree

24 files changed

+53
-50
lines changed

24 files changed

+53
-50
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If using Maven, Humble is deployed to the Maven Central Repository. To include i
99
<dependency>
1010
<groupId>io.humble</groupId>
1111
<artifactId>humble-video-all</artifactId>
12-
<version>0.2.0</version>
12+
<version>0.2.1</version>
1313
</dependency>
1414
</dependencies>
1515
</project>
@@ -192,14 +192,14 @@ vagrant up && mvn install && vagrant ssh --command "cd /vagrant && mvn install"
192192

193193
9. If successful, it's time to PEG the snapshots to a specific release. Now things get hairy.
194194

195+
Edit humble-video-parent/pom.xml BY HAND to set the humble.version
195196
```bash
196197
cd humble-video-parent && mvn -Pdeploy versions:set -DnewVersion=<version-number>
197198
```
198-
199199
10. Now, rebuild all Java Source
200200

201201
```bash
202-
(cd humble-video-noarch && mvn clean) && (cd humble-video-test && mvn clean)
202+
(cd humble-video-noarch && mvn clean) && (cd humble-video-test && mvn clean) && (cd humble-video-demos && mvn clean)
203203
```
204204

205205
11. Do one last rebuild (you do not need to rebuild native sources) and deploy
@@ -212,22 +212,31 @@ vagrant up && mvn install && vagrant ssh --command "cd /vagrant && mvn install"
212212

213213
https://oss.sonatype.org/content/repositories/snapshots/io/humble/
214214

215-
13. Merge your changes back into Develop
215+
13. Make sure it was done correctly by deleting all your m2 artifacts, and forcing a redownload.
216+
217+
```bash
218+
rm -rf $HOME/.m2/repository/io/humble/humble-video-*
219+
(cd humble-video-tests && mvn test)
220+
(cd humble-video-demos && mvn test)
221+
```
222+
223+
14. Merge your changes back into Develop
216224

217225
```bash
218226
git flow release finish v<version-number>
219227
```
220228

221-
14. Peg your develop tree to the next snapshot.
229+
15. Peg your develop tree to the next snapshot.
222230

231+
Edit humble-video-parent/pom.xml BY HAND to set the humble.version
223232
```bash
224233
cd humble-video-parent && mvn -Pdeploy versions:set -DnewVersion=<version-number>-SNAPSHOT
225234
cd humble-video-noarch/src/main/gnu
226235
<edit configure.ac to update version numbers in an editor of your choice>
227236
autoreconf
228237
```
229238

230-
15. Done!
239+
16. Done!
231240

232241
Enjoy!
233242

humble-video-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.humble</groupId>
77
<artifactId>humble-video-parent</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.1</version>
99
<relativePath>../humble-video-parent/pom.xml</relativePath>
1010
</parent>
1111

humble-video-captive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.humble</groupId>
55
<artifactId>humble-video-parent</artifactId>
6-
<version>0.2.0</version>
6+
<version>0.2.1</version>
77
<relativePath>../humble-video-parent/pom.xml</relativePath>
88
</parent>
99

humble-video-demos/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.humble</groupId>
77
<artifactId>humble-video-parent</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.2.1</version>
99
<relativePath>../humble-video-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -35,15 +35,7 @@
3535
</dependency>
3636
<dependency>
3737
<groupId>io.humble</groupId>
38-
<artifactId>humble-video-arch-x86_64-apple-darwin12-debug</artifactId>
39-
</dependency>
40-
<dependency>
41-
<groupId>io.humble</groupId>
42-
<artifactId>humble-video-arch-i686-apple-darwin12-debug</artifactId>
43-
</dependency>
44-
<dependency>
45-
<groupId>io.humble</groupId>
46-
<artifactId>humble-video-noarch</artifactId>
38+
<artifactId>humble-video-all</artifactId>
4739
</dependency>
4840
<dependency>
4941
<groupId>commons-cli</groupId>

humble-video-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.humble</groupId>
55
<artifactId>humble-video-parent</artifactId>
6-
<version>0.2.0</version>
6+
<version>0.2.1</version>
77
<relativePath>../humble-video-parent/pom.xml</relativePath>
88
</parent>
99

humble-video-native/src/main/gnu/configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for humble-video 0.2.0.
3+
# Generated by GNU Autoconf 2.69 for humble-video 0.2.1.
44
#
55
# Report bugs to <info@humble.io>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='humble-video'
592592
PACKAGE_TARNAME='humble-video'
593-
PACKAGE_VERSION='0.2.0'
594-
PACKAGE_STRING='humble-video 0.2.0'
593+
PACKAGE_VERSION='0.2.1'
594+
PACKAGE_STRING='humble-video 0.2.1'
595595
PACKAGE_BUGREPORT='info@humble.io'
596596
PACKAGE_URL=''
597597

@@ -1445,7 +1445,7 @@ if test "$ac_init_help" = "long"; then
14451445
# Omit some internal or obsolete options to make the list less imposing.
14461446
# This message is too long to be a string in the A/UX 3.1 sh.
14471447
cat <<_ACEOF
1448-
\`configure' configures humble-video 0.2.0 to adapt to many kinds of systems.
1448+
\`configure' configures humble-video 0.2.1 to adapt to many kinds of systems.
14491449

14501450
Usage: $0 [OPTION]... [VAR=VALUE]...
14511451

@@ -1515,7 +1515,7 @@ fi
15151515

15161516
if test -n "$ac_init_help"; then
15171517
case $ac_init_help in
1518-
short | recursive ) echo "Configuration of humble-video 0.2.0:";;
1518+
short | recursive ) echo "Configuration of humble-video 0.2.1:";;
15191519
esac
15201520
cat <<\_ACEOF
15211521

@@ -1654,7 +1654,7 @@ fi
16541654
test -n "$ac_init_help" && exit $ac_status
16551655
if $ac_init_version; then
16561656
cat <<\_ACEOF
1657-
humble-video configure 0.2.0
1657+
humble-video configure 0.2.1
16581658
generated by GNU Autoconf 2.69
16591659

16601660
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2483,7 +2483,7 @@ cat >config.log <<_ACEOF
24832483
This file contains any messages produced by compilers while
24842484
running configure, to aid debugging if configure makes a mistake.
24852485

2486-
It was created by humble-video $as_me 0.2.0, which was
2486+
It was created by humble-video $as_me 0.2.1, which was
24872487
generated by GNU Autoconf 2.69. Invocation command line was
24882488

24892489
$ $0 $@
@@ -3348,7 +3348,7 @@ fi
33483348

33493349
# Define the identity of the package.
33503350
PACKAGE='humble-video'
3351-
VERSION='0.2.0'
3351+
VERSION='0.2.1'
33523352

33533353

33543354
cat >>confdefs.h <<_ACEOF
@@ -16898,7 +16898,7 @@ fi
1689816898

1689916899
LIB_MAJOR_VERSION=0
1690016900
LIB_MINOR_VERSION=2
16901-
LIB_PATCH_VERSION=0
16901+
LIB_PATCH_VERSION=1
1690216902
VS_PROJECT_NAME=humble-video
1690316903

1690416904

@@ -16911,7 +16911,7 @@ $as_echo "#define VS_LIB_MAJOR_VERSION 0" >>confdefs.h
1691116911
$as_echo "#define VS_LIB_MINOR_VERSION 2" >>confdefs.h
1691216912

1691316913

16914-
$as_echo "#define VS_LIB_PATCH_VERSION 0" >>confdefs.h
16914+
$as_echo "#define VS_LIB_PATCH_VERSION 1" >>confdefs.h
1691516915

1691616916

1691716917
$as_echo "#define VS_PROJECT_NAME humble-video" >>confdefs.h
@@ -21288,7 +21288,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2128821288
# report actual input values of CONFIG_FILES etc. instead of their
2128921289
# values after options handling.
2129021290
ac_log="
21291-
This file was extended by humble-video $as_me 0.2.0, which was
21291+
This file was extended by humble-video $as_me 0.2.1, which was
2129221292
generated by GNU Autoconf 2.69. Invocation command line was
2129321293

2129421294
CONFIG_FILES = $CONFIG_FILES
@@ -21354,7 +21354,7 @@ _ACEOF
2135421354
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2135521355
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2135621356
ac_cs_version="\\
21357-
humble-video config.status 0.2.0
21357+
humble-video config.status 0.2.1
2135821358
configured by $0, generated by GNU Autoconf 2.69,
2135921359
with options \\"\$ac_cs_config\\"
2136021360

humble-video-native/src/main/gnu/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# JAVA build.xml FILE
77
m4_define([VSM4_LIB_MAJOR_VERSION], [0])
88
m4_define([VSM4_LIB_MINOR_VERSION], [2])
9-
m4_define([VSM4_LIB_PATCH_VERSION], [0])
9+
m4_define([VSM4_LIB_PATCH_VERSION], [1])
1010
m4_define([VSM4_PROJECT_NAME], [humble-video])
1111

1212
AC_INIT(VSM4_PROJECT_NAME,[VSM4_LIB_MAJOR_VERSION.VSM4_LIB_MINOR_VERSION.VSM4_LIB_PATCH_VERSION],[info@humble.io])

humble-video-noarch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.humble</groupId>
66
<artifactId>humble-video-parent</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.2.1</version>
88
<relativePath>../humble-video-parent/pom.xml</relativePath>
99
</parent>
1010

humble-video-parent/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.humble</groupId>
44
<artifactId>humble-video-parent</artifactId>
5-
<version>0.2.0</version>
5+
<version>0.2.1</version>
66
<packaging>pom</packaging>
77
<name>humble-video-parent</name>
88
<url>http://www.humble.io</url>
99

1010
<properties>
11-
<humble.version>0.2.0-SNAPSHOT</humble.version>
11+
<humble.version>0.2.1</humble.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
1414
<humble.build.timestamp>${maven.build.timestamp}</humble.build.timestamp>
@@ -131,6 +131,7 @@
131131
-nodefontsize 9
132132
-nodefontpackagesize 7
133133
-enumerations
134+
-Xdoclint:none
134135
</additionalparam>
135136
<useStandardDocletOptions>true</useStandardDocletOptions>
136137
</configuration>

humble-video-stage/humble-video-arch-i686-apple-darwin12-debug/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.humble</groupId>
77
<artifactId>humble-video-parent</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.1</version>
99
<relativePath>../../humble-video-parent/pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)