File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.eclipse.ee4j</groupId >
1212 <artifactId >project</artifactId >
13- <version >1 .0.9 </version >
13+ <version >2 .0.0-SNAPSHOT </version >
1414 </parent >
1515
1616 <groupId >jakarta.validation</groupId >
108108 <enforcer .skip>false</enforcer .skip>
109109 </properties >
110110
111+ <repositories >
112+ <repository >
113+ <id >central-snapshots</id >
114+ <name >Maven Central Snapshots</name >
115+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
116+ <layout >default</layout >
117+ <releases >
118+ <enabled >false</enabled >
119+ <updatePolicy >never</updatePolicy >
120+ </releases >
121+ <snapshots >
122+ <enabled >true</enabled >
123+ <updatePolicy >always</updatePolicy >
124+ </snapshots >
125+ </repository >
126+ </repositories >
127+
111128 <dependencies >
112129 <dependency >
113130 <groupId >org.testng</groupId >
You can’t perform that action at this time.
0 commit comments