Skip to content

Commit f6863c6

Browse files
author
Vladimir Kotal
committed
1.7.7
1 parent 3864305 commit f6863c6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

distribution/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.opengrok</groupId>
99
<artifactId>opengrok-top</artifactId>
10-
<version>1.7.6</version>
10+
<version>1.7.7</version>
1111
</parent>
1212

1313
<artifactId>opengrok-dist</artifactId>
@@ -28,20 +28,20 @@
2828
<dependency>
2929
<groupId>org.opengrok</groupId>
3030
<artifactId>opengrok</artifactId>
31-
<version>1.7.6</version>
31+
<version>1.7.7</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>org.opengrok</groupId>
3636
<artifactId>opengrok-web</artifactId>
37-
<version>1.7.6</version>
37+
<version>1.7.7</version>
3838
<type>war</type>
3939
</dependency>
4040

4141
<dependency>
4242
<groupId>org.opengrok</groupId>
4343
<artifactId>tools</artifactId>
44-
<version>1.7.6</version>
44+
<version>1.7.7</version>
4545
<type>pom</type>
4646
</dependency>
4747
</dependencies>

opengrok-indexer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <tarzanek@gmail.com>.
2929
<parent>
3030
<groupId>org.opengrok</groupId>
3131
<artifactId>opengrok-top</artifactId>
32-
<version>1.7.6</version>
32+
<version>1.7.7</version>
3333
</parent>
3434

3535
<artifactId>opengrok</artifactId>
36-
<version>1.7.6</version>
36+
<version>1.7.7</version>
3737
<packaging>jar</packaging>
3838

3939
<name>OpenGrok Indexer</name>

opengrok-web/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <cfraire@me.com>.
2828
<parent>
2929
<groupId>org.opengrok</groupId>
3030
<artifactId>opengrok-top</artifactId>
31-
<version>1.7.6</version>
31+
<version>1.7.7</version>
3232
</parent>
3333

3434
<artifactId>opengrok-web</artifactId>
35-
<version>1.7.6</version>
35+
<version>1.7.7</version>
3636
<packaging>war</packaging>
3737

3838
<name>OpenGrok Web</name>

plugins/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
2828
<parent>
2929
<groupId>org.opengrok</groupId>
3030
<artifactId>opengrok-top</artifactId>
31-
<version>1.7.6</version>
31+
<version>1.7.7</version>
3232
</parent>
3333

3434
<artifactId>plugins</artifactId>
35-
<version>1.7.6</version>
35+
<version>1.7.7</version>
3636
<packaging>jar</packaging>
3737

3838
<name>OpenGrok authorization plugins</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <cfraire@me.com>.
2727

2828
<groupId>org.opengrok</groupId>
2929
<artifactId>opengrok-top</artifactId>
30-
<version>1.7.6</version>
30+
<version>1.7.7</version>
3131
<packaging>pom</packaging>
3232

3333
<name>OpenGrok</name>

suggester/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
2828
<parent>
2929
<artifactId>opengrok-top</artifactId>
3030
<groupId>org.opengrok</groupId>
31-
<version>1.7.6</version>
31+
<version>1.7.7</version>
3232
</parent>
3333

3434
<artifactId>suggester</artifactId>

tools/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <cfraire@me.com>.
2929
<parent>
3030
<groupId>org.opengrok</groupId>
3131
<artifactId>opengrok-top</artifactId>
32-
<version>1.7.6</version>
32+
<version>1.7.7</version>
3333
</parent>
3434

3535
<artifactId>tools</artifactId>
36-
<version>1.7.6</version>
36+
<version>1.7.7</version>
3737
<packaging>pom</packaging>
3838

3939
<name>OpenGrok tools</name>

0 commit comments

Comments
 (0)