We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df9cdb commit c0bd3c4Copy full SHA for c0bd3c4
1 file changed
pom.xml
@@ -4,9 +4,9 @@
4
<modelVersion>4.0.0</modelVersion>
5
<name>Apereo OpenLRW</name>
6
<description>Standards-Focused Learning Records Warehouse</description>
7
- <groupId>unicon</groupId>
8
- <artifactId>matthews</artifactId>
9
- <version>1</version>
+ <groupId>apereo</groupId>
+ <artifactId>openlrw</artifactId>
+ <version>1.0.1.ALPHA</version>
10
<packaging>jar</packaging>
11
12
<parent>
@@ -26,12 +26,12 @@
26
<dependency>
27
<groupId>apereo</groupId>
28
<artifactId>lai-event</artifactId>
29
- <version>1.1.0</version>
+ <version>1.1.2</version>
30
</dependency>
31
32
33
<artifactId>lai-model</artifactId>
34
- <version>1.0.4</version>
+ <version>1.0.8</version>
35
36
37
<groupId>org.imsglobal.caliper</groupId>
0 commit comments