Skip to content

Commit

Permalink
cleaned up poms. maven works. giving up on jitpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarF authored and GunnarF committed Feb 7, 2020
1 parent 6b19f50 commit 44f7b38
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 340 deletions.
55 changes: 19 additions & 36 deletions bioroute/pom.xml
Original file line number Diff line number Diff line change
@@ -1,42 +1,25 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jitpack.io</groupId>
<artifactId>java-root</artifactId>
<version>MASTER-SNAPSHOT</version>
</parent>
<parent>
<groupId>gunnarfloetteroed</groupId>
<artifactId>java</artifactId>
<version>MASTER-SNAPSHOT</version>
</parent>

<artifactId>bioroute</artifactId>
<name>bioroute</name>
<artifactId>bioroute</artifactId>
<name>bioroute</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>gunnarfloetteroed</groupId>
<artifactId>utilities</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

</repositories>

<dependencies>
<dependency>
<groupId>jitpack.io</groupId>
<artifactId>utilities</artifactId>
<version>master-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>

</dependencies>

</project>
56 changes: 19 additions & 37 deletions cadyts/pom.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,25 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gunnarfloetteroed.java</groupId>
<artifactId>java-root</artifactId>
<version>MASTER-SNAPSHOT</version>
</parent>
<parent>
<groupId>gunnarfloetteroed</groupId>
<artifactId>java</artifactId>
<version>MASTER-SNAPSHOT</version>
</parent>

<artifactId>cadyts</artifactId>
<name>cadyts</name>
<artifactId>cadyts</artifactId>
<name>cadyts</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>

<dependency>
<groupId>gunnarfloetteroed.java</groupId>
<artifactId>utilities</artifactId>
<version>master-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<dependencies>
<dependency>
<groupId>gunnarfloetteroed</groupId>
<artifactId>utilities</artifactId>
<version>master-SNAPSHOT</version>
</dependency>


</dependencies>

</dependencies>

</project>
Loading

0 comments on commit 44f7b38

Please sign in to comment.