Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
2d7a8d0e
Commit
2d7a8d0e
authored
Dec 21, 2016
by
Dave Cridland
Committed by
GitHub
Dec 21, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #723 from akrherz/of41GA
Denote Openfire 4.1.0 Release
parents
d908397b
833c013a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
258 additions
and
246 deletions
+258
-246
build.xml
build/build.xml
+1
-1
changelog.html
documentation/dist/changelog.html
+255
-243
XMPPServerInfoImpl.java
...ava/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+2
-2
No files found.
build/build.xml
View file @
2d7a8d0e
...
...
@@ -26,7 +26,7 @@
<property
name=
"version.major"
value=
"4"
/>
<property
name=
"version.minor"
value=
"1"
/>
<property
name=
"version.revision"
value=
"0"
/>
<property
name=
"version.extra"
value=
"
beta
"
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"version.extra"
value=
""
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"javac.source"
value=
"1.7"
/>
<property
name=
"javac.target"
value=
"1.7"
/>
...
...
documentation/dist/changelog.html
View file @
2d7a8d0e
This diff is collapsed.
Click to expand it.
src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
View file @
2d7a8d0e
...
...
@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private
final
Date
startDate
;
public
static
final
Version
VERSION
=
new
Version
(
4
,
1
,
0
,
Version
.
ReleaseStatus
.
Beta
,
-
1
);
public
static
final
Version
VERSION
=
new
Version
(
4
,
1
,
0
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
/**
* Simple constructor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment