Skip to content

Commit

Permalink
Resolving merge conflict. pom versions set to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-baumgartner committed Feb 11, 2016
2 parents b4404d9 + ddae2cd commit 26008b0
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 42 deletions.
26 changes: 14 additions & 12 deletions datasource-rdfizer/scripts/pom-rdf-gen-9606.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
<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">
<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>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer-rdf-gen</artifactId>
<packaging>pom</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.6.1</version>

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

<dependencies>
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.7-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.6.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down
26 changes: 14 additions & 12 deletions datasource-rdfizer/scripts/pom-rdf-gen-modelorgs.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
<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">
<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>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer-rdf-gen</artifactId>
<packaging>pom</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.6.1</version>

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

<dependencies>
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.7-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.6.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down
26 changes: 14 additions & 12 deletions datasource-rdfizer/scripts/pom-rdf-gen.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
<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">
<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>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer-rdf-gen</artifactId>
<packaging>pom</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.6.1</version>

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

<dependencies>
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.7-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.6.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down
7 changes: 4 additions & 3 deletions datasource-rdfizer/scripts/pom-rdf-list-datasource-names.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<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">
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>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer-rdf-gen-ids</artifactId>
<packaging>pom</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.6.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,7 +17,7 @@
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource-rdfizer</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.6.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,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">
<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>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>datasource</artifactId>
Expand All @@ -7,8 +11,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- This property is inherited by all sub-modules and used to define their
version -->
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 26008b0

Please sign in to comment.