[maven-release-plugin] prepare release arthur-1.0.3
diff --git a/arthur-api/pom.xml b/arthur-api/pom.xml
index 4d01725..7034b8e 100644
--- a/arthur-api/pom.xml
+++ b/arthur-api/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>arthur</artifactId>
     <groupId>org.apache.geronimo.arthur</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/arthur-impl/pom.xml b/arthur-impl/pom.xml
index 00fd594..84a7faf 100644
--- a/arthur-impl/pom.xml
+++ b/arthur-impl/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>arthur</artifactId>
     <groupId>org.apache.geronimo.arthur</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/arthur-maven-plugin/pom.xml b/arthur-maven-plugin/pom.xml
index f1d9e2c..affd6b9 100644
--- a/arthur-maven-plugin/pom.xml
+++ b/arthur-maven-plugin/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>arthur</artifactId>
     <groupId>org.apache.geronimo.arthur</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/arthur-spi/pom.xml b/arthur-spi/pom.xml
index a9a2ecb..08e782b 100644
--- a/arthur-spi/pom.xml
+++ b/arthur-spi/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>arthur</artifactId>
     <groupId>org.apache.geronimo.arthur</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/documentation/pom.xml b/documentation/pom.xml
index c0d9f4c..aa12978 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>arthur</artifactId>
     <groupId>org.apache.geronimo.arthur</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index dcd4972..ee72513 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>arthur</artifactId>
     <groupId>org.apache.geronimo.arthur</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/hsqldb-knight/pom.xml b/knights/hsqldb-knight/pom.xml
index 448ebb7..da3333f 100644
--- a/knights/hsqldb-knight/pom.xml
+++ b/knights/hsqldb-knight/pom.xml
@@ -15,13 +15,11 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>knights</artifactId>
     <groupId>org.apache.geronimo.arthur.knights</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/jsch-knight/pom.xml b/knights/jsch-knight/pom.xml
index d5f640d..1cc8688 100644
--- a/knights/jsch-knight/pom.xml
+++ b/knights/jsch-knight/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.geronimo.arthur.knights</groupId>
     <artifactId>knights</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/openjpa-knight/pom.xml b/knights/openjpa-knight/pom.xml
index 6b6dae8..6c4a6f0 100644
--- a/knights/openjpa-knight/pom.xml
+++ b/knights/openjpa-knight/pom.xml
@@ -15,13 +15,11 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>knights</artifactId>
     <groupId>org.apache.geronimo.arthur.knights</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/openwebbeans-knight/pom.xml b/knights/openwebbeans-knight/pom.xml
index 9ce7fde..96c188c 100644
--- a/knights/openwebbeans-knight/pom.xml
+++ b/knights/openwebbeans-knight/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>knights</artifactId>
     <groupId>org.apache.geronimo.arthur.knights</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/pom.xml b/knights/pom.xml
index 6e7abe6..f6c8e8e 100644
--- a/knights/pom.xml
+++ b/knights/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.geronimo.arthur</groupId>
     <artifactId>arthur</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/slf4j-knight/pom.xml b/knights/slf4j-knight/pom.xml
index 954ccf4..9f67875 100644
--- a/knights/slf4j-knight/pom.xml
+++ b/knights/slf4j-knight/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>knights</artifactId>
     <groupId>org.apache.geronimo.arthur.knights</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/knights/winegrower-knight/pom.xml b/knights/winegrower-knight/pom.xml
index 7f94f76..c4b7cc2 100644
--- a/knights/winegrower-knight/pom.xml
+++ b/knights/winegrower-knight/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.geronimo.arthur.knights</groupId>
     <artifactId>knights</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 4057b89..b966b08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.geronimo.arthur</groupId>
   <artifactId>arthur</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
   <packaging>pom</packaging>
   <name>Arthur</name>
   <description>Apache Geronimo GraalVM tooling</description>
@@ -292,6 +292,6 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-arthur.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-arthur.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/geronimo-arthur.git</url>
-    <tag>HEAD</tag>
+    <tag>arthur-1.0.3</tag>
   </scm>
 </project>