Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new #15

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

new #15

Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f4a2057
Update pom.xml
channakeshavareddy Sep 26, 2019
2b7e6de
Update pom.xml
channakeshavareddy Sep 26, 2019
64157d1
Update pom.xml
channakeshavareddy Sep 26, 2019
2e00ea6
Update pom.xml
channakeshavareddy Sep 26, 2019
6e1a96d
Update pom.xml
channakeshavareddy Sep 28, 2019
c53b572
Update pom.xml
channakeshavareddy Sep 28, 2019
9a254d0
Update pom.xml
channakeshavareddy Sep 28, 2019
930047e
Update pom.xml
channakeshavareddy Sep 28, 2019
32f7ea6
Update pom.xml
channakeshavareddy Sep 28, 2019
00c7030
Update pom.xml
channakeshavareddy Sep 28, 2019
9d62dad
Update pom.xml
channakeshavareddy Sep 28, 2019
78733b8
Update pom.xml
channakeshavareddy Sep 28, 2019
e47ba3c
Update pom.xml
channakeshavareddy Sep 28, 2019
6a83bf8
Update pom.xml
channakeshavareddy Sep 28, 2019
cb37344
Update pom.xml
channakeshavareddy Sep 28, 2019
4bd2654
Update pom.xml
channakeshavareddy Sep 28, 2019
c4ac60c
Update pom.xml
channakeshavareddy Oct 3, 2019
47fad0b
Update pom.xml
channakeshavareddy Oct 3, 2019
e0e4e4a
Update pom.xml
channakeshavareddy Oct 3, 2019
27f7084
Update pom.xml
channakeshavareddy Oct 4, 2019
e26b8a9
Update pom.xml
channakeshavareddy Oct 4, 2019
e37daf8
Update pom.xml
channakeshavareddy Oct 4, 2019
49336ec
Update pom.xml
channakeshavareddy Oct 4, 2019
e42098d
Update pom.xml
channakeshavareddy Oct 5, 2019
1c1a0a8
Update pom.xml
channakeshavareddy Oct 18, 2019
910663b
Update pom.xml
channakeshavareddy Oct 18, 2019
29cbe61
Update pom.xml
channakeshavareddy Oct 18, 2019
6e7a621
Update pom.xml
channakeshavareddy Nov 16, 2019
372dd9c
Update pom.xml
channakeshavareddy Nov 16, 2019
e141866
Update pom.xml
channakeshavareddy Nov 16, 2019
b500f20
Update pom.xml
channakeshavareddy Nov 16, 2019
0d43fed
Update pom.xml
channakeshavareddy Nov 16, 2019
6dd0d6c
Update EmployeeService.java
channakeshavareddy Dec 5, 2019
36e9820
Update pom.xml
channakeshavareddy Dec 7, 2019
309a10a
Update pom.xml
channakeshavareddy Dec 7, 2019
c01caee
Update pom.xml
channakeshavareddy Dec 7, 2019
ffceca4
Update pom.xml
channakeshavareddy Dec 7, 2019
597b877
Update pom.xml
channakeshavareddy Dec 15, 2019
db4cabf
Update pom.xml
channakeshavareddy Dec 15, 2019
dc7fb39
Update home.jsp
channakeshavareddy Jan 8, 2021
3197a0c
Update home.jsp
channakeshavareddy Jan 8, 2021
12032ca
Update home.jsp
channakeshavareddy Jan 9, 2021
b3f78ff
Update home.jsp
channakeshavareddy Jan 11, 2021
d586966
Update home.jsp
channakeshavareddy Jan 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pom.xml
  • Loading branch information
channakeshavareddy authored Oct 3, 2019
commit 47fad0bb6574dbdbe1e3ad5e0c7fd2e5eaaca1f2
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
<repository>
<id>nexus</id>
<name>Mithun Technologies Releases Nexus Repository</name>
<url>http://52.66.244.4:8081/repository/mvn-release/</url>
<url>http://13.235.81.249:8081/repository/mvn-release/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Mithun Technologies Snapshot Nexus Repository </name>
<url>http://52.66.244.4:8081/repository/mvn-snapshot/</url>
<url>http://13.235.81.249:8081/repository/mvn-snapshot/</url>
</snapshotRepository>

</distributionManagement>
Expand Down