Skip to content

Commit

Permalink
Migrate third-party POMs from imagej/imagej-omero
Browse files Browse the repository at this point in the history
This will now be the place to put manually-created POMs for
third-party projects that did not have their own already.
  • Loading branch information
ctrueden committed Feb 20, 2021
1 parent 8a0a377 commit 86930e5
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 0 deletions.
2 changes: 2 additions & 0 deletions non-maven/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder contains manually created POMs for pre-built binaries
uploaded to maven.scijava.org's thirdparty repository.
47 changes: 47 additions & 0 deletions non-maven/omero-client-4.4.8-452-cbe42bc-ice34-b326.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>ome</groupId>
<artifactId>omero-client</artifactId>
<packaging>jar</packaging>
<version>4.4.8-452-cbe42bc-ice34-b326</version>
<url>http://openmicroscopy.org/</url>

<licenses>
<license>
<name>GPL v2 or later</name>
<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
</dependencies>

</project>
47 changes: 47 additions & 0 deletions non-maven/omero-client-4.4.8p1-ice33-b304.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>ome</groupId>
<artifactId>omero-client</artifactId>
<packaging>jar</packaging>
<version>4.4.8p1-ice33-b304</version>
<url>http://openmicroscopy.org/</url>

<licenses>
<license>
<name>GPL v2 or later</name>
<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
</dependencies>

</project>
47 changes: 47 additions & 0 deletions non-maven/omero-client-5.0.0-beta1-256-019d14a-ice34-b3523.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>ome</groupId>
<artifactId>omero-client</artifactId>
<packaging>jar</packaging>
<version>5.0.0-beta1-256-019d14a-ice34-b3523</version>
<url>http://openmicroscopy.org/</url>

<licenses>
<license>
<name>GPL v2 or later</name>
<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
</dependencies>

</project>

0 comments on commit 86930e5

Please sign in to comment.