Skip to content

Commit

Permalink
Added distribution & updated version in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Nov 20, 2020
1 parent 4134b51 commit 816eabe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@

<groupId>fr.zcraft</groupId>
<artifactId>quartzteams</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${revision}</version>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<revision>0.0.1-SNAPSHOT</revision>
</properties>

<build>
Expand Down Expand Up @@ -60,6 +62,15 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<!-- In your pom.xml files, use https://maven.zcraft.fr/QuartzTeams -->
<url>https://maven.pkg.github.com/zDevelopers/QuartzTeams</url>
</repository>
</distributionManagement>

<profiles>
<profile>
<id>doclint-java8-disable</id>
Expand Down

0 comments on commit 816eabe

Please sign in to comment.