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:17:09 UTC

[turbine-fulcrum-yaafi-crypto] branch master updated: add .asf.yaml, fix parent version in pom.xml

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-yaafi-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 452870f  add .asf.yaml, fix parent version in pom.xml
452870f is described below

commit 452870f306f8528c41b198897a53224e755da6c6
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 14 13:16:33 2021 +0100

    add .asf.yaml, fix parent version in pom.xml
---
 .asf.yaml | 21 +++++++++++++++++++++
 pom.xml   | 12 +++---------
 2 files changed, 24 insertions(+), 9 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/pom.xml b/pom.xml
index 5464a65..c804db0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
     <groupId>org.apache.turbine</groupId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -34,13 +34,7 @@
   <description>Fulcrum YAAFI Crypto Library</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi-crytpo</url>
 
-  <!-- Required for staging to work -->
-  <distributionManagement>
-    <site>
-      <id>turbine.apache.org</id>
-      <url>https://turbine.apache.org/fulcrum/fulcrum-yaafi-crypto/</url>
-    </site>
-  </distributionManagement>
+  <!-- distributionManagement id and url defined in parent, adapt turbine.site.path -->
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git</connection>
@@ -188,7 +182,7 @@
   </build>
   
   <properties>
-    <turbine.site.path>fulcrum/fulcrum-yaafi-crypto</turbine.site.path>
+    <turbine.site.path>turbine-fulcrum-yaafi-crypto</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/yaafi-crypto</turbine.scmPubCheckoutDirectory>
     <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
     <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->