You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/09/18 02:16:30 UTC

svn commit: r1867086 - in /turbine/fulcrum/trunk/script: src/changes/ src/changes/changes.xml xdocs/changes.xml

Author: painter
Date: Wed Sep 18 02:16:30 2019
New Revision: 1867086

URL: http://svn.apache.org/viewvc?rev=1867086&view=rev
Log:
Update changes.xml location

Added:
    turbine/fulcrum/trunk/script/src/changes/
    turbine/fulcrum/trunk/script/src/changes/changes.xml
Removed:
    turbine/fulcrum/trunk/script/xdocs/changes.xml

Added: turbine/fulcrum/trunk/script/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/script/src/changes/changes.xml?rev=1867086&view=auto
==============================================================================
--- turbine/fulcrum/trunk/script/src/changes/changes.xml (added)
+++ turbine/fulcrum/trunk/script/src/changes/changes.xml Wed Sep 18 02:16:30 2019
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<document>
+  <properties>
+    <title>Fulcrum Script Service</title>
+    <author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
+  </properties>
+
+  <body>
+    <release version="1.0.1-dev" date="in SVN">
+      <action dev="painter" type="update">
+        Move changes to standard dir
+      </action>
+    </release>
+    <release version="1.0.0" date="in SVN">
+      <action dev="seade" type="update">
+        Updated Groovy dependency to 1.0-jsr-05.
+      </action>
+      <action dev="sgoeschl" type="add">
+        Initial version
+      </action>
+    </release>
+  </body>
+</document>
+