Skip to content

Commit 051b043

Browse files
Update Sysand to version 0.0.11
1 parent 91e6c06 commit 051b043

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
<junit.version>3.5.3</junit.version>
2929
<asciidoctor.maven.plugin.version>3.2.0</asciidoctor.maven.plugin.version>
3030
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
31-
<!-- TODO: Release 0.0.11 of sysand-maven-plugin before merging. -->
32-
<sysand.version>0.0.10-SNAPSHOT</sysand.version>
31+
<sysand.version>0.0.11</sysand.version>
3332
</properties>
3433

3534
<modelVersion>4.0.0</modelVersion>
@@ -38,21 +37,6 @@
3837
<version>${revision}</version>
3938
<packaging>pom</packaging>
4039

41-
<!-- TODO: Remove before merging (needed to be able to test with the snapshot
42-
version of sysand-maven-plugin) -->
43-
<repositories>
44-
<repository>
45-
<id>central-snapshots</id>
46-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
47-
<releases>
48-
<enabled>false</enabled>
49-
</releases>
50-
<snapshots>
51-
<enabled>true</enabled>
52-
</snapshots>
53-
</repository>
54-
</repositories>
55-
5640
<pluginRepositories>
5741
<pluginRepository>
5842
<id>central-snapshots</id>

0 commit comments

Comments
 (0)