Skip to content

Commit

Permalink
Update maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobisaninfo committed Sep 26, 2019
1 parent f489f32 commit e673bfc
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion PlayWall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallDesktop</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWall</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallComponents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallDesktop</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWallComponents</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallDesktop</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWallCore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginAwake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallPlugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWallPluginAwake</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginEqualizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallPlugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWallPluginEqualizer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginLaunchpad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallPlugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWallPluginLaunchpad</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginMedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallPlugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<artifactId>PlayWallPluginMedia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginNativeAudio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallPlugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginPlayoutLog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallPlugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/PlayWallPluginWebAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>PlayWallPlugins</artifactId>
<groupId>de.tobias.playpad</groupId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion PlayWallPlugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallDesktop</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.tobias.playpad</groupId>
<artifactId>PlayWallDesktop</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit e673bfc

Please sign in to comment.