Skip to content

Commit

Permalink
Update configuration for 1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Jul 24, 2019
1 parent 1a78fb4 commit 2ae74de
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ target/
# NetBeans Files #
/nbproject/
nb-configuration.xml
nbactions.xml

.idea
6 changes: 5 additions & 1 deletion audioservers-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>audioservers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down Expand Up @@ -47,4 +47,8 @@
</dependency>
</dependencies>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

</project>
8 changes: 6 additions & 2 deletions audioservers-jack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>audioservers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.jaudiolibs</groupId>
<artifactId>jnajack</artifactId>
<version>[1.2.0,]</version>
<version>[1.4.0,]</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -56,4 +56,8 @@
</dependency>
</dependencies>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

</project>
6 changes: 5 additions & 1 deletion audioservers-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>audioservers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down Expand Up @@ -52,4 +52,8 @@
</dependency>
</dependencies>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

</project>
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jaudiolibs</groupId>
<artifactId>audioservers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>AudioServers</name>
Expand All @@ -18,7 +18,7 @@
<module>audioservers-javasound</module>
<module>audioservers-jack</module>
</modules>

<scm>
<url>https://github.com/jaudiolibs/audioservers/tree/master</url>
<connection>scm:git:https://github.com/jaudiolibs/audioservers.git</connection>
Expand Down Expand Up @@ -181,6 +181,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

</project>

0 comments on commit 2ae74de

Please sign in to comment.