Skip to content

Commit 4186184

Browse files
committed
release 5.0.0.rc2-SNAPSHOT (as in an actual snapshot)
1 parent d680bf0 commit 4186184

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Simple Java Mail is available in Maven Central:
6666
<dependency>
6767
<groupId>org.simplejavamail</groupId>
6868
<artifactId>simple-java-mail</artifactId>
69-
<version>4.4.5</version><!-- 5.0.0.rc1-SNAPSHOT in OSS snapshots repo -->
69+
<version>4.4.5</version><!-- 5.0.0.rc2-SNAPSHOT in OSS snapshots repo -->
7070
</dependency>
7171
```
7272

7373
### Latest Progress ###
7474

75-
v5.0.0.rc1-SNAPSHOT (26-December-2017)
75+
v5.0.0.rc2-SNAPSHOT (26-December-2017)
7676

7777
This is currently a snapshot. To get access to it, add the [OSS snapshots repo](https://stackoverflow.com/a/7717234/441662) to your maven settings
7878

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ http://www.simplejavamail.org
33
<dependency>
44
<groupId>org.simplejavamail</groupId>
55
<artifactId>simple-java-mail</artifactId>
6-
<version>5.0.0.rc1-SNAPSHOT</version>
6+
<version>5.0.0.rc2-SNAPSHOT</version>
77
</dependency>
88

99
v5.0.0 release candidate 1 (26-December-2017)

src/main/webapp/dist/app.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/src/app/components/about/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3>Simple Java Mail: Simple API, Complex Emails</h3>
44

55
<section>
66
<p class="wide">
7-
Note, currently 5.0.0 is released as 5.0.0.rc1-SNAPSHOT. To use it, add
7+
Note, currently 5.0.0 is released as 5.0.0.rc2-SNAPSHOT. To use it, add
88
<a href="https://stackoverflow.com/a/7717234/441662">OSS' snapshots repo</a> to your maven settings.
99
</p>
1010
</section>

src/main/webapp/src/app/components/configuration/configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Configuration</h1>
44

55
<section>
66
<p class="wide">
7-
Note, currently 5.0.0 is released as 5.0.0.rc1-SNAPSHOT. To use it, add
7+
Note, currently 5.0.0 is released as 5.0.0.rc2-SNAPSHOT. To use it, add
88
<a href="https://stackoverflow.com/a/7717234/441662">OSS' snapshots repo</a> to your maven settings.
99
</p>
1010
</section>

src/main/webapp/src/app/components/debugging/debugging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Logging & Debugging</h1>
44

55
<section>
66
<p class="wide">
7-
Note, currently 5.0.0 is released as 5.0.0.rc1-SNAPSHOT. To use it, add
7+
Note, currently 5.0.0 is released as 5.0.0.rc2-SNAPSHOT. To use it, add
88
<a href="https://stackoverflow.com/a/7717234/441662">OSS' snapshots repo</a> to your maven settings.
99
</p>
1010
</section>

src/main/webapp/src/app/components/download/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Download Simple Java Mail</h1>
44

55
<section>
66
<p class="wide">
7-
Note, currently 5.0.0 is released as 5.0.0.rc1-SNAPSHOT. To use it, add
7+
Note, currently 5.0.0 is released as 5.0.0.rc2-SNAPSHOT. To use it, add
88
<a href="https://stackoverflow.com/a/7717234/441662">OSS' snapshots repo</a> to your maven settings.
99
</p>
1010
</section>

src/main/webapp/src/app/components/features/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Simple Java Mail Features</h1>
44

55
<section>
66
<p class="wide">
7-
Note, currently 5.0.0 is released as 5.0.0.rc1-SNAPSHOT. To use it, add
7+
Note, currently 5.0.0 is released as 5.0.0.rc2-SNAPSHOT. To use it, add
88
<a href="https://stackoverflow.com/a/7717234/441662">OSS' snapshots repo</a> to your maven settings.
99
</p>
1010
</section>

src/main/webapp/src/app/components/migrate-5.0.0/migrate-5.0.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Migrating to 5.0.0</h1>
44

55
<section>
66
<p class="wide">
7-
Note, currently 5.0.0 is released as 5.0.0.rc1-SNAPSHOT. To use it, add
7+
Note, currently 5.0.0 is released as 5.0.0.rc2-SNAPSHOT. To use it, add
88
<a href="https://stackoverflow.com/a/7717234/441662">OSS' snapshots repo</a> to your maven settings.
99
</p>
1010
</section>

0 commit comments

Comments
 (0)