diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:49:10 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:49:10 -0400 |
| commit | 5c117c7de5ebb57fe5325825deb73e23885ddec0 (patch) | |
| tree | bf76d61a17406bf1468c442c6cd1f95075f638d2 /projects/net.wotonomy.ui.swing | |
| parent | aedc34d55462a75e329bbf342251ff6504cd117e (diff) | |
Fix POM config to compile
Diffstat (limited to 'projects/net.wotonomy.ui.swing')
| -rw-r--r-- | projects/net.wotonomy.ui.swing/pom.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/projects/net.wotonomy.ui.swing/pom.xml b/projects/net.wotonomy.ui.swing/pom.xml index 5732a7d..28567d0 100644 --- a/projects/net.wotonomy.ui.swing/pom.xml +++ b/projects/net.wotonomy.ui.swing/pom.xml @@ -1,26 +1,27 @@ <project> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-all</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> - </parent> - <artifactId>wotonomy-ui-swing</artifactId> + <parent> + <groupId>net.wotonomy</groupId> + <artifactId>wotonomy-all</artifactId> + <version>1.0-alpha5-SNAPSHOT</version> + <relativePath>../net.wotonomy.all</relativePath> + </parent> + <artifactId>wotonomy-ui-swing</artifactId> <name>Wotonomy - GUI - Swing Implementation</name> <packaging>jar</packaging> - <dependencies> + <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>wotonomy-ui</artifactId> - <version>${project.version}</version> - </dependency> + <version>${project.version}</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> - </dependency> - </dependencies> + </dependency> + </dependencies> <reporting> <plugins> <plugin> @@ -39,7 +40,9 @@ </plugins> </reporting> <scm> - <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.ui.swing</connection> - <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.ui.swing</developerConnection> + <connection> + scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.ui.swing</connection> + <developerConnection> + scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.ui.swing</developerConnection> </scm> </project> |
