You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,11 +18,26 @@ Releases for v2 are available from Maven Central under the com.singingbush group
18
18
<dependency>
19
19
<groupId>com.singingbush</groupId>
20
20
<artifactId>sdlang</artifactId>
21
-
<version>2.2.0</version>
21
+
<version>2.2.1</version>
22
22
</dependency>
23
23
```
24
24
25
-
The v2 repo has been transferred to the sdlang-dev github organisation so that continued development and a planned v3 can be worked on as a joint effort. For now v2 releases will continue with the same groupId and artifactId. The next major release will likely be under a new groupId.
25
+
There are additional packages for *sdlang-annotations* and *sdlang-spring* which can optionally be added for additional functionality. The annotations allow pojo's to be easily annotated with fields that map to an SDL tag and the spring package allows Spring users to use an sdl file as a _PropertySource_
26
+
27
+
```xml
28
+
<dependency>
29
+
<groupId>com.singingbush</groupId>
30
+
<artifactId>sdlang-annotations</artifactId>
31
+
<version>2.2.1</version>
32
+
</dependency>
33
+
<dependency>
34
+
<groupId>com.singingbush</groupId>
35
+
<artifactId>sdlang-spring</artifactId>
36
+
<version>2.2.1</version>
37
+
</dependency>
38
+
```
39
+
40
+
The v2 repo has been transferred to the sdlang-dev github organisation so that continued development and a planned v3 can be worked on as a joint effort.
0 commit comments