Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 703742b

Browse files
committed
Fix parent POM
1 parent 41108bc commit 703742b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*.class
2+
.classpath
3+
.project
24

35
# Mobile Tools for Java (J2ME)
46
.mtj.tmp/
@@ -17,3 +19,12 @@ target
1719

1820
# emacs
1921
*~
22+
/.settings/
23+
/.project
24+
target/
25+
/bin/
26+
/dist/
27+
.settings/
28+
/**/.classpath
29+
/**/.project
30+
/**/.gitignore

roles-allowed-and-runas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<parent>
2626
<groupId>net.java.jsr375</groupId>
27-
<artifactId>bootstrap</artifactId>
27+
<artifactId>javaee-security-examples</artifactId>
2828
<version>1.0-SNAPSHOT</version>
2929
</parent>
3030

simple-jaas-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>net.java.jsr375</groupId>
8-
<artifactId>bootstrap</artifactId>
8+
<artifactId>javaee-security-examples</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
</parent>
1111

simple-jaspic-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>net.java.jsr375</groupId>
8-
<artifactId>bootstrap</artifactId>
8+
<artifactId>javaee-security-examples</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
</parent>
1111

0 commit comments

Comments
 (0)