Skip to content

Commit

Permalink
1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Feb 19, 2024
1 parent 520ce3b commit 5a7e6c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions distribution/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</parent>

<artifactId>opengrok-dist</artifactId>
Expand All @@ -28,20 +28,20 @@
<dependency>
<groupId>org.opengrok</groupId>
<artifactId>opengrok</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</dependency>

<dependency>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-web</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<type>war</type>
</dependency>

<dependency>
<groupId>org.opengrok</groupId>
<artifactId>tools</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-indexer/pom.xml
Expand Up @@ -29,11 +29,11 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <tarzanek@gmail.com>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</parent>

<artifactId>opengrok</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<packaging>jar</packaging>

<name>OpenGrok Indexer</name>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-web/pom.xml
Expand Up @@ -28,11 +28,11 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <cfraire@me.com>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</parent>

<artifactId>opengrok-web</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<packaging>war</packaging>

<name>OpenGrok Web</name>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -28,11 +28,11 @@ Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</parent>

<artifactId>plugins</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<packaging>jar</packaging>

<name>OpenGrok authorization plugins</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <cfraire@me.com>.

<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<packaging>pom</packaging>

<name>OpenGrok</name>
Expand Down
2 changes: 1 addition & 1 deletion suggester/pom.xml
Expand Up @@ -28,7 +28,7 @@ Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
<parent>
<artifactId>opengrok-top</artifactId>
<groupId>org.opengrok</groupId>
<version>1.13.3</version>
<version>1.13.4</version>
</parent>

<artifactId>suggester</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Expand Up @@ -29,11 +29,11 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <cfraire@me.com>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</parent>

<artifactId>tools</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<packaging>pom</packaging>

<name>OpenGrok tools</name>
Expand Down

0 comments on commit 5a7e6c4

Please sign in to comment.