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/08 12:09:15 UTC

[turbine-fulcrum-json] tag fulcrum-json-2.0.1 created (now 7ac61d8)

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

gk pushed a change to tag fulcrum-json-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git.


      at 7ac61d8  (commit)
This tag includes the following new commits:

     new 239f05f  [maven-release-plugin] copy for tag fulcrum-json-2.0.1
     new 7ac61d8  RAT report - missing license header in source file fixed

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[turbine-fulcrum-json] 01/02: [maven-release-plugin] copy for tag fulcrum-json-2.0.1

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-json-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git

commit 239f05fc26336e4f2b687807187469757bd26430
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Jun 15 08:47:52 2021 +0000

    [maven-release-plugin] copy for tag fulcrum-json-2.0.1
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-2.0.1@1890807 13f79535-47bb-0310-9956-ffa450edef68

[turbine-fulcrum-json] 02/02: RAT report - missing license header in source file fixed

Posted by gk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to tag fulcrum-json-2.0.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git

commit 7ac61d888d8fbde24046637b4b62bf9896aeb889
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Tue Jun 22 16:29:26 2021 +0000

    RAT report - missing license header in source file fixed
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-2.0.1@1890976 13f79535-47bb-0310-9956-ffa450edef68
---
 .../fulcrum/json/jackson/DefaultServiceTest.java   | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java b/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java
index a45f624..b586532 100644
--- a/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java
+++ b/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java
@@ -1,5 +1,25 @@
 package org.apache.fulcrum.json.jackson;
 
+/*
+ * 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.
+ */
+
+
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
 import org.apache.fulcrum.json.JsonService;
@@ -34,4 +54,4 @@ public class DefaultServiceTest extends BaseUnit5Test {
                 "Serialization of preDefinedOutput failed ");
     }
    
-}
\ No newline at end of file
+}