Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-osgi for openSUSE:Factory 
checked in at 2023-09-25 20:04:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-osgi (Old)
 and      /work/SRC/openSUSE:Factory/.maven-osgi.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-osgi"

Mon Sep 25 20:04:05 2023 rev:4 rq:1113430 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-osgi/maven-osgi.changes    2022-03-22 
19:40:52.759132653 +0100
+++ /work/SRC/openSUSE:Factory/.maven-osgi.new.1770/maven-osgi.changes  
2023-09-25 20:51:41.259244289 +0200
@@ -1,0 +2,11 @@
+Mon Sep 25 09:48:28 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to the last tag before retiring and name it 0.3.0, since
+  the version in pom file is 0.3.0-SNAPSHOT
+  * no changelog provided
+  * ported from plexus-maven-plugin to plexus-component-metadata
+- Remove dependency on the old maven2 package
+- Fetch source code from git using source service and clean it of
+  the bundled jars
+
+-------------------------------------------------------------------

Old:
----
  maven-osgi-0.2.0.tar.xz

New:
----
  _service
  maven-osgi-0.3.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maven-osgi.spec ++++++
--- /var/tmp/diff_new_pack.Oh14OG/_old  2023-09-25 20:51:42.303282005 +0200
+++ /var/tmp/diff_new_pack.Oh14OG/_new  2023-09-25 20:51:42.303282005 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-osgi
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,12 @@
 
 
 Name:           maven-osgi
-Version:        0.2.0
+Version:        0.3.0
 Release:        0
 Summary:        Library for Maven-OSGi integration
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 URL:            https://maven.apache.org/shared/maven-osgi
-# svn export 
http://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0 
maven-osgi-0.2.0
-# find -name *.jar -delete
-# tar caf maven-osgi-0.2.0.tar.xz maven-osgi-0.2.0/
 Source0:        %{name}-%{version}.tar.xz
 # ASL mandates that the licence file be included in redistributed source
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -35,7 +32,7 @@
 BuildRequires:  xz
 BuildRequires:  mvn(biz.aQute:bndlib)
 BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components:pom:)
-BuildRequires:  mvn(org.apache.maven:maven-project)
+BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
 BuildArch:      noarch
 
@@ -55,11 +52,10 @@
 %setup -q
 cp -p %{SOURCE1} LICENSE
 
-sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' 
src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
+%pom_change_dep :maven-project :maven-core:3.9.3:provided
+%pom_xpath_set pom:project/pom:version %{version}
 
-# Replace plexus-maven-plugin with plexus-component-metadata
-%pom_xpath_set 
"pom:plugin[pom:artifactId[text()='plexus-maven-plugin']]//pom:goal[text()='descriptor']"
 generate-metadata
-%pom_xpath_set "pom:artifactId[text()='plexus-maven-plugin']" 
plexus-component-metadata
+sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' 
src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
 
 %build
 %{mvn_build} -f -- \

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/apache/maven-osgi.git</param>
                <param 
