Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Jan 9, 2019
1 parent 4d7f39a commit 80c06c6
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 29 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>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Atbash alias Configuration test</name>
Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>microprofile-config-api</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>

<name>MicroProfile Config API (Java 7 Port)</name>
Expand Down
2 changes: 1 addition & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ mvn clean install



mvn versions:set -DnewVersion=0.9.3-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=0.9.3 -DgenerateBackupPoms=false
4 changes: 2 additions & 2 deletions examples/java-ee/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-examples</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Atbash configuration example for Java EE</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/java-se/optionalBaseName/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.config.examples</groupId>
<artifactId>examples-se</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Atbash configuration examples for Java SE - Optional basename</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/java-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-examples</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.config.examples</groupId>
<artifactId>examples-se</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</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-2018 Rudy De Busscher
Copyright 2017-2019 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>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.config.examples.se</groupId>
<artifactId>config-properties</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</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-2018 Rudy De Busscher
Copyright 2017-2019 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>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Atbash configuration examples for Java SE - YAML version</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/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>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Atbash configuration examples</name>
Expand Down
4 changes: 2 additions & 2 deletions geronimo-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>geronimo-config</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>

<name>Geronimo MicroProfile Configuration :: Implementation (Java 7 Port)</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-2018 Rudy De Busscher
Copyright 2017-2019 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>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Atbash Configuration extension</name>
Expand Down
4 changes: 3 additions & 1 deletion impl/src/main/doc/manual.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Atbash Configuration
Rudy De Busscher <rdebusscher@gmail.com>
v0.9.3, ??/??/2018
v0.9.3, 09/01/2019
:example-caption!:
ifndef::imagesdir[:imagesdir: images]
ifndef::sourcedir[:sourcedir: ../../main/java]
Expand All @@ -13,6 +13,8 @@ User manual for Atbash configuration.

. Support for _alternative_ configuration keys.

Breaking change: ResourceUtils moved to Utils SE project.

=== 0.9.2

. Defining base name with config is now optional for Config extensions (ServiceLoader config not required) Only date format can be used on default _microprofile-config.properties_ file for the moment.
Expand Down
Binary file modified impl/src/main/doc/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>be.atbash.config</groupId>
<artifactId>config-parent</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</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-2018 Rudy De Busscher
Copyright 2017-2019 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>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

0 comments on commit 80c06c6

Please sign in to comment.