Skip to content

Commit

Permalink
switch to parent pom for libraries, fix pom profile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed May 9, 2021
1 parent f8784c1 commit ef79fc3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.18</version>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.63</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand Down Expand Up @@ -73,7 +73,10 @@

<profiles>
<profile>
<id>linux</id>
<id>bash</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<binary.generation.script>docker-generate-binaries.sh</binary.generation.script>
</properties>
Expand Down

0 comments on commit ef79fc3

Please sign in to comment.