Skip to content

Commit 7759612

Browse files
authored
Update version to 0.11.1-SNAPSHOT (helidon-io#323)
* Update version to 0.11.1-SNAPSHOT
1 parent 67746ab commit 7759612

183 files changed

Lines changed: 330 additions & 330 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-project</artifactId>
26-
<version>0.11.0-SNAPSHOT</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bom</artifactId>
2929
<packaging>pom</packaging>

bundles/config/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
3+
Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-config</artifactId>
@@ -102,4 +102,4 @@
102102
</build>
103103
</profile>
104104
</profiles>
105-
</project>
105+
</project>

bundles/jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-jersey</artifactId>

bundles/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
3+
Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon</groupId>
2424
<artifactId>helidon-project</artifactId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.1-SNAPSHOT</version>
2626
</parent>
2727
<modules>
2828
<module>config</module>
@@ -37,4 +37,4 @@
3737
<name>Helidon Bundles</name>
3838
<description>Helidon SE bundles</description>
3939

40-
</project>
40+
</project>

bundles/security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-security</artifactId>

bundles/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-webserver</artifactId>

common/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.common</groupId>
2525
<artifactId>helidon-common-project</artifactId>
26-
<version>0.11.0-SNAPSHOT</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-common</artifactId>
2929
<name>Helidon Common</name>

common/configurable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.common</groupId>
2626
<artifactId>helidon-common-project</artifactId>
27-
<version>0.11.0-SNAPSHOT</version>
27+
<version>0.11.1-SNAPSHOT</version>
2828
</parent>
2929
<name>Helidon Common Configurable</name>
3030
<artifactId>helidon-common-configurable</artifactId>

common/http/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>helidon-common-project</artifactId>
2424
<groupId>io.helidon.common</groupId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.1-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>helidon-common-http</artifactId>
@@ -51,4 +51,4 @@
5151
</dependency>
5252
</dependencies>
5353

54-
</project>
54+
</project>

common/key-util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.common</groupId>
2626
<artifactId>helidon-common-project</artifactId>
27-
<version>0.11.0-SNAPSHOT</version>
27+
<version>0.11.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>helidon-common-key-util</artifactId>
3030
<name>Helidon Common Key Util</name>

0 commit comments

Comments
 (0)