You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/14 12:27:54 UTC

[turbine-fulcrum-testcontainer] branch master updated: fixes for git/asf, add .gitignore, .asf.yaml

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git


The following commit(s) were added to refs/heads/master by this push:
     new d8f0f8b  fixes for git/asf, add .gitignore, .asf.yaml
d8f0f8b is described below

commit d8f0f8b204e9021fab82b80764cd2578c2a21e81
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 14 13:27:22 2021 +0100

    fixes for git/asf, add .gitignore, .asf.yaml
---
 .asf.yaml  | 21 +++++++++++++++++++++
 .gitignore |  5 +++++
 pom.xml    | 13 +++----------
 3 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..0e8eaea
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,21 @@
+# 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.
+
+github:
+  features:
+    # Enable issue management
+    issues: true
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2f81609
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+target
+*.log
+.classpath
+.project
+*.iml
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3d4aa6f..700605e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
     <artifactId>turbine-parent</artifactId>
     <groupId>org.apache.turbine</groupId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath></relativePath>
     </parent>
 
@@ -32,14 +32,7 @@
     <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</url>
     </scm>
 
-    <distributionManagement>
-    <site>
-        <id>apache.website</id>
-        <name>Fulcrum Website</name>
-        <url>http://turbine.apache.org/fulcrum/fulcrum-testcontainer/</url>
-    </site>
-    </distributionManagement>
-
+   <!-- distributionManagement id and url defined in parent, adapt turbine.site.path -->
     <developers>
     <developer>
         <name>Siegfried Goeschl</name>
@@ -152,7 +145,7 @@
     </build>
 
     <properties>
-    <turbine.site.path>fulcrum/fulcrum-testcontainer</turbine.site.path>
+        <turbine.site.path>turbine-fulcrum-testcontainer</turbine.site.path>
         <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/testcontainer</turbine.scmPubCheckoutDirectory>
         <junit.jupiter.version>5.7.1</junit.jupiter.version>
         <junit.platform>1.7.1</junit.platform>