Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 552117 - Feature version update to 21.0
  • Loading branch information
mrennie committed Oct 15, 2019
1 parent 0170a76 commit 53f826d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions features/org.eclipse.orion.client-feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2011, 2014 IBM Corporation and others.
# Copyright (c) 2011, 2019 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down Expand Up @@ -27,7 +27,7 @@ Visit https://www.eclipse.org/orion/

# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2011, 2014 IBM Corporation and others.\n\
Copyright (c) 2011, 2019 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License v1.0\n\
(http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution\n\
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.orion.client-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.orion.client.feature"
label="%featureName"
version="20.0.0.qualifier"
version="21.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.orion.client.core"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.orion.client-feature/pom.xml
Expand Up @@ -17,7 +17,7 @@

<groupId>org.eclipse.orion.feature</groupId>
<artifactId>org.eclipse.orion.client.feature</artifactId>
<version>20.0.0-SNAPSHOT</version>
<version>21.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion modules/orionode/package.json
@@ -1,6 +1,6 @@
{
"name": "orion",
"version": "20.0.0",
"version": "21.0.0",
"description": "An Eclipse Orion server written in Node.js.",
"homepage": "http://eclipse.org/orion/",
"bugs": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion&component=Node",
Expand Down

0 comments on commit 53f826d

Please sign in to comment.