|
32 | 32 | <groupId>io.wcm.devops.conga.definitions</groupId> |
33 | 33 | <artifactId>io.wcm.devops.conga.definitions.aem.example</artifactId> |
34 | 34 | <packaging>config</packaging> |
35 | | - <version>2.0.11-SNAPSHOT</version> |
| 35 | + <version>2.1.0-SNAPSHOT</version> |
36 | 36 |
|
37 | 37 | <name>CONGA AEM Definitions Example</name> |
38 | 38 | <description>Example environment definition.</description> |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>io.wcm.devops.conga.definitions</groupId> |
45 | 45 | <artifactId>io.wcm.devops.conga.definitions.aem</artifactId> |
46 | | - <version>2.0.11-SNAPSHOT</version> |
| 46 | + <version>2.1.0-SNAPSHOT</version> |
47 | 47 | <scope>compile</scope> |
48 | 48 | </dependency> |
49 | 49 |
|
|
56 | 56 | <plugin> |
57 | 57 | <groupId>io.wcm.devops.conga</groupId> |
58 | 58 | <artifactId>conga-maven-plugin</artifactId> |
59 | | - <version>1.17.6</version> |
| 59 | + <version>1.18.0-SNAPSHOT</version> |
60 | 60 | <extensions>true</extensions> |
61 | 61 | <dependencies> |
62 | 62 |
|
63 | 63 | <!-- Activate further CONGA plugins for special file types --> |
64 | 64 | <dependency> |
65 | 65 | <groupId>io.wcm.devops.conga.plugins</groupId> |
66 | 66 | <artifactId>io.wcm.devops.conga.plugins.sling</artifactId> |
67 | | - <version>1.4.4</version> |
| 67 | + <version>1.5.0-SNAPSHOT</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>io.wcm.devops.conga.plugins</groupId> |
71 | 71 | <artifactId>io.wcm.devops.conga.plugins.aem</artifactId> |
72 | | - <version>2.22.0</version> |
| 72 | + <version>2.23.0-SNAPSHOT</version> |
73 | 73 | </dependency> |
74 | 74 |
|
75 | 75 | <!-- Test with ansible encryption --> |
76 | 76 | <dependency> |
77 | 77 | <groupId>io.wcm.devops.conga.plugins</groupId> |
78 | 78 | <artifactId>io.wcm.devops.conga.plugins.ansible</artifactId> |
79 | | - <version>1.4.10</version> |
| 79 | + <version>1.5.0-SNAPSHOT</version> |
80 | 80 | </dependency> |
81 | 81 |
|
82 | 82 | </dependencies> |
|
0 commit comments