Skip to content

Commit

Permalink
Revert "Sets the correct version string in the about dialog"
Browse files Browse the repository at this point in the history
This reverts commit 018ea47.
  • Loading branch information
breiler committed Jun 13, 2018
1 parent 018ea47 commit a9b1970
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 57 deletions.
74 changes: 30 additions & 44 deletions ugs-platform/branding/pom.xml
@@ -1,51 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.willwinder</groupId>
<artifactId>ugs-platform-parent</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.willwinder</groupId>
<artifactId>ugs-platform-parent</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>

<artifactId>ugs-platform-branding</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>nbm</packaging>
<artifactId>ugs-platform-branding</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>ugs-platform-branding</name>
<name>ugs-platform-branding</name>

<dependencies>
<!-- Netbeans dependencies -->
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependencies>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>${netbeans.version}</version>
</dependency>
</dependencies>

<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-modules</artifactId>
<version>${netbeans.version}</version>
</dependency>

<!-- UGS Module Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ugs-platform-ugslib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<configuration>
<publicPackages>
</publicPackages>
</configuration>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<configuration>
<publicPackages>
</publicPackages>
</configuration>
</plugin>
</plugins>
</build>
</project>

This file was deleted.

0 comments on commit a9b1970

Please sign in to comment.