Skip to content

Commit

Permalink
[TRD-635] release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Oct 15, 2020
1 parent fb9d566 commit 043a06f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion alexandria-markup-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>alexandria-markup-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion alexandria-markup-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>alexandria-markup-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion alexandria-markup-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>alexandria-markup-server</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.4</version>
<inceptionYear>2015</inceptionYear>
<packaging>pom</packaging>
<modules>
Expand All @@ -26,7 +26,7 @@
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

<activation.version>1.1.1</activation.version>
<alexandria-markup.version>2.3.3-SNAPSHOT</alexandria-markup.version>
<alexandria-markup.version>2.4</alexandria-markup.version>
<appassembler-maven-plugin.version>2.0.0</appassembler-maven-plugin.version>
<assertj.version>3.14.0</assertj.version>
<build-helper-maven.version>3.0.0</build-helper-maven.version>
Expand Down

0 comments on commit 043a06f

Please sign in to comment.