Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal committed Dec 12, 2018
1 parent e78ce35 commit 1d09e4b
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.1-rc82</version>
<version>1.1</version>
</parent>

<artifactId>opengrok-dist</artifactId>
Expand All @@ -24,20 +24,20 @@
<dependency>
<groupId>org.opengrok</groupId>
<artifactId>opengrok</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
</dependency>

<dependency>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-web</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
<type>war</type>
</dependency>

<dependency>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-tools</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-indexer/pom.xml
Expand Up @@ -28,11 +28,11 @@ Portions Copyright (c) 2017-2018, Chris Fraire <cfraire@me.com>.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
</parent>

<artifactId>opengrok</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
<packaging>jar</packaging>

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

<artifactId>opengrok-tools</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
<packaging>pom</packaging>

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

<artifactId>opengrok-web</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
<packaging>war</packaging>

<name>OpenGrok Web</name>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -27,11 +27,11 @@ Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
<parent>
<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
</parent>

<artifactId>plugins</artifactId>
<version>1.1-rc82</version>
<version>1.1</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, Chris Fraire <cfraire@me.com>.

<groupId>org.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc82</version>
<version>1.1</version>
<packaging>pom</packaging>

<name>OpenGrok</name>
Expand Down
2 changes: 1 addition & 1 deletion suggester/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>opengrok-top</artifactId>
<groupId>org.opengrok</groupId>
<version>1.1-rc82</version>
<version>1.1</version>
</parent>

<artifactId>suggester</artifactId>
Expand Down

0 comments on commit 1d09e4b

Please sign in to comment.