Skip to content

Commit 7cc0820

Browse files
committed
SAK-20767
git-svn-id: https://source.sakaiproject.org/svn/calendar/trunk@94188 66ffb92e-73f9-0310-93c1-f5514f145a0a
1 parent 1c49c47 commit 7cc0820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

calendar/calendar-tool/tool/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<artifactId>sakai-component-manager</artifactId>
3535
</dependency>
3636
<dependency>
37-
<groupId>org.sakaiproject</groupId>
37+
<groupId>org.sakaiproject.velocity</groupId>
3838
<artifactId>sakai-velocity-tool-api</artifactId>
3939
</dependency>
4040
<dependency>
@@ -46,7 +46,7 @@
4646
<artifactId>sakai-calendar-bundles</artifactId>
4747
</dependency>
4848
<dependency>
49-
<groupId>org.sakaiproject</groupId>
49+
<groupId>org.sakaiproject.velocity</groupId>
5050
<artifactId>sakai-velocity-tool</artifactId>
5151
</dependency>
5252
<dependency>

calendar/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<version>2.9-SNAPSHOT</version>
6161
</dependency>
6262
<dependency>
63-
<groupId>org.sakaiproject</groupId>
63+
<groupId>org.sakaiproject.velocity</groupId>
6464
<artifactId>sakai-velocity-tool</artifactId>
65-
<version>2.9-SNAPSHOT</version>
65+
<version>${sakai.velocity-tool.version}</version>
6666
</dependency>
6767
</dependencies>
6868
</dependencyManagement>

0 commit comments

Comments
 (0)