Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</parent>

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

<dependency>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-web</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<type>war</type>
</dependency>

<dependency>
<groupId>org.opengrok</groupId>
<artifactId>tools</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <[email protected]>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</parent>

<artifactId>opengrok</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<packaging>jar</packaging>

<name>OpenGrok Indexer</name>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</parent>

<artifactId>opengrok-web</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<packaging>war</packaging>

<name>OpenGrok Web</name>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Portions Copyright (c) 2020, Chris Fraire <[email protected]>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</parent>

<artifactId>plugins</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<packaging>jar</packaging>

<name>OpenGrok authorization plugins</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.

<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<packaging>pom</packaging>

<name>OpenGrok</name>
Expand Down
2 changes: 1 addition & 1 deletion suggester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Portions Copyright (c) 2020, Chris Fraire <[email protected]>.
<parent>
<artifactId>opengrok-top</artifactId>
<groupId>org.opengrok</groupId>
<version>1.14.0</version>
<version>1.14.1</version>
</parent>

<artifactId>suggester</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <[email protected]>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</parent>

<artifactId>tools</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<packaging>pom</packaging>

<name>OpenGrok tools</name>
Expand Down
Loading