[Git][java-team/stegosuite][master] refresh patch
Tobias Ilte (@menosmalo-guest)
gitlab at salsa.debian.org
Thu Oct 20 15:22:22 BST 2022
Tobias Ilte pushed to branch master at Debian Java Maintainers / stegosuite
Commits:
e56be718 by Tobias Ilte at 2022-10-20T16:21:56+02:00
refresh patch
- - - - -
1 changed file:
- debian/patches/fix-pom-for-debian.patch
Changes:
=====================================
debian/patches/fix-pom-for-debian.patch
=====================================
@@ -1,37 +1,37 @@
adjusted swt dependency and maven-jar-plugin for debian
--- a/pom.xml
+++ b/pom.xml
-@@ -75,12 +75,16 @@
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
-- <executions>
-- <execution>
-- <id>default-jar</id>
-- <phase>none</phase>
-- </execution>
-- </executions>
-+ <configuration>
-+ <archive>
-+ <manifest>
-+ <addClasspath>true</addClasspath>
-+ <mainClass>org.stegosuite.Stegosuite</mainClass>
-+ <classpathLayoutType>custom</classpathLayoutType>
-+ <customClasspathLayout>/usr/share/java/$${artifact.artifactId}$${dashClassifier?}.jar</customClasspathLayout>
-+ </manifest>
-+ </archive>
-+ </configuration>
- </plugin>
+@@ -130,12 +130,16 @@
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.1.2</version>
+- <executions>
+- <execution>
+- <id>default-jar</id>
+- <phase>none</phase>
+- </execution>
+- </executions>
++ <configuration>
++ <archive>
++ <manifest>
++ <addClasspath>true</addClasspath>
++ <mainClass>org.stegosuite.Stegosuite</mainClass>
++ <classpathLayoutType>custom</classpathLayoutType>
++ <customClasspathLayout>/usr/share/java/$${artifact.artifactId}$${dashClassifier?}.jar</customClasspathLayout>
++ </manifest>
++ </archive>
++ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.asciidoctor</groupId>
+@@ -163,8 +167,8 @@
-
-@@ -89,8 +93,8 @@
-
- <dependencies>
- <dependency>
-- <groupId>${swt.groupId}</groupId>
-- <artifactId>${swt.artifactId}</artifactId>
-+ <groupId>org.eclipse.swt</groupId>
-+ <artifactId>org.eclipse.swt</artifactId>
- <version>4.6</version>
- </dependency>
- <dependency>
+ <dependencies>
+ <dependency>
+- <groupId>${swt.groupId}</groupId>
+- <artifactId>${swt.artifactId}</artifactId>
++ <groupId>org.eclipse.swt</groupId>
++ <artifactId>org.eclipse.swt</artifactId>
+ <version>3.121.0</version>
+ </dependency>
+ <dependency>
View it on GitLab: https://salsa.debian.org/java-team/stegosuite/-/commit/e56be7186ce38a289e26d74619e2e09e5348b605
--
View it on GitLab: https://salsa.debian.org/java-team/stegosuite/-/commit/e56be7186ce38a289e26d74619e2e09e5348b605
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20221020/29481854/attachment.htm>
More information about the pkg-java-commits
mailing list