Uplift from master
[portal/nonrtric-controlpanel.git] / webapp-backend / pom.xml
index e8c65e4..6541331 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
     <parent>
         <groupId>org.o-ran-sc.portal.nonrtric.controlpanel</groupId>
         <artifactId>nonrtric-controlpanel-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>nonrtric-controlpanel-be</artifactId>
     <name>Non-RT RIC Control Panel Webapp backend</name>
@@ -153,23 +153,23 @@ limitations under the License.
     </dependencies>
     <build>
         <plugins>
-        <plugin>
-             <groupId>org.codehaus.mojo</groupId>
-             <artifactId>build-helper-maven-plugin</artifactId>
-             <executions>
-              <execution>
-               <id>add-source</id>
-               <phase>generate-sources</phase>
-               <goals>
-                <goal>add-source</goal>
-               </goals>
-               <configuration>
-                <sources>
-                 <source>${project.build.directory}/generated-sources/annotations/</source>
-                </sources>
-               </configuration>
-              </execution>
-             </executions>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>add-source</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>add-source</goal>
+                        </goals>
+                        <configuration>
+                            <sources>
+                                <source>${project.build.directory}/generated-sources/annotations/</source>
+                            </sources>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
@@ -325,4 +325,4 @@ limitations under the License.
             </plugin>
         </plugins>
     </build>
-</project>
+</project>
\ No newline at end of file