Skip to content

Commit

Permalink
1.1-rc30
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal committed Jun 22, 2018
1 parent 9544bee commit 4b01e6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions distribution/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
</parent>

<artifactId>opengrok-dist</artifactId>
Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
</dependency>

<dependency>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-web</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jrcs/pom.xml
Expand Up @@ -5,13 +5,13 @@
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>jrcs</artifactId>
<packaging>jar</packaging>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
<name>Java RCS</name>

<parent>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-indexer/pom.xml
Expand Up @@ -28,13 +28,13 @@ Portions Copyright (c) 2017-2018, Chris Fraire <cfraire@me.com>.
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok</artifactId>
<packaging>jar</packaging>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
<name>OpenGrok Indexer</name>

<parent>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions opengrok-web/pom.xml
Expand Up @@ -5,13 +5,13 @@
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-web</artifactId>
<packaging>war</packaging>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
<name>OpenGrok Web</name>

<parent>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -27,13 +27,13 @@ Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>plugins</artifactId>
<packaging>jar</packaging>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
<name>OpenGrok authorization plugins</name>

<parent>
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@ Portions Copyright (c) 2018, Chris Fraire <cfraire@me.com>.
<groupId>org.opensolaris.opengrok</groupId>
<artifactId>opengrok-top</artifactId>
<packaging>pom</packaging>
<version>1.1-rc29</version>
<version>1.1-rc30</version>
<name>OpenGrok</name>
<url>http://opengrok.github.com/OpenGrok/</url>

Expand Down

0 comments on commit 4b01e6e

Please sign in to comment.