From: Mechtilde <mechtilde@debian.org>
Date: Sun, 6 Apr 2025 14:06:50 +0200
Subject: Replace bundle by jar in pom.xml

Gbp-Pq: 11_Replace bundle by jar in pom.xml
Forwarded:   No
Last-Update: 2020-10-15
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7219f23..0597ae4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>com.googlecode.ez-vcard</groupId>
 	<artifactId>ez-vcard</artifactId>
-	<packaging>bundle</packaging> <!-- "bundle" used for OSGi support -->
+	<packaging>jar</packaging> 
 	<version>0.12.1</version>
 	<name>ez-vcard</name>
 	<url>http://github.com/mangstadt/ez-vcard</url>
@@ -45,13 +45,13 @@
 		<developerConnection>scm:git:https://github.com/mangstadt/ez-vcard.git</developerConnection>
 		<url>https://github.com/mangstadt/ez-vcard/commits/master</url>
 	</scm>
-
-	<properties>
-		<java.version>1.8</java.version>
-                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	</properties>
-
-	<dependencies>
+
+	<properties>
+		<java.version>1.8</java.version>
+                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+	</properties>
+
+	<dependencies>
 		<!--
 		Selected portions of this library's source code have been incorporated into the ez-vcard code base to improve Android compatibility.
 		See: https://groups.google.com/forum/?fromgroups=#!topic/ez-vcard-discuss/w2TK7yetwr8
