Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit aa99e68

Browse files
committed
Set version to 2.0.0-SNAPSHOT and adjust release config
1 parent 672edb1 commit aa99e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>org.graylog.plugins</groupId>
1616
<artifactId>usage-statistics</artifactId>
17-
<version>2.0.0-alpha.2-SNAPSHOT</version>
17+
<version>2.0.0-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919

2020
<name>Graylog Usage Statistics Plugin</name>
@@ -213,6 +213,7 @@
213213
<mavenExecutorId>forked-path</mavenExecutorId>
214214
<tagNameFormat>@{project.version}</tagNameFormat>
215215
<preparationGoals>clean test</preparationGoals>
216+
<releaseProfiles>release-profile,release</releaseProfiles>
216217
</configuration>
217218
</plugin>
218219
<plugin>

0 commit comments

Comments
 (0)