Skip to content

Commit

Permalink
Update version to v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Aug 18, 2020
1 parent f308d70 commit 4d73286
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pipes-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>pipes</artifactId>
<version>2.0.0-beta-1</version>
<version>2.0.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.jaudiolibs</groupId>
<artifactId>audioservers-api</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pipes-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>pipes</artifactId>
<version>2.0.0-beta-1</version>
<version>2.0.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pipes-units-javasound/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>pipes</artifactId>
<version>2.0.0-beta-1</version>
<version>2.0.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pipes-units/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>pipes</artifactId>
<version>2.0.0-beta-1</version>
<version>2.0.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

<groupId>org.jaudiolibs</groupId>
<artifactId>pipes</artifactId>
<version>2.0.0-beta-1</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>Pipes</name>
<description>Java audio routing and unit generator API - a bridge between the
JAudioLibs AudioServer and AudioOps APIs.</description>
<description>Java audio routing and unit generator API</description>
<url>http://jaudiolibs.org</url>

<modules>
Expand Down Expand Up @@ -42,7 +41,7 @@
<roles>
<role>Lead developer</role>
</roles>
<url>https://www.neilcsmith.net</url>
<url>https://www.codelerity.com</url>
</developer>
</developers>

Expand Down

0 comments on commit 4d73286

Please sign in to comment.