Skip to content

Commit 6812238

Browse files
committed
Upgrade to jMolecules Integrations 0.29 snapshots.
Ticket GH-2640
1 parent f304df9 commit 6812238

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

parent/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<jaxb>3.0.1</jaxb>
116116
<jacoco>0.8.13</jacoco>
117117
<jmolecules>1.9.0</jmolecules>
118-
<jmolecules-integration>0.26.0</jmolecules-integration>
118+
<jmolecules-integration>0.29.0-SNAPSHOT</jmolecules-integration>
119119
<jmh>1.37</jmh>
120120
<jsonpath>2.6.0</jsonpath>
121121
<junit5>5.13.1</junit5>
@@ -1609,6 +1609,16 @@
16091609
<enabled>false</enabled>
16101610
</releases>
16111611
</repository>
1612+
<repository>
1613+
<id>central-snapshot</id>
1614+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
1615+
<snapshots>
1616+
<enabled>true</enabled>
1617+
</snapshots>
1618+
<releases>
1619+
<enabled>false</enabled>
1620+
</releases>
1621+
</repository>
16121622
<repository>
16131623
<id>spring-milestone</id>
16141624
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)