Browse Source

Updating the POM file

rhpamAdmin 3 năm trước cách đây
mục cha
commit
430c7ab6d8
1 tập tin đã thay đổi với 7 bổ sung5 xóa
  1. 7 5
      pom.xml

+ 7 - 5
pom.xml

@@ -1,11 +1,13 @@
-<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
-  <artifactId>base-kie-project</artifactId>
-  <groupId>org.kie.templates</groupId>
+  <groupId>net.p0f.samples.rhpam_fuse_integration</groupId>
+  <artifactId>pam-simple-process</artifactId>
   <version>1.0.0</version>
   <packaging>kjar</packaging>
-  <name>base-kie-project</name>
-  <description>Base KIE project</description>
+  <name>pam-simple-process</name>
+  <description></description>
   <dependencies>
     <dependency>
       <groupId>org.kie</groupId>