Skip to content

Commit 3a55128

Browse files
authored
Merge pull request #177 from mP1/feature/Maven-Vertispan-repos-removed
maven vertispan repos removed
2 parents a61189d + 88268d1 commit 3a55128

File tree

4 files changed

+0
-114
lines changed

4 files changed

+0
-114
lines changed

gwt-pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,6 @@
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>
7348
<repository>
7449
<id>google-sonatype-snapshots</id>
7550
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>

pom.xml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -137,31 +137,6 @@
137137
<updatePolicy>daily</updatePolicy>
138138
</snapshots>
139139
</repository>
140-
<repository>
141-
<id>vertispan-releases</id>
142-
<name>Vertispan hosted artifacts-releases</name>
143-
<url>https://repo.vertispan.com/j2cl</url>
144-
<releases>
145-
<enabled>true</enabled>
146-
<updatePolicy>daily</updatePolicy>
147-
</releases>
148-
<snapshots>
149-
<enabled>true</enabled>
150-
<updatePolicy>daily</updatePolicy>
151-
</snapshots>
152-
</repository>
153-
<repository>
154-
<id>vertispan-gwt-snapshots</id>
155-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
156-
<releases>
157-
<enabled>true</enabled>
158-
<updatePolicy>daily</updatePolicy>
159-
</releases>
160-
<snapshots>
161-
<enabled>true</enabled>
162-
<updatePolicy>daily</updatePolicy>
163-
</snapshots>
164-
</repository>
165140
<repository>
166141
<id>google-sonatype-snapshots</id>
167142
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
@@ -189,31 +164,6 @@
189164
<updatePolicy>daily</updatePolicy>
190165
</snapshots>
191166
</pluginRepository>
192-
<pluginRepository>
193-
<id>vertispan-releases</id>
194-
<name>Vertispan hosted artifacts-releases</name>
195-
<url>https://repo.vertispan.com/j2cl</url>
196-
<releases>
197-
<enabled>true</enabled>
198-
<updatePolicy>daily</updatePolicy>
199-
</releases>
200-
<snapshots>
201-
<enabled>true</enabled>
202-
<updatePolicy>daily</updatePolicy>
203-
</snapshots>
204-
</pluginRepository>
205-
<pluginRepository>
206-
<id>vertispan-gwt-snapshots</id>
207-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
208-
<releases>
209-
<enabled>true</enabled>
210-
<updatePolicy>daily</updatePolicy>
211-
</releases>
212-
<snapshots>
213-
<enabled>true</enabled>
214-
<updatePolicy>daily</updatePolicy>
215-
</snapshots>
216-
</pluginRepository>
217167
<pluginRepository>
218168
<id>google-sonatype-snapshots</id>
219169
<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: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,6 @@
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>
5833
<repository>
5934
<id>google-sonatype-snapshots</id>
6035
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>

0 commit comments

Comments
 (0)