Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 15, 2018
1 parent 960aeee commit 2ad29f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="1.2.4" date="not released">
<release version="1.2.4" date="2018-01-15">
<action type="update" dev="sseifert">
Update to latest CONGA SPI.
</action>
Expand Down
4 changes: 2 additions & 2 deletions conga-sling-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.devops</groupId>
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.10</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>io.wcm.devops.conga.generator</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-parent</artifactId>
<version>18</version>
<version>19</version>
<relativePath/>
</parent>

Expand All @@ -45,7 +45,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.5.0</version>
<extensions>true</extensions>
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.wcm.devops</groupId>
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.10</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 2ad29f3

Please sign in to comment.