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-upload.git
The following commit(s) were added to refs/heads/master by this push:
new 309d861 fixes/updates moving svn to git repo
309d861 is described below
commit 309d861d2aa3b5c69e2a9a53a118bcb02ee9dfa5
Author: Georg Kallidis <[email protected]>
AuthorDate: Wed Sep 22 13:13:20 2021 +0100
fixes/updates moving svn to git repo
---
.asf.yaml | 21 +++++++++++++++++++++
.gitignore | 5 +++++
pom.xml | 21 +++++++++++----------
src/changes/changes.xml | 2 +-
4 files changed, 38 insertions(+), 11 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..d20bf2a
--- /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 228c2d3..f6e0733 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>8</version>
+ <version>9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -34,16 +34,17 @@
<!-- Required for staging to work -->
<distributionManagement>
<site>
- <id>turbine.apache.org</id>
- <url>https://turbine.apache.org/fulcrum/fulcrum-upload/</url>
+ <id>apache.org</id>
+ <url>https://github.com/apache/turbine-fulcrum-upload/</url>
</site>
</distributionManagement>
-
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/upload/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/upload/</developerConnection>
- <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/upload/</url>
- </scm>
+
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git</developerConnection>
+
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+ <tag>master</tag><!-- or HEAD -->
+ </scm>
<developers>
<developer>
@@ -134,7 +135,7 @@
</build>
<properties>
- <turbine.site.path>fulcrum/fulcrum-upload</turbine.site.path>
+ <turbine.site.path>turbine-fulcrum-upload</turbine.site.path>
<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/upload</turbine.scmPubCheckoutDirectory>
<turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
<siteContent.path>${project.build.directory}/staging</siteContent.path><!--
default stagingSiteURL -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 409923c..3ac8c73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
</properties>
<body>
- <release version="1.0.6" date="in SVN">
+ <release version="1.0.6" date="in GIT">
<action dev="tv" type="add">
Add methods to handle portlet upload requests
</action>