Skip to content

Commit

Permalink
Update configuration for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Jul 24, 2019
1 parent 68c5f1c commit a6d8d67
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 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
7 changes: 6 additions & 1 deletion audioops-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>audioops</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down Expand Up @@ -45,4 +45,9 @@
<scope>test</scope>
</dependency>
</dependencies>

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

</project>
6 changes: 5 additions & 1 deletion audioops-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jaudiolibs</groupId>
<artifactId>audioops</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.jaudiolibs</groupId>
Expand Down Expand Up @@ -52,4 +52,8 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
</project>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jaudiolibs</groupId>
<artifactId>audioops</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>AudioOps</name>
Expand Down Expand Up @@ -180,5 +180,6 @@

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

0 comments on commit a6d8d67

Please sign in to comment.