File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed
Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 4040 <url >https://github.com/JavaWebStack/validator/tree/master</url >
4141 </scm >
4242
43- <repositories >
44- <repository >
45- <id >javawebstack</id >
46- <url >https://repo.javawebstack.org</url >
47- </repository >
48- </repositories >
49-
5043 <dependencies >
5144 <dependency >
5245 <groupId >org.javawebstack</groupId >
5346 <artifactId >abstract-data</artifactId >
54- <version >1.0.0-SNAPSHOT</version >
47+ <version >1.0.0</version >
48+ </dependency >
49+ <dependency >
50+ <groupId >com.sun.mail</groupId >
51+ <artifactId >javax.mail</artifactId >
52+ <version >1.6.2</version >
5553 </dependency >
5654 <dependency >
5755 <groupId >org.junit.jupiter</groupId >
5856 <artifactId >junit-jupiter-engine</artifactId >
5957 <version >5.8.1</version >
6058 <scope >test</scope >
6159 </dependency >
62- <dependency >
63- <groupId >com.sun.mail</groupId >
64- <artifactId >javax.mail</artifactId >
65- <version >1.6.2</version >
66- </dependency >
6760 </dependencies >
6861
6962 <build >
140133
141134 <distributionManagement >
142135 <snapshotRepository >
143- <id >javawebstack-snapshots </id >
144- <url >https://nexus.lumaserv.cloud/repository/javawebstack- snapshots</url >
136+ <id >ossrh </id >
137+ <url >https://s01.oss.sonatype.org/content/repositories/ snapshots</url >
145138 </snapshotRepository >
146139 <repository >
147- <id >javawebstack-releases </id >
148- <url >https://nexus.lumaserv.cloud/repository/javawebstack-releases </url >
140+ <id >ossrh </id >
141+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ </url >
149142 </repository >
150143 </distributionManagement >
151144
You can’t perform that action at this time.
0 commit comments