Skip to content

Commit

Permalink
#Issue KS-0 fix:Updated right names in pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Aug 31, 2023
1 parent 0919d72 commit b29e55b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion search-api/platform-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>
<artifactId>knowlg-search</artifactId>
<artifactId>search-api</artifactId>
<groupId>org.sunbird</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions search-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.sunbird</groupId>
<artifactId>knowlg-search</artifactId>
<artifactId>search-api</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Knowlg Search</name>
<name>Search Api</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -21,7 +21,7 @@
</properties>
<profiles>
<profile>
<id>knowlg-platform</id>
<id>knowlg-search</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Expand Down
1 change: 0 additions & 1 deletion search-job/jobs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
<scalaVersion>${scala.version}</scalaVersion>
<aggregate>true</aggregate>
<highlighting>true</highlighting>
<excludedPackages>org.sunbird.job.util</excludedPackages>
</configuration>
</plugin>

Expand Down

0 comments on commit b29e55b

Please sign in to comment.