Skip to content

Commit 403ac18

Browse files
committed
Changed default profile in POM
1 parent 8c5a992 commit 403ac18

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88

99
<profiles>
1010
<profile>
11-
<id>Default</id>
11+
<id>Jitpack</id>
1212
<activation>
13-
<activeByDefault>true</activeByDefault>
13+
<property>
14+
<name>jitpack</name>
15+
<value>true</value>
16+
</property>
1417
</activation>
1518
<repositories>
1619
<repository>
@@ -51,12 +54,9 @@
5154
</profile>
5255

5356
<profile>
54-
<id>Local</id>
57+
<id>Default</id>
5558
<activation>
56-
<property>
57-
<name>local</name>
58-
<value>true</value>
59-
</property>
59+
<activeByDefault>true</activeByDefault>
6060
</activation>
6161
<build>
6262
<resources>

0 commit comments

Comments
 (0)