Skip to content

Commit

Permalink
Merge pull request #5 from umjammer/v1.0.6
Browse files Browse the repository at this point in the history
${env.ENV_NAME} doesn't work on mac
  • Loading branch information
umjammer committed May 19, 2019
2 parents 41734de + 52104ca commit fd386c9
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
<organization>
<name></name>
</organization>
<version>1.0.7</version>
<version>1.0.8</version>
<url>https://github.com/umjammer/vavi-image</url>
<description>1.0.7
<description>1.0.8

${env.ENV_NAME} doesn't work on mac

1.0.7

add non jitpack profile for gitpack.io

Expand Down Expand Up @@ -51,15 +55,13 @@ TODO</description>
<url>https://github.com/umjammer/vavi-image/issues</url>
</issueManagement>

<properties>
<jitpack>${env.JITPACK}</jitpack>
</properties>

<profiles>
<profile>
<id>local (not on jitpack)</id>
<activation>
<property>
<name>!jitpack</name>
<name>env.JITPACK</name>
<value>!true</value>
</property>
</activation>
<build>
Expand Down

0 comments on commit fd386c9

Please sign in to comment.