Skip to content

Commit dbf0659

Browse files
authored
Merge pull request #283 from mP1/feature/Maven-Vertispan-repos-removed
Maven Vertispan repos removed
2 parents 5a9b22e + e73d227 commit dbf0659

File tree

4 files changed

+3
-114
lines changed

4 files changed

+3
-114
lines changed

gwt-pom.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,7 @@
4545
<updatePolicy>daily</updatePolicy>
4646
</snapshots>
4747
</repository>
48-
<repository>
49-
<id>vertispan-releases</id>
50-
<name>Vertispan hosted artifacts-releases</name>
51-
<url>https://repo.vertispan.com/j2cl</url>
52-
<releases>
53-
<enabled>true</enabled>
54-
<updatePolicy>daily</updatePolicy>
55-
</releases>
56-
<snapshots>
57-
<enabled>true</enabled>
58-
<updatePolicy>daily</updatePolicy>
59-
</snapshots>
60-
</repository>
61-
<repository>
62-
<id>vertispan-gwt-snapshots</id>
63-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
64-
<releases>
65-
<enabled>true</enabled>
66-
<updatePolicy>daily</updatePolicy>
67-
</releases>
68-
<snapshots>
69-
<enabled>true</enabled>
70-
<updatePolicy>daily</updatePolicy>
71-
</snapshots>
72-
</repository>
48+
7349
<repository>
7450
<id>google-sonatype-snapshots</id>
7551
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>

pom.xml

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -69,31 +69,6 @@
6969
<updatePolicy>daily</updatePolicy>
7070
</snapshots>
7171
</repository>
72-
<repository>
73-
<id>vertispan-releases</id>
74-
<name>Vertispan hosted artifacts-releases</name>
75-
<url>https://repo.vertispan.com/j2cl</url>
76-
<releases>
77-
<enabled>true</enabled>
78-
<updatePolicy>daily</updatePolicy>
79-
</releases>
80-
<snapshots>
81-
<enabled>true</enabled>
82-
<updatePolicy>daily</updatePolicy>
83-
</snapshots>
84-
</repository>
85-
<repository>
86-
<id>vertispan-gwt-snapshots</id>
87-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
88-
<releases>
89-
<enabled>true</enabled>
90-
<updatePolicy>daily</updatePolicy>
91-
</releases>
92-
<snapshots>
93-
<enabled>true</enabled>
94-
<updatePolicy>daily</updatePolicy>
95-
</snapshots>
96-
</repository>
9772
<repository>
9873
<id>google-sonatype-snapshots</id>
9974
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
@@ -121,31 +96,7 @@
12196
<updatePolicy>daily</updatePolicy>
12297
</snapshots>
12398
</pluginRepository>
124-
<pluginRepository>
125-
<id>vertispan-releases</id>
126-
<name>Vertispan hosted artifacts-releases</name>
127-
<url>https://repo.vertispan.com/j2cl</url>
128-
<releases>
129-
<enabled>true</enabled>
130-
<updatePolicy>daily</updatePolicy>
131-
</releases>
132-
<snapshots>
133-
<enabled>true</enabled>
134-
<updatePolicy>daily</updatePolicy>
135-
</snapshots>
136-
</pluginRepository>
137-
<pluginRepository>
138-
<id>vertispan-gwt-snapshots</id>
139-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
140-
<releases>
141-
<enabled>true</enabled>
142-
<updatePolicy>daily</updatePolicy>
143-
</releases>
144-
<snapshots>
145-
<enabled>true</enabled>
146-
<updatePolicy>daily</updatePolicy>
147-
</snapshots>
148-
</pluginRepository>
99+
149100
<pluginRepository>
150101
<id>google-sonatype-snapshots</id>
151102
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>

src/it/gwt-jar-test/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@
3535
</dependency>
3636
</dependencies>
3737

38-
<pluginRepositories>
39-
<pluginRepository>
40-
<id>vertispan-releases</id>
41-
<name>Vertispan hosted artifacts-releases</name>
42-
<url>https://repo.vertispan.com/j2cl</url>
43-
<releases>
44-
<enabled>true</enabled>
45-
</releases>
46-
<snapshots>
47-
<enabled>true</enabled>
48-
</snapshots>
49-
</pluginRepository>
50-
</pluginRepositories>
51-
5238
<build>
5339
<plugins>
5440
<plugin>

src/it/settings.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,7 @@
3030
<updatePolicy>daily</updatePolicy>
3131
</snapshots>
3232
</repository>
33-
<repository>
34-
<id>vertispan-releases</id>
35-
<name>Vertispan hosted artifacts-releases</name>
36-
<url>https://repo.vertispan.com/j2cl</url>
37-
<releases>
38-
<enabled>true</enabled>
39-
<updatePolicy>daily</updatePolicy>
40-
</releases>
41-
<snapshots>
42-
<enabled>true</enabled>
43-
<updatePolicy>daily</updatePolicy>
44-
</snapshots>
45-
</repository>
46-
<repository>
47-
<id>vertispan-gwt-snapshots</id>
48-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
49-
<releases>
50-
<enabled>true</enabled>
51-
<updatePolicy>daily</updatePolicy>
52-
</releases>
53-
<snapshots>
54-
<enabled>true</enabled>
55-
<updatePolicy>daily</updatePolicy>
56-
</snapshots>
57-
</repository>
33+
5834
<repository>
5935
<id>google-sonatype-snapshots</id>
6036
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>

0 commit comments

Comments
 (0)