Skip to content

Commit 6c85b95

Browse files
author
Vladimir Kotal
committed
1.1-rc65
1 parent 7d84fb5 commit 6c85b95

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

distribution/pom.xml

Lines changed: 4 additions & 4 deletions
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.1-rc64</version>
10+
<version>1.1-rc65</version>
1111
</parent>
1212

1313
<artifactId>opengrok-dist</artifactId>
@@ -24,20 +24,20 @@
2424
<dependency>
2525
<groupId>org.opengrok</groupId>
2626
<artifactId>opengrok</artifactId>
27-
<version>1.1-rc64</version>
27+
<version>1.1-rc65</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>org.opengrok</groupId>
3232
<artifactId>opengrok-web</artifactId>
33-
<version>1.1-rc64</version>
33+
<version>1.1-rc65</version>
3434
<type>war</type>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>org.opengrok</groupId>
3939
<artifactId>opengrok-tools</artifactId>
40-
<version>1.1-rc64</version>
40+
<version>1.1-rc65</version>
4141
<type>pom</type>
4242
</dependency>
4343
</dependencies>

opengrok-indexer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
2828
<parent>
2929
<groupId>org.opengrok</groupId>
3030
<artifactId>opengrok-top</artifactId>
31-
<version>1.1-rc64</version>
31+
<version>1.1-rc65</version>
3232
</parent>
3333

3434
<artifactId>opengrok</artifactId>
35-
<version>1.1-rc64</version>
35+
<version>1.1-rc65</version>
3636
<packaging>jar</packaging>
3737

3838
<name>OpenGrok Indexer</name>

opengrok-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
2929
<parent>
3030
<groupId>org.opengrok</groupId>
3131
<artifactId>opengrok-top</artifactId>
32-
<version>1.1-rc64</version>
32+
<version>1.1-rc65</version>
3333
</parent>
3434

3535
<artifactId>opengrok-tools</artifactId>
36-
<version>1.1-rc64</version>
36+
<version>1.1-rc65</version>
3737
<packaging>pom</packaging>
3838

3939
<name>OpenGrok tools</name>

opengrok-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.opengrok</groupId>
77
<artifactId>opengrok-top</artifactId>
8-
<version>1.1-rc64</version>
8+
<version>1.1-rc65</version>
99
</parent>
1010

1111
<artifactId>opengrok-web</artifactId>
12-
<version>1.1-rc64</version>
12+
<version>1.1-rc65</version>
1313
<packaging>war</packaging>
1414

1515
<name>OpenGrok Web</name>

plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2727
<parent>
2828
<groupId>org.opengrok</groupId>
2929
<artifactId>opengrok-top</artifactId>
30-
<version>1.1-rc64</version>
30+
<version>1.1-rc65</version>
3131
</parent>
3232

3333
<artifactId>plugins</artifactId>
34-
<version>1.1-rc64</version>
34+
<version>1.1-rc65</version>
3535
<packaging>jar</packaging>
3636

3737
<name>OpenGrok authorization plugins</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
2727

2828
<groupId>org.opengrok</groupId>
2929
<artifactId>opengrok-top</artifactId>
30-
<version>1.1-rc64</version>
30+
<version>1.1-rc65</version>
3131
<packaging>pom</packaging>
3232

3333
<name>OpenGrok</name>

suggester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>opengrok-top</artifactId>
77
<groupId>org.opengrok</groupId>
8-
<version>1.1-rc64</version>
8+
<version>1.1-rc65</version>
99
</parent>
1010

1111
<artifactId>suggester</artifactId>

0 commit comments

Comments
 (0)