You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/01/30 06:33:58 UTC

[isis] 01/03: ISIS-2444: updates pom.xml names, is all

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 47ddd421faa25ddb15c5bad7c59fdfdf39d74d7f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 29 06:33:37 2021 +0000

    ISIS-2444: updates pom.xml names, is all
    
    so that render in nice order in IntelliJ's Maven view.
---
 antora/pom.xml               |  2 +-
 tooling/c4modeling/pom.xml   | 26 +++++++++++++-------------
 tooling/cli/pom.xml          | 20 ++++++++++----------
 tooling/java2adoc/pom.xml    | 26 +++++++++++++-------------
 tooling/javamodel/pom.xml    | 22 +++++++++++-----------
 tooling/model4adoc/pom.xml   | 32 ++++++++++++++++----------------
 tooling/projectmodel/pom.xml | 20 ++++++++++----------
 7 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/antora/pom.xml b/antora/pom.xml
index 8b50776..8d8aaa5 100644
--- a/antora/pom.xml
+++ b/antora/pom.xml
@@ -25,7 +25,7 @@
 
 	<packaging>pom</packaging>
 
-	<name>Apache Isis Antora</name>
+	<name>Apache Isis - Antora</name>
 
 	<build>
 		<plugins>
diff --git a/tooling/c4modeling/pom.xml b/tooling/c4modeling/pom.xml
index 669f18f..63007b0 100644
--- a/tooling/c4modeling/pom.xml
+++ b/tooling/c4modeling/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
+	license agreements. See the NOTICE file distributed with this work for additional
+	information regarding copyright ownership. The ASF licenses this file to
+	you under the Apache License, Version 2.0 (the "License"); you may not use
+	this file except in compliance with the License. You may obtain a copy of
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+	by applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+	OF ANY KIND, either express or implied. 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"
@@ -22,11 +22,11 @@
 
 	<artifactId>isis-tooling-c4modeling</artifactId>
 
-	<name>Apache Isis Tooling - C4 Modeling</name>
+	<name>Apache Isis - Tooling - C4 Modeling</name>
 	<description>
-        Library for programmatic C4 Model generation. 
-        
-        See https://c4model.com/  
+        Library for programmatic C4 Model generation.
+
+        See https://c4model.com/
     </description>
 
 	<properties>
diff --git a/tooling/cli/pom.xml b/tooling/cli/pom.xml
index ce48711..8f06996 100644
--- a/tooling/cli/pom.xml
+++ b/tooling/cli/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
+	license agreements. See the NOTICE file distributed with this work for additional
+	information regarding copyright ownership. The ASF licenses this file to
+	you under the Apache License, Version 2.0 (the "License"); you may not use
+	this file except in compliance with the License. You may obtain a copy of
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+	by applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+	OF ANY KIND, either express or implied. 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"
@@ -22,7 +22,7 @@
 
 	<artifactId>isis-tooling-cli</artifactId>
 
-	<name>Apache Isis Tooling - CLI (Command Line Interface)</name>
+	<name>Apache Isis - Tooling - CLI (Command Line Interface)</name>
 	<description>
 		Command Line Interface for the _Apache Isis Tooling_ ecosystem.
     </description>
diff --git a/tooling/java2adoc/pom.xml b/tooling/java2adoc/pom.xml
index c42d75f..9ad2465 100644
--- a/tooling/java2adoc/pom.xml
+++ b/tooling/java2adoc/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
+	license agreements. See the NOTICE file distributed with this work for additional
+	information regarding copyright ownership. The ASF licenses this file to
+	you under the Apache License, Version 2.0 (the "License"); you may not use
+	this file except in compliance with the License. You may obtain a copy of
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+	by applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+	OF ANY KIND, either express or implied. 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"
@@ -22,7 +22,7 @@
 
 	<artifactId>isis-tooling-java2adoc</artifactId>
 
-	<name>Apache Isis Tooling - Java to Asciidoc (Code Mining)</name>
+	<name>Apache Isis - Tooling - Java to Asciidoc (Code Mining)</name>
 	<description>
         Code mining library for Java source to Asciidoc conversion.
     </description>
@@ -37,7 +37,7 @@
 			<groupId>org.apache.isis.commons</groupId>
 			<artifactId>isis-commons</artifactId>
 		</dependency>
-	
+
 		<dependency>
 			<groupId>org.apache.isis.tooling</groupId>
 			<artifactId>isis-tooling-model4adoc</artifactId>
