Skip to content

Commit 3878777

Browse files
committed
Switch to fork of capsule from nextflow-io
1 parent 4d8d11c commit 3878777

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.seedstack</groupId>
2121
<artifactId>seedstack-maven-plugin</artifactId>
22-
<version>2.8.0-SNAPSHOT</version>
22+
<version>2.8.1-SNAPSHOT</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<properties>
@@ -174,9 +174,9 @@
174174
<version>2.7</version>
175175
</dependency>
176176
<dependency>
177-
<groupId>co.paralleluniverse</groupId>
177+
<groupId>io.nextflow</groupId>
178178
<artifactId>capsule</artifactId>
179-
<version>1.0.3</version>
179+
<version>1.1.1</version>
180180
<scope>provided</scope>
181181
</dependency>
182182
<dependency>

src/license/THIRD-PARTY.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Please fill the missing licenses for dependencies :
1414
#
1515
#
16-
#Fri May 07 09:17:06 CEST 2021
16+
#Fri Jan 19 15:11:55 CET 2024
1717
classworlds--classworlds--1.1-alpha-2=
1818
org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=
1919
jdom--jdom--1.0=

src/main/java/SeedStackCaplet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ protected <T> T attribute(Map.Entry<String, T> attr) {
8787
}
8888
}
8989

90+
91+
9092
private List<Path> resolvePath(String path) {
9193
HashSet<Path> result = new LinkedHashSet<>();
9294

src/main/java/org/seedstack/maven/PackageMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
@Mojo(name = "package", threadSafe = true, defaultPhase = LifecyclePhase.PACKAGE)
4747
public class PackageMojo extends AbstractSeedStackMojo {
48-
private static final String CAPSULE_GROUP_ID = "co.paralleluniverse";
48+
private static final String CAPSULE_GROUP_ID = "io.nextflow";
4949
private static final String CAPSULE_ARTIFACT_ID = "capsule";
5050
private static final String CAPSULE_CLASS = "Capsule";
5151
private static final String SEEDSTACK_CAPLET_CLASS = "SeedStackCaplet";

0 commit comments

Comments
 (0)