Skip to content

Commit abfbc0a

Browse files
committed
[#286] Switch to a 2.0.0 SNAPSHOT parent version
1 parent f37b92e commit abfbc0a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>
@@ -108,6 +108,23 @@
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>

0 commit comments

Comments
 (0)