Skip to content

Commit f56ee70

Browse files
committed
aspectran 4.4.0 released!
1 parent 659fc48 commit f56ee70

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

_docs/docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ subheadline: "This is the public API documentation for the Aspectran."
77
teaser: "Aspectran API 문서를 제공합니다."
88
---
99

10-
## Aspectran API 3.3.0
10+
## Aspectran API 4.0.0
1111

12-
{% include link-box href="http://api.aspectran.com/3.3.0/" %}
12+
{% include link-box href="http://api.aspectran.com/4.0.0/" %}

_docs/docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ comments: true
1414
{% include label-link-box label="Aspectran Releases" href="https://github.com/aspectran/aspectran/releases" %}
1515
</div>
1616

17+
2017.4.23. // Version 4.0.0
18+
: *There have been a lot of changes in version 4.0.0. We will notify you of the changes as soon as they are finalized.*
19+
1720
2017.1.31. // Version 3.3.0
1821
: New Features
1922
: - Added the ability to specify exposable `translet` for Web, Console and Scheduler services.

_docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Provides user guide documentation for Aspectran users.
2424

2525
## [API Reference](/docs/api/)
2626
Provides Aspectran API documentation.
27-
{% include label-link-box label="Aspectran API 3.3.0" href="http://api.aspectran.com/3.3.0/" %}
27+
{% include label-link-box label="Aspectran API 4.0.0" href="http://api.aspectran.com/4.0.0/" %}
2828

2929
## [Changelog](/docs/changelog/)
3030
Provides information on Aspectran's major change history.

_docs/getting-started/_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Provides user guide documentation for Aspectran users.
2424

2525
## [API Reference](/docs/api/)
2626
Provides Aspectran API documentation.
27-
{% include label-link-box label="Aspectran API 3.3.0" href="http://api.aspectran.com/3.3.0/" %}
27+
{% include label-link-box label="Aspectran API 4.0.0" href="http://api.aspectran.com/4.0.0/" %}
2828

2929
## [FAQ](/docs/faq/)
3030
We provide frequently asked questions and answers in advance.

_docs/getting-started/download.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subheadline: "Aspectran Releases"
66
teaser: "Aspectran is a free and open source Java application framework."
77
---
88

9-
## Latest release: 3.3.0
9+
## Latest release: 4.0.0
1010

1111
[![Build Status](https://travis-ci.org/aspectran/aspectran.svg)](https://travis-ci.org/aspectran/aspectran)
1212
[![Coverage Status](https://coveralls.io/repos/aspectran/aspectran/badge.svg?branch=master&service=github)](https://coveralls.io/github/aspectran/aspectran?branch=master)
@@ -26,17 +26,17 @@ See [all versions available on the Maven Central Repository][2].
2626

2727
***Artifact information (Maven Central)***
2828

29-
| Group Id | Artifact Id | Version | Download |
30-
|----------|-------------|---------|----------|
31-
| com.aspectran | [aspectran][3] | [3.3.0][4] | [pom][5] [jar][6] [javadoc (jar)][7] [sources (jar)][8] |
29+
| Group Id | Artifact Id | Version | Download |
30+
|---------------|----------------|------------|------------------------------------------------------------|
31+
| com.aspectran | [aspectran][3] | [4.0.0][4] | [pom][5], [jar][6], [javadoc (jar)][7], [sources (jar)][8] |
3232

3333
Add the following dependency to your pom.xml:
3434

3535
{% highlight xml %}
3636
<dependency>
3737
<groupId>com.aspectran</groupId>
3838
<artifactId>aspectran</artifactId>
39-
<version>3.3.0</version>
39+
<version>4.0.0</version>
4040
</dependency>
4141
{% endhighlight %}
4242

@@ -62,8 +62,8 @@ Note that Aspectran 3 requires Java 8, so an explicit declaration of 1.8 compati
6262
[1]: http://repo1.maven.org/maven2/com/aspectran/aspectran/
6363
[2]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.aspectran%22
6464
[3]: http://search.maven.org/#search|ga|1|a%3A%22aspectran%22
65-
[4]: http://search.maven.org/#artifactdetails|com.aspectran|aspectran|3.3.0|jar
66-
[5]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/3.3.0/aspectran-3.3.0.pom
67-
[6]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/3.3.0/aspectran-3.3.0.jar
68-
[7]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/3.3.0/aspectran-3.3.0-javadoc.jar
69-
[8]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/3.3.0/aspectran-3.3.0-sources.jar
65+
[4]: http://search.maven.org/#artifactdetails|com.aspectran|aspectran|4.0.0|jar
66+
[5]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/4.0.0/aspectran-4.0.0.pom
67+
[6]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/4.0.0/aspectran-4.0.0.jar
68+
[7]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/4.0.0/aspectran-4.0.0-javadoc.jar
69+
[8]: http://search.maven.org/remotecontent?filepath=com/aspectran/aspectran/4.0.0/aspectran-4.0.0-sources.jar

_docs/getting-started/overview.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Aspectran 사용자를 위한 유저 가이드 문서를 제공합니다.
2323

2424
## [API Reference](/docs/api/)
2525
Aspectran API 문서를 제공합니다.
26-
{% include label-link-box label="Aspectran API 3.3.0" href="http://api.aspectran.com/3.3.0/" %}
26+
{% include label-link-box label="Aspectran API 4.0.0" href="http://api.aspectran.com/4.0.0/" %}
2727

2828
## [FAQ](/docs/faq/)
2929
자주 문의하는 질문과 그 답변을 미리 정리하여 제공합니다.

0 commit comments

Comments
 (0)