Skip to content

Commit acac99e

Browse files
committed
Preparing Apache Knox v2.1.0 Release
1 parent 080d367 commit acac99e

File tree

99 files changed

+365
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+365
-100
lines changed

CHANGES

Lines changed: 265 additions & 0 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Knox
2-
Copyright 2012-2019 The Apache Software Foundation
2+
Copyright 2012-2025 The Apache Software Foundation
33

44
This product includes software developed by
55
The Apache Software Foundation (http://www.apache.org/).

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Release build file for the Apache Knox Gateway
2525
<property name="gateway-project" value="knox"/>
2626
<property name="gateway-artifact" value="knox"/>
2727
<property name="knoxshell-artifact" value="knoxshell"/>
28-
<property name="gateway-version" value="2.1.0-SNAPSHOT"/>
29-
<property name="release-manager" value="kminder"/>
28+
<property name="gateway-version" value="2.1.0"/>
29+
<property name="release-manager" value="smolnar"/>
3030

3131
<property name="gateway-home" value="${gateway-artifact}-${gateway-version}"/>
3232

gateway-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>gateway</artifactId>
2424
<groupId>org.apache.knox</groupId>
25-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2626
</parent>
2727

2828
<artifactId>gateway-adapter</artifactId>

gateway-admin-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.knox</groupId>
2424
<artifactId>gateway</artifactId>
25-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2626
</parent>
2727

2828
<artifactId>gateway-admin-ui</artifactId>

gateway-applications/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.knox</groupId>
2424
<artifactId>gateway</artifactId>
25-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2626
</parent>
2727

2828
<artifactId>gateway-applications</artifactId>

gateway-demo-ldap-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>gateway</artifactId>
2525
<groupId>org.apache.knox</groupId>
26-
<version>2.1.0-SNAPSHOT</version>
26+
<version>2.1.0</version>
2727
</parent>
2828
<artifactId>gateway-demo-ldap-launcher</artifactId>
2929
<name>gateway-demo-ldap-launcher</name>

gateway-demo-ldap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.knox</groupId>
2424
<artifactId>gateway</artifactId>
25-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2626
</parent>
2727

2828
<artifactId>gateway-demo-ldap</artifactId>

gateway-discovery-ambari/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.knox</groupId>
2424
<artifactId>gateway</artifactId>
25-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2626
</parent>
2727

2828
<artifactId>gateway-discovery-ambari</artifactId>

gateway-discovery-cm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.knox</groupId>
2424
<artifactId>gateway</artifactId>
25-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

0 commit comments

Comments
 (0)