aboutsummaryrefslogtreecommitdiffstats
path: root/archetype
diff options
context:
space:
mode:
Diffstat (limited to 'archetype')
-rw-r--r--archetype/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 5bd0afa0..d7457cf6 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
<description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description>
@@ -16,9 +16,9 @@
</parent>
<scm>
- <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk/archetype</connection>
- <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk/archetype</developerConnection>
- <url>http://code.google.com/p/gwtquery/source/browse/trunk/archetype</url>
+ <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.0</connection>
+ <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.0</developerConnection>
+ <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-1.1.0</url>
</scm>
<developers>
oid/stable26-update-ca-cert-bundle'>automated/noid/stable26-update-ca-cert-bundle Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TeamsApiController.php
blob: 36685555d4df20b63380a6a1ebfaff07caa65139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81