Skip to content

Commit

Permalink
Finalized release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Jul 6, 2016
1 parent 17862c4 commit f690f19
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ If your build fails with Android/dex packaging errors, you forgot the clean.
<dependency>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-core</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>
</dependencies>
````

Building OS X Workbench DMG
---

hdiutil create -srcfolder workbench/target/cling-workbench-2.1.1-SNAPSHOT/Cling\ Workbench.app workbench/target/cling-workbench-2.1.1-SNAPSHOT/Cling\ Workbench.dmg
hdiutil create -srcfolder workbench/target/cling-workbench-2.1.1/Cling\ Workbench.app workbench/target/cling-workbench-2.1.1/Cling\ Workbench.dmg
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Core</name>
Expand Down
2 changes: 1 addition & 1 deletion core/src/site/xhtml/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-core</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>
</dependencies>]]></pre>

Expand Down
2 changes: 1 addition & 1 deletion demo/android/browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-demo-android</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Demo Android Browser</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/android/light/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-demo-android</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Demo Android Light</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-demo</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Demo Android</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>cling</artifactId>
<groupId>org.fourthline.cling</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Distribution</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/src/dist/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DEPENDENCIES

Required dependencies of Cling Core (included with this distribution):

+- org.fourthline.cling:cling-core:jar:2.1.1-SNAPSHOT
+- org.fourthline.cling:cling-core:jar:2.1.1
+- org.seamless:seamless-util:jar:1.1.1
+- org.seamless:seamless-http:jar:1.1.1
\- org.seamless:seamless-xml:jar:1.1.1
Expand Down
2 changes: 1 addition & 1 deletion mediarenderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling MediaRenderer</name>
Expand Down
2 changes: 1 addition & 1 deletion mediarenderer/src/site/xhtml/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ java -Djna.library.path=/usr/lib -jar cling-mediarenderer.jar</pre>

<ul>
<li>
<a href="http://www.4thline.org/m2/org/fourthline/cling/cling-mediarenderer/2.1.1-SNAPSHOT/cling-mediarenderer-2.1.1-SNAPSHOT-standalone.jar">JDK 1.6 desktop application (any OS)</a>
<a href="http://www.4thline.org/m2/org/fourthline/cling/cling-mediarenderer/2.1.1/cling-mediarenderer-2.1.1-standalone.jar">JDK 1.6 desktop application (any OS)</a>
</li>
<li>
<a href="http://www.4thline.org/projects/download/">Cling main distribution (incl. Cling Core library)</a>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.fourthline.cling</groupId>
<artifactId>cling</artifactId>
<packaging>pom</packaging>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>

<modules>
<module>core</module>
Expand Down
2 changes: 1 addition & 1 deletion support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Support</name>
Expand Down
2 changes: 1 addition & 1 deletion support/src/site/xhtml/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-support</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>
</dependencies>]]></pre>

Expand Down
2 changes: 1 addition & 1 deletion website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>cling</artifactId>
<groupId>org.fourthline.cling</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Website</name>
Expand Down
2 changes: 1 addition & 1 deletion website/src/site/xhtml/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</p>

<p>
The current release of Cling is <em>2.1.1-SNAPSHOT (2015-12-09)</em>: <a href="/projects/download/">Download</a>
The current release of Cling is <em>2.1.1 (2016-07-06)</em>: <a href="/projects/download/">Download</a>
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion workbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>Cling Workbench</name>
Expand Down
2 changes: 1 addition & 1 deletion workbench/src/site/xhtml/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ul>
<li>
<a href="/m2/org/fourthline/cling/cling-workbench/2.1.1-SNAPSHOT/cling-workbench-2.1.1-SNAPSHOT-standalone.jar">JDK 1.6 desktop application (any OS)</a>
<a href="/m2/org/fourthline/cling/cling-workbench/2.1.1/cling-workbench-2.1.1-standalone.jar">JDK 1.6 desktop application (any OS)</a>
</li>
<li>
<a href="/projects/download/">Cling main distribution (incl. Cling Core library)</a>
Expand Down

0 comments on commit f690f19

Please sign in to comment.