|
6 | 6 | <parent> |
7 | 7 | <groupId>gg.jte</groupId> |
8 | 8 | <artifactId>jte-parent</artifactId> |
9 | | - <version>3.1.10-SNAPSHOT</version> |
| 9 | + <version>3.1.10</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>jte-models</artifactId> |
|
15 | 15 | <dependency> |
16 | 16 | <groupId>gg.jte</groupId> |
17 | 17 | <artifactId>jte-extension-api</artifactId> |
18 | | - <version>3.1.10-SNAPSHOT</version> |
| 18 | + <version>3.1.10</version> |
19 | 19 | </dependency> |
20 | 20 | <dependency> |
21 | 21 | <groupId>gg.jte</groupId> |
22 | 22 | <artifactId>jte-extension-api-mocks</artifactId> |
23 | | - <version>3.1.10-SNAPSHOT</version> |
| 23 | + <version>3.1.10</version> |
24 | 24 | <scope>test</scope> |
25 | 25 | </dependency> |
26 | 26 | <dependency> |
27 | 27 | <groupId>gg.jte</groupId> |
28 | 28 | <artifactId>jte-runtime</artifactId> |
29 | | - <version>3.1.10-SNAPSHOT</version> |
| 29 | + <version>3.1.10</version> |
30 | 30 | </dependency> |
31 | 31 | <dependency> |
32 | 32 | <groupId>gg.jte</groupId> |
33 | 33 | <artifactId>jte</artifactId> |
34 | | - <version>3.1.10-SNAPSHOT</version> |
| 34 | + <version>3.1.10</version> |
35 | 35 | </dependency> |
36 | 36 | </dependencies> |
37 | 37 |
|
|
40 | 40 | <plugin> |
41 | 41 | <groupId>gg.jte</groupId> |
42 | 42 | <artifactId>jte-maven-plugin</artifactId> |
43 | | - <version>3.1.10-SNAPSHOT</version> |
| 43 | + <version>3.1.10</version> |
44 | 44 | <configuration> |
45 | 45 | <sourceDirectory>${basedir}/src/main/jte</sourceDirectory> |
46 | 46 | <contentType>Plain</contentType> |
|
0 commit comments