name="revision">4e53e51ec6634c07a9bb588a47bc8ba267151241</param>
                <param name="versionformat">0.3.0</param>
        <param name="exclude">**/*.jar</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

++++++ maven-osgi-0.2.0.tar.xz -> maven-osgi-0.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/.gitignore 
new/maven-osgi-0.3.0/.gitignore
--- old/maven-osgi-0.2.0/.gitignore     1970-01-01 01:00:00.000000000 +0100
+++ new/maven-osgi-0.3.0/.gitignore     2019-08-27 21:37:32.000000000 +0200
@@ -0,0 +1,15 @@
+target/
+.project
+.classpath
+.settings/
+.svn/
+bin/
+# Intellij
+*.ipr
+*.iml
+.idea
+out/
+.DS_Store
+/bootstrap
+/dependencies.xml
+.java-version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/pom.xml new/maven-osgi-0.3.0/pom.xml
--- old/maven-osgi-0.2.0/pom.xml        2007-11-29 08:24:31.095726000 +0100
+++ new/maven-osgi-0.3.0/pom.xml        2019-08-27 21:37:32.000000000 +0200
@@ -1,16 +1,59 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ 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 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd' 
xmlns='http://maven.apache.org/POM/4.0.0'>
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>8</version>
+    <version>30</version>
+    
<relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>
 
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-osgi</artifactId>
-  <version>0.2.0</version>
-  <name>Maven OSGi integration</name>
+  <version>0.3.0-SNAPSHOT</version>
+
+  <name>Apache Maven OSGi Integration</name>
   <description>Library for Maven-OSGi integration</description>
 
+  <scm>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-osgi.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-osgi.git</developerConnection>
+    <url>https://github.com/apache/maven-osgi/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/MSHARED/component/12326435</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/maven-box/job/maven-osgi/</url>
+  </ciManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
+    </site>
+  </distributionManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -34,27 +77,16 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
+        <artifactId>plexus-component-metadata</artifactId>
+        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-      </plugin>
     </plugins>
   </build>
-
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0</developerConnection>
-    
<url>http://svn.apache.org/viewcvs.cgi/maven/shared/tags/maven-osgi-0.2.0</url>
-  </scm>
-</project>
\ No newline at end of file
+</project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
 
new/maven-osgi-0.3.0/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
--- 
old/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
     2007-09-08 01:45:40.104540000 +0200
+++ 
new/maven-osgi-0.3.0/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
     2019-08-27 21:37:32.000000000 +0200
@@ -1,3 +1,5 @@
+package org.apache.maven.shared.osgi;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.maven.shared.osgi;
 
 import java.io.File;
 import java.io.IOException;
@@ -40,7 +41,7 @@
  * @plexus.component
  * 
  * @author <a href="mailto:car...@apache.org";>Carlos Sanchez</a>
- * @version $Id: DefaultMaven2OsgiConverter.java 573759 2007-09-07 23:45:40Z 
carlos $
+ * @version $Id$
  */
 public class DefaultMaven2OsgiConverter
     implements Maven2OsgiConverter
@@ -55,6 +56,14 @@
     /** pattern that matches strings that contain only numbers */
     private static final Pattern ONLY_NUMBERS = Pattern.compile( "[0-9]+" );
 
+    private static final Pattern DATED_SNAPSHOT =
+        Pattern.compile( 
"([0-9])(\\.([0-9]))?(\\.([0-9]))?\\-([0-9]{8}\\.[0-9]{6}\\-[0-9]*)" );
+
+    private static final Pattern DOTS_IN_QUALIFIER =
+        Pattern.compile( 
"([0-9])(\\.[0-9])?\\.([0-9A-Za-z_-]+)\\.([0-9A-Za-z_-]+)" );
+
+    private static final Pattern NEED_TO_FILL_ZEROS = Pattern.compile( 
"([0-9])(\\.([0-9]))?(\\.([0-9A-Za-z_-]+))?" );
+
     private static final String FILE_SEPARATOR = System.getProperty( 
"file.separator" );
 
     private String getBundleSymbolicName( String groupId, String artifactId )
@@ -250,7 +259,6 @@
         osgiVersion = version;
 
         /* check for dated snapshot versions with only major or major and 
minor */
-        Pattern DATED_SNAPSHOT = Pattern.compile( 
"([0-9])(\\.([0-9]))?(\\.([0-9]))?\\-([0-9]{8}\\.[0-9]{6}\\-[0-9]*)" );
         m = DATED_SNAPSHOT.matcher( osgiVersion );
         if ( m.matches() )
         {
@@ -271,7 +279,6 @@
         }
 
         /* remove dots in the middle of the qualifier */
