Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed May 24, 2022
1 parent 6452d3e commit 21a55c5
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions alias-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>atbash-alias-config-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Atbash alias Configuration test</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/java-ee/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>config-example-ee</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>war</packaging>

<name>Atbash configuration example for Java EE</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/java-se/optionalBaseName/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.config.examples</groupId>
<artifactId>examples-se</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.config.examples.se</groupId>
<artifactId>config-optional-basename</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Atbash configuration examples for Java SE - Optional basename</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/java-se/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.config.examples</groupId>
<artifactId>examples-se</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Atbash configuration examples for Java SE</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/java-se/properties/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.config.examples</groupId>
<artifactId>examples-se</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.config.examples.se</groupId>
<artifactId>config-properties</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Atbash configuration examples for Java SE - properties version</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/java-se/yaml/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.config.examples</groupId>
<artifactId>examples-se</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.config.examples.se</groupId>
<artifactId>config-yaml</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Atbash configuration examples for Java SE - YAML version</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>config-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Atbash configuration examples</name>
Expand Down
6 changes: 3 additions & 3 deletions impl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2020 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>atbash-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Atbash Configuration extension</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017-2019 Rudy De Busscher
Copyright 2017-2022 Rudy De Busscher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>atbash-config-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Atbash Config provider for Testing</name>
Expand Down

0 comments on commit 21a55c5

Please sign in to comment.