Skip to content

Commit 21a55c5

Browse files
committed
Release v1.0.0
1 parent 6452d3e commit 21a55c5

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
lines changed

alias-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.config</groupId>
2626
<artifactId>config-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>atbash-alias-config-test</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
<packaging>jar</packaging>
3434

3535
<name>Atbash alias Configuration test</name>

examples/java-ee/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.config</groupId>
2626
<artifactId>config-examples</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>config-example-ee</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
<packaging>war</packaging>
3434

3535
<name>Atbash configuration example for Java EE</name>

examples/java-se/optionalBaseName/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,13 +24,13 @@
2424
<parent>
2525
<groupId>be.atbash.config.examples</groupId>
2626
<artifactId>examples-se</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>be.atbash.config.examples.se</groupId>
3232
<artifactId>config-optional-basename</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
<packaging>jar</packaging>
3535

3636
<name>Atbash configuration examples for Java SE - Optional basename</name>

examples/java-se/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,13 +24,13 @@
2424
<parent>
2525
<groupId>be.atbash.config</groupId>
2626
<artifactId>config-examples</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>be.atbash.config.examples</groupId>
3232
<artifactId>examples-se</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
<packaging>pom</packaging>
3535

3636
<name>Atbash configuration examples for Java SE</name>

examples/java-se/properties/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,13 +24,13 @@
2424
<parent>
2525
<groupId>be.atbash.config.examples</groupId>
2626
<artifactId>examples-se</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>be.atbash.config.examples.se</groupId>
3232
<artifactId>config-properties</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
<packaging>jar</packaging>
3535

3636
<name>Atbash configuration examples for Java SE - properties version</name>

examples/java-se/yaml/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,13 +24,13 @@
2424
<parent>
2525
<groupId>be.atbash.config.examples</groupId>
2626
<artifactId>examples-se</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>be.atbash.config.examples.se</groupId>
3232
<artifactId>config-yaml</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
<packaging>jar</packaging>
3535

3636
<name>Atbash configuration examples for Java SE - YAML version</name>

examples/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.config</groupId>
2626
<artifactId>config-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>config-examples</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Atbash configuration examples</name>

impl/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 2017-2020 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.config</groupId>
2626
<artifactId>config-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>atbash-config</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
<packaging>jar</packaging>
3434

3535
<name>Atbash Configuration extension</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>be.atbash.config</groupId>
2525
<artifactId>config-parent</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<packaging>pom</packaging>
2828

2929
<properties>

test/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 2017-2019 Rudy De Busscher
4+
Copyright 2017-2022 Rudy De Busscher
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,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.config</groupId>
2626
<artifactId>config-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>atbash-config-test</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
<packaging>jar</packaging>
3434

3535
<name>Atbash Config provider for Testing</name>

0 commit comments

Comments
 (0)