Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-fcgi/fcgi-server/pom.xml')
-rw-r--r--jetty-fcgi/fcgi-server/pom.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index eeb16493bc..478e9846f8 100644
--- a/jetty-fcgi/fcgi-server/pom.xml
+++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -1,21 +1,10 @@
<?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"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <parent>
+ <groupId>org.eclipse.jetty.fcgi</groupId>
+ <artifactId>fcgi-parent</artifactId>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
-||||||| merged common ancestors
-<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">
- <parent>
- <groupId>org.eclipse.jetty.fcgi</groupId>
- <artifactId>fcgi-parent</artifactId>
- <version>9.2.8-SNAPSHOT</version>
- </parent>
-=======
-<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">
- <parent>
- <groupId>org.eclipse.jetty.fcgi</groupId>
- <artifactId>fcgi-parent</artifactId>
- <version>9.2.9-SNAPSHOT</version>
- </parent>
->>>>>>> origin/jetty-9.2.x
<modelVersion>4.0.0</modelVersion>
<artifactId>fcgi-server</artifactId>

Back to the top