Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 1fc917e

Browse files
author
Raja Maragani
authored
Uplift (#22)
* uplifted parent * clean double entry
1 parent 4b7225b commit 1fc917e

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

CHANGELOG.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
## 0.3.8
2-
- Updated eiffel-remrem-parent version
3-
4-
## 0.3.7
5-
- Migrated from gradle to maven
6-
7-
## 0.3.6
8-
- Updated GSON version
9-
10-
## 0.3.5
11-
- Removed ldap related functionality from shared
12-
13-
## 0.3.4
14-
- Added functionality to disable ldap authentication if ldap properties are not configured.
15-
16-
## 0.3.3
17-
- Added copyright headers to the source code.
18-
- Added functionality to load and parse the MINIFEST files to get the version of service.
19-
20-
## 0.3.2
21-
- Implemented base64 encryption functionality for LDAP manager password
22-
23-
## 0.3.1
24-
- Implemented ldap authentication functionality
25-
26-
## 0.3.0
27-
- Added functionality to load and parse the MINIFEST files to get the version
28-
of the loaded messaging protocols.
29-
30-
## 0.2.0
31-
- Removed protocol-interface functionalities from Shared and added load jar functionality.
32-
33-
## 0.1.4
34-
- Extended for get the eventid
1+
## 0.3.8
2+
- Updated eiffel-remrem-parent version
3+
4+
## 0.3.7
5+
- Migrated from gradle to maven
6+
7+
## 0.3.6
8+
- Updated GSON version
9+
10+
## 0.3.5
11+
- Removed ldap related functionality from shared
12+
13+
## 0.3.4
14+
- Added functionality to disable ldap authentication if ldap properties are not configured.
15+
16+
## 0.3.3
17+
- Added copyright headers to the source code.
18+
- Added functionality to load and parse the MINIFEST files to get the version of service.
19+
20+
## 0.3.2
21+
- Implemented base64 encryption functionality for LDAP manager password
22+
23+
## 0.3.1
24+
- Implemented ldap authentication functionality
25+
26+
## 0.3.0
27+
- Added functionality to load and parse the MINIFEST files to get the version
28+
of the loaded messaging protocols.
29+
30+
## 0.2.0
31+
- Removed protocol-interface functionalities from Shared and added load jar functionality.
32+
33+
## 0.1.4
34+
- Extended for get the eventid

pom.xml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5-
<modelVersion>4.0.0</modelVersion>
6-
<parent>
7-
<groupId>com.github.Ericsson</groupId>
8-
<artifactId>eiffel-remrem-parent</artifactId>
9-
<version>0.0.4</version>
10-
</parent>
11-
<artifactId>eiffel-remrem-shared</artifactId>
12-
<version>0.3.8</version>
13-
<packaging>jar</packaging>
14-
<repositories>
15-
<repository>
16-
<id>jitpack.io</id>
17-
<name>Jitpack Repository</name>
18-
<url>https://jitpack.io/</url>
19-
</repository>
20-
</repositories>
21-
<dependencies>
22-
<dependency>
23-
<groupId>com.google.code.gson</groupId>
24-
<artifactId>gson</artifactId>
25-
</dependency>
26-
</dependencies>
27-
<build>
28-
<plugins>
29-
<plugin>
30-
<artifactId>maven-compiler-plugin</artifactId>
31-
<version>3.6.1</version>
32-
<configuration>
33-
<source>1.8</source>
34-
<target>1.8</target>
35-
</configuration>
36-
</plugin>
37-
</plugins>
38-
</build>
39-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<groupId>com.github.Ericsson</groupId>
8+
<artifactId>eiffel-remrem-parent</artifactId>
9+
<version>0.0.5</version>
10+
</parent>
11+
<artifactId>eiffel-remrem-shared</artifactId>
12+
<version>0.3.9</version>
13+
<packaging>jar</packaging>
14+
<repositories>
15+
<repository>
16+
<id>jitpack.io</id>
17+
<name>Jitpack Repository</name>
18+
<url>https://jitpack.io/</url>
19+
</repository>
20+
</repositories>
21+
<dependencies>
22+
<dependency>
23+
<groupId>com.google.code.gson</groupId>
24+
<artifactId>gson</artifactId>
25+
</dependency>
26+
</dependencies>
27+
<build>
28+
<plugins>
29+
<plugin>
30+
<artifactId>maven-compiler-plugin</artifactId>
31+
<version>3.6.1</version>
32+
<configuration>
33+
<source>1.8</source>
34+
<target>1.8</target>
35+
</configuration>
36+
</plugin>
37+
</plugins>
38+
</build>
39+
</project>

0 commit comments

Comments
 (0)