Skip to content

Commit

Permalink
Enable automatic release (jenkinsci#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-bochenski authored Aug 4, 2021
1 parent b7029bd commit c5e91b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>logstash</artifactId>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>

<name>Logstash</name>
Expand Down Expand Up @@ -60,8 +60,7 @@
</distributionManagement>

<properties>
<revision>2.5.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<skipIntegrationTests>true</skipIntegrationTests>
<java.level>8</java.level>
<jenkins.version>2.235.1</jenkins.version>
Expand Down

0 comments on commit c5e91b4

Please sign in to comment.