You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2019/11/05 12:14:39 UTC

[jmeter] branch master updated: Update DOAP file with git repo, fixes some urls and add the 5.2 release

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

milamber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new d1baa3f  Update DOAP file with git repo, fixes some urls and add the 5.2 release
d1baa3f is described below

commit d1baa3fbfe30e6a721462879a3a212b35f7b5179
Author: Milamber <mi...@apache.org>
AuthorDate: Tue Nov 5 13:14:29 2019 +0100

    Update DOAP file with git repo, fixes some urls and add the 5.2 release
---
 doap_JMeter.rdf | 56 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 32 insertions(+), 24 deletions(-)

diff --git a/doap_JMeter.rdf b/doap_JMeter.rdf
index bad6602..a5daabc 100644
--- a/doap_JMeter.rdf
+++ b/doap_JMeter.rdf
@@ -1,34 +1,35 @@
 <?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.
--->
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#" 
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#">
-  <Project rdf:about="http://jmeter.apache.org/">
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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.
+-->
+  <Project rdf:about="http://jmeter.apache.org">
     <created>2006-02-17</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
     <name>Apache JMeter</name>
     <homepage rdf:resource="http://jmeter.apache.org/index.html" />
     <asfext:pmc rdf:resource="http://jmeter.apache.org/" />
     <shortdesc>Pure Java application for load and functional testing</shortdesc>
     <description>Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load. </description>
-    <bug-database rdf:resource="http://issues.apache.org/bugzilla/" />
+    <bug-database rdf:resource="https://bz.apache.org/bugzilla/" />
     <mailing-list rdf:resource="http://jmeter.apache.org/mail2.html" />
     <download-page rdf:resource="http://jmeter.apache.org/download_jmeter.cgi" />
     <programming-language>Java</programming-language>
@@ -264,11 +265,18 @@
         <revision>5.1.1 final</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Apache JMeter</name>
+        <created>2019-11-03</created>
+        <revision>5.2 final</revision>
+      </Version>
+    </release>
     <repository>
-      <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/jmeter/"/>
-        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/jmeter/"/>
-      </SVNRepository>
+      <GitRepository>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/jmeter.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=jmeter.git"/>
+      </GitRepository>
     </repository>
   </Project>
 </rdf:RDF>