-        Pattern DOTS_IN_QUALIFIER = Pattern.compile( 
"([0-9])(\\.[0-9])?\\.([0-9A-Za-z_-]+)\\.([0-9A-Za-z_-]+)" );
         m = DOTS_IN_QUALIFIER.matcher( osgiVersion );
         if ( m.matches() )
         {
@@ -297,8 +304,6 @@
          * 1          -> 1.0.0
          * 1.1        -> 1.1.0
          */
-        //Pattern NEED_TO_FILL_ZEROS = Pattern.compile( 
"([0-9])(\\.([0-9]))?\\.([0-9A-Za-z_-]+)" );
-        Pattern NEED_TO_FILL_ZEROS = Pattern.compile( 
"([0-9])(\\.([0-9]))?(\\.([0-9A-Za-z_-]+))?" );
         m = NEED_TO_FILL_ZEROS.matcher( osgiVersion );
         if ( m.matches() )
         {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java
 
new/maven-osgi-0.3.0/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java
--- 
old/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java
       2007-07-09 20:11:56.592736000 +0200
+++ 
new/maven-osgi-0.3.0/src/main/java/org/apache/maven/shared/osgi/ManifestReadingException.java
       2019-08-27 21:37:32.000000000 +0200
@@ -1,3 +1,5 @@
+package org.apache.maven.shared.osgi;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,13 +18,12 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.maven.shared.osgi;
 
 /**
  * Exception while reading the manifest. Encapsulates an IOException to make 
it runtime
  * 
  * @author <a href="mailto:car...@apache.org";>Carlos Sanchez</a>
- * @version $Id: ManifestReadingException.java 554726 2007-07-09 18:11:56Z 
carlos $
+ * @version $Id$
  */
 public class ManifestReadingException
     extends RuntimeException
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java
 
new/maven-osgi-0.3.0/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java
--- 
old/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java
    2007-07-09 20:11:56.592736000 +0200
+++ 
new/maven-osgi-0.3.0/src/main/java/org/apache/maven/shared/osgi/Maven2OsgiConverter.java
    2019-08-27 21:37:32.000000000 +0200
@@ -1,3 +1,5 @@
+package org.apache.maven.shared.osgi;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.maven.shared.osgi;
 
 import org.apache.maven.artifact.Artifact;
 
@@ -24,7 +25,7 @@
  * Converter from Maven groupId,artifactId and versions to OSGi 
Bundle-SymbolicName and version
  * 
  * @author <a href="mailto:car...@apache.org";>Carlos Sanchez</a>
- * @version $Id: Maven2OsgiConverter.java 554726 2007-07-09 18:11:56Z carlos $
+ * @version $Id$
  */
 public interface Maven2OsgiConverter
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/src/site/resources/download.cgi 
new/maven-osgi-0.3.0/src/site/resources/download.cgi
--- old/maven-osgi-0.2.0/src/site/resources/download.cgi        1970-01-01 
01:00:00.000000000 +0100
+++ new/maven-osgi-0.3.0/src/site/resources/download.cgi        2019-08-27 
21:37:32.000000000 +0200
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# 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.
+#
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/src/site/site.xml 
new/maven-osgi-0.3.0/src/site/site.xml
--- old/maven-osgi-0.2.0/src/site/site.xml      1970-01-01 01:00:00.000000000 
+0100
+++ new/maven-osgi-0.3.0/src/site/site.xml      2019-08-27 21:37:32.000000000 
+0200
@@ -0,0 +1,37 @@
+<?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.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+  <body>
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+      <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
+      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="Download" href="download.html"/>
+    </menu>
+
+    <menu ref="parent"/>
+    <menu ref="reports"/>
+  </body>
+</project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-osgi-0.2.0/src/site/xdoc/download.xml.vm 
new/maven-osgi-0.3.0/src/site/xdoc/download.xml.vm
--- old/maven-osgi-0.2.0/src/site/xdoc/download.xml.vm  1970-01-01 
01:00:00.000000000 +0100
+++ new/maven-osgi-0.3.0/src/site/xdoc/download.xml.vm  2019-08-27 
21:37:32.000000000 +0200
@@ -0,0 +1,126 @@
+<?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>Download ${project.name} Source</title>
+  </properties>
+  <body>
+    <section name="Download ${project.name} ${project.version} Source">
+
+      <p>${project.name} ${project.version} is distributed in source format. 
Use a source archive if you intend to build
+      ${project.name} yourself. Otherwise, simply use the ready-made binary 
artifacts from central repository.</p>
+
+      <p>You will be prompted for a mirror - if the file is not found on 
yours, please be patient, as it may take 24
+      hours to reach all mirrors.<p/>
+
+      <p>In order to guard against corrupted downloads/installations, it is 
highly recommended to
+      <a 
href="http://www.apache.org/dev/release-signing#verifying-signature";>verify the 
signature</a>
+      of the release bundles against the public <a 
href="https://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
+      developers.</p>
+
+      <p>${project.name} is distributed under the <a 
href="http://www.apache.org/licenses/";>Apache License, version 2.0</a>.</p>
+
+      <p></p>We <b>strongly</b> encourage our users to configure a Maven 
repository mirror closer to their location, please read <a 
href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for 
Repositories</a>.</p>
+
+      <a name="mirror"/>
+      <subsection name="Mirror">
+
+        <p>
+          [if-any logo]
+          <a href="[link]">
+            <img align="right" src="[logo]" border="0"
+                 alt="logo"/>
+          </a>
+          [end]
+          The currently selected mirror is
+          <b>[preferred]</b>.
+          If you encounter a problem with this mirror,
+          please select another mirror.
+          If all mirrors are failing, there are
+          <i>backup</i>
+          mirrors
+          (at the end of the mirrors list) that should be available.
+        </p>
+
+        <form action="[location]" method="get" id="SelectMirror">
+          Other mirrors:
+          <select name="Preferred">
+            [if-any http]
+            [for http]
+            <option value="[http]">[http]</option>
+            [end]
+            [end]
+            [if-any ftp]
+            [for ftp]
+            <option value="[ftp]">[ftp]</option>
+            [end]
+            [end]
+            [if-any backup]
+            [for backup]
+            <option value="[backup]">[backup] (backup)</option>
+            [end]
+            [end]
+          </select>
+          <input type="submit" value="Change"/>
+        </form>
+
+        <p>
+          You may also consult the
+          <a href="http://www.apache.org/mirrors/";>complete list of
+            mirrors.</a>
+        </p>
+
+      </subsection>
+      
+      <subsection name="${project.name} ${project.version}">
+        
+      <p>This is the current stable version of ${project.name}.</p>
+        
+      <table>
+        <thead>
+          <tr>
+            <th></th>
+            <th>Link</th>
+            <th>Checksum</th>
+            <th>Signature</th>
+          </tr>
+        </thead>
+        <tbody>
+          <tr>
+            <td>${project.name} ${project.version} (Source zip)</td>
+            <td><a 
href="[preferred]maven/shared/${project.artifactId}-${project.version}-source-release.zip">maven/shared/${project.artifactId}-${project.version}-source-release.zip</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/shared/${project.artifactId}-${project.version}-source-release.zip.sha512";>maven/shared/${project.artifactId}-${project.version}-source-release.zip.sha512</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/shared/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/shared/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
+          </tr>
+        </tbody>
+      </table>
+      </subsection>
+
+      <subsection name="Previous Versions">
+        
+      <p>Older non-recommended releases can be found on our <a 
href="http://archive.apache.org/dist/maven/shared/";>archive site</a>.</p>
+
+      </subsection>
+    </section>
+  </body>
+</document>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/maven-osgi-0.2.0/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java
 
new/maven-osgi-0.3.0/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java
--- 
old/maven-osgi-0.2.0/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java
        2007-10-31 02:43:00.297423000 +0100
+++ 
new/maven-osgi-0.3.0/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java
        2019-08-27 21:37:32.000000000 +0200
@@ -1,3 +1,5 @@
+package org.apache.maven.shared.osgi;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.maven.shared.osgi;
 
 import java.io.File;
 
@@ -27,7 +28,7 @@
  * Test for {@link DefaultMaven2OsgiConverter}
  * 
  * @author <a href="mailto:car...@apache.org";>Carlos Sanchez</a>
- * @version $Id: Maven2OsgiConverterTest.java 590533 2007-10-31 01:43:00Z 
carlos $
+ * @version $Id$
  */
 public class Maven2OsgiConverterTest
     extends PlexusTestCase

Reply via email to