@@ -47,12 +47,12 @@
 			<groupId>org.apache.isis.tooling</groupId>
 			<artifactId>isis-tooling-javamodel</artifactId>
 		</dependency>
-	
+
 		<dependency>
 			<groupId>org.jsoup</groupId>
 			<artifactId>jsoup</artifactId>
 		</dependency>
-	
+
 	</dependencies>
 
 </project>
diff --git a/tooling/javamodel/pom.xml b/tooling/javamodel/pom.xml
index cdc47c7..637188f 100644
--- a/tooling/javamodel/pom.xml
+++ b/tooling/javamodel/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
+	license agreements. See the NOTICE file distributed with this work for additional
+	information regarding copyright ownership. The ASF licenses this file to
+	you under the Apache License, Version 2.0 (the "License"); you may not use
+	this file except in compliance with the License. You may obtain a copy of
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+	by applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+	OF ANY KIND, either express or implied. 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"
@@ -22,7 +22,7 @@
 
 	<artifactId>isis-tooling-javamodel</artifactId>
 
-	<name>Apache Isis Tooling - Java Model (Code Mining)</name>
+	<name>Apache Isis - Tooling - Java Model (Code Mining)</name>
 	<description>
         Code mining library for Java bytecode introspection.
     </description>
@@ -56,7 +56,7 @@
 		<!--
 			as a workaround for code-assert-core not having an option to add 'adoc' as a language
 			we use repo jitpack.io (as declared above) to pull a fork on github
-			see	https://github.com/nidi3/code-assert/pull/47 
+			see	https://github.com/nidi3/code-assert/pull/47
 		 -->
 		<dependency>
 		    <groupId>com.github.andi-huber</groupId>
diff --git a/tooling/model4adoc/pom.xml b/tooling/model4adoc/pom.xml
index 3dfe085..222d8b3 100644
--- a/tooling/model4adoc/pom.xml
+++ b/tooling/model4adoc/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
+	license agreements. See the NOTICE file distributed with this work for additional
+	information regarding copyright ownership. The ASF licenses this file to
+	you under the Apache License, Version 2.0 (the "License"); you may not use
+	this file except in compliance with the License. You may obtain a copy of
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+	by applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+	OF ANY KIND, either express or implied. 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"
@@ -22,16 +22,16 @@
 
 	<artifactId>isis-tooling-model4adoc</artifactId>
 
-	<name>Apache Isis Tooling - Model for AsciiDoc</name>
+	<name>Apache Isis - Tooling - Model for AsciiDoc</name>
 	<description>
-        Library for programmatic AsciiDoc generation. 
-        
+        Library for programmatic AsciiDoc generation.
+
         The AsciiDoc name is trademarked by the Eclipse Foundation (https://www.eclipse.org/).
-		This project is *not* part of the specification effort for _AsciiDoc_ under the 
+		This project is *not* part of the specification effort for _AsciiDoc_ under the
 		AsciiDoc Working Group. See https://projects.eclipse.org/proposals/asciidoc-language
-		and https://accounts.eclipse.org/mailing-list/asciidoc-wg. However, we are happy to 
-		help with transfer of source code, if any project (under the umbrella of the 
-		AsciiDoc Working Group) is willing to take over.  
+		and https://accounts.eclipse.org/mailing-list/asciidoc-wg. However, we are happy to
+		help with transfer of source code, if any project (under the umbrella of the
+		AsciiDoc Working Group) is willing to take over.
     </description>
 
 	<properties>
diff --git a/tooling/projectmodel/pom.xml b/tooling/projectmodel/pom.xml
index 8f9aa7b..9ed1b48 100644
--- a/tooling/projectmodel/pom.xml
+++ b/tooling/projectmodel/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
+	license agreements. See the NOTICE file distributed with this work for additional
+	information regarding copyright ownership. The ASF licenses this file to
+	you under the Apache License, Version 2.0 (the "License"); you may not use
+	this file except in compliance with the License. You may obtain a copy of
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+	by applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+	OF ANY KIND, either express or implied. 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"
@@ -22,7 +22,7 @@
 
 	<artifactId>isis-tooling-projectmodel</artifactId>
 
-	<name>Apache Isis Tooling - Project Model (Code mining)</name>
+	<name>Apache Isis - Tooling - Project Model (Code mining)</name>
 	<description>
         Code mining library for Gradle/Maven project module tree introspection.
     </description>