Skip to content

Commit f807d00

Browse files
committed
update parent version 0.0.5-SNAPSHOT
Signed-off-by: dbulahov <[email protected]>
1 parent d88dfb8 commit f807d00

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.daanse</groupId>
2121
<artifactId>org.eclipse.daanse.pom.parent</artifactId>
22-
<version>0.0.3</version>
22+
<version>0.0.5-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>org.eclipse.daanse.xmla</artifactId>
2525
<version>${revision}</version>
@@ -63,6 +63,20 @@
6363
<xmlunit.version>2.10.0</xmlunit.version>
6464
</properties>
6565

66+
<repositories>
67+
<repository>
68+
<id>ossrh</id>
69+
<name>Sonatype Nexus Snapshots</name>
70+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
71+
<releases>
72+
<enabled>false</enabled>
73+
</releases>
74+
<snapshots>
75+
<enabled>true</enabled>
76+
</snapshots>
77+
</repository>
78+
</repositories>
79+
6680
<modules>
6781
<module>api</module>
6882
<module>model.record</module>

0 commit comments

Comments
 